You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/messaging/usage.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ admin.messaging().send({
370
370
```
371
371
372
372
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).
374
374
375
375
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
376
376
will cause the device to block messages, or if CPU consumption is high they will also be blocked.
0 commit comments