From 29b015cd6ccfbc6b8110d8745fb27315c01f508e Mon Sep 17 00:00:00 2001 From: "M. Fahad Sohail" <46647496+fahadsohail482@users.noreply.github.com> Date: Mon, 11 May 2026 23:08:11 +0500 Subject: [PATCH] Fix link to Firebase FCM API documentation Updated the link to Firebase documentation for FCM API implementation. --- docs/messaging/usage/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/messaging/usage/index.mdx b/docs/messaging/usage/index.mdx index 4192341ffe..fc6012e975 100644 --- a/docs/messaging/usage/index.mdx +++ b/docs/messaging/usage/index.mdx @@ -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). ### Notifications