Skip to content

Commit db5d0d8

Browse files
author
Brian Meek
authored
docs(messaging): note iOS data-only delivered after setBackgroundMessageHandler call (#5708)
1 parent 2d8a5ea commit db5d0d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/messaging/usage/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,9 @@ The device state and message contents determines which handler will be called:
111111
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
112112
`content-available` to `true` (iOS) properties on the payload.
113113

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]
117-
(https://github.com/invertase/react-native-firebase/pull/4144).
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
115+
until the background message handler is registered via setBackgroundMessageHandler, signaling the application's javascript
116+
is loaded and ready to run.
118117

119118
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).
120119

0 commit comments

Comments
 (0)