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).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

The updated link points specifically to the "Set message type" page. However, the preceding paragraphs discuss multiple message options including priority and content-available. Linking to the parent "Customize messages" page would be more appropriate as it covers all these configuration options in one place.

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


### Notifications

Expand Down
Loading