Skip to content

Commit 29b015c

Browse files
Fix link to Firebase FCM API documentation
Updated the link to Firebase documentation for FCM API implementation.
1 parent 83ec435 commit 29b015c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/messaging/usage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The device state and message contents determines which handler will be called:
166166
until the background message handler is registered via setBackgroundMessageHandler, signaling the application's javascript
167167
is loaded and ready to run.
168168

169-
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).
169+
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).
170170

171171
### Notifications
172172

0 commit comments

Comments
 (0)