Skip to content

Commit 9a042e5

Browse files
authored
docs(firebase_messaging): Fix broken link to Firebase TokenMessage documentation. (#8317)
1 parent 7b4e06d commit 9a042e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/messaging/usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ admin.messaging().send({
370370
```
371371

372372
This configuration provides the best chance that your data-only message will be delivered to the device. You can read full
373-
descriptions on the use of the properties on the [official Firebase documentation](https://firebase.google.com/docs/reference/admin/node/TokenMessage).
373+
descriptions on the use of the properties on the [official Firebase documentation](https://firebase.google.com/docs/reference/admin/node/firebase-admin.messaging.tokenmessage).
374374

375375
Apple has very strict undisclosed polices on data only messages, which are very frequently ignored. For example, sending too many in a certain time period
376376
will cause the device to block messages, or if CPU consumption is high they will also be blocked.

0 commit comments

Comments
 (0)