You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/messaging/usage/index.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,9 @@ The device state and message contents determines which handler will be called:
111
111
as low priority and will ignore it (i.e. no event will be sent). You can however increase the priority by setting the `priority` to `high` (Android) and
112
112
`content-available` to `true` (iOS) properties on the payload.
113
113
114
-
- On iOS in cases where the message is data-only and the device is in the background or quit, the message will be delayed 8 seconds
115
-
from the time it arrives on the device until the background message handler registered with setBackgroundMessageHandler is invoked
116
-
to allow for the applications javascript to be loaded and ready to run [Issue 4144]
- On iOS in cases where the message is data-only and the device is in the background or quit, the message will be delayed
115
+
until the background message handler is registered via setBackgroundMessageHandler, signaling the application's javascript
116
+
is loaded and ready to run.
118
117
119
118
To learn more about how to send these options in your message payload, view the Firebase documentation for your [FCM API implementation](https://firebase.google.com/docs/cloud-messaging/concept-options).
0 commit comments