简体   繁体   English

从服务器发送通知时,一次可以发送多少个令牌?

[英]How many tokens can I send at a time when sending a notification from the server?

  • I know that there is a subscription system我知道有一个订阅系统
  • But I don't find a limit on the number of tokens sent to firebase但是我没有发现发送到 firebase 的令牌数量有限制
  • There is a version of 1000 tokens at a time on the Inte.net互联网上有一次1000个代币的版本

Just if, for example, I have 100,000 users, will firebase allow me to send 300 000 - 400 000 tokens along with the message例如,如果我有 100,000 个用户,firebase 是否允许我发送 300,000 - 400,000 个令牌以及消息

According to the documentation on sending messages to multiple devices :根据向多个设备发送消息的文档:

The REST API and the Admin FCM APIs allow you to multicast a message to a list of device registration tokens. REST API 和管理 FCM API 允许您将消息多播到设备注册令牌列表。 You can specify up to 500 device registration tokens per invocation.每次调用最多可以指定 500 个设备注册令牌。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 State 机器向 SNS 主题发送通知? - How can I send a notification from State machine to SNS topic? 如何发送 HTTP 请求以在 firebase 中发送通知? - how to i send HTTP request for sending notification in firebase? 如何在两个设备之间发送一个信号通知 - How can I send onesignal notification between two devices 当收到来自 Firebase 的通知并且我打开了应用程序时,我该如何处理? - How can I handle a notification from Firebase when it arrives and I have the app open? Flutter:如何从设备本身发送推送通知? - Flutter: How do I send a push notification from the device itself? 如何使用 angular 从 firebase 获取服务器时间? - How can i get server time from firebase using angular? 我如何只知道 Button OnClickListener 中的用户 ID 就可以向特定用户发送推送通知? Firebase - How can i send push notification to specific users just knowing the userID inside Button OnClickListener? Firebase Flutter,当我从 firebase 消息发送通知时出现此错误并且我的应用程序冻结 - Flutter, when i send notification from firebase messaging i get this error and my app freeze 这是否可以通过后端服务器将 FCM 推送通知发送到 flutter 以安排通知,或者这可以在 flutter 应用程序中实现 - Is this possible to send FCM push Notification through backend server to flutter for scheduled the notification or this can be possible in flutter app 为什么从 Amazon ECS 容器发送电子邮件时会出现超时错误? - Why am I getting time out errors when sending emails from Amazon ECS container?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM