Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/messaging/usage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The device state and message contents determines which handler will be called:
until the background message handler is registered via setBackgroundMessageHandler, signaling the application's javascript
is loaded and ready to run.

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).
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/customize-messages/set-message-type).
Comment thread
mikehardy marked this conversation as resolved.

### Notifications

Expand Down
Loading