且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Firebase Cloud Messaging:如何向所有用户发送数据消息?

更新时间:2022-11-27 18:50:19

使用主题消息.您可以定义应用程序的所有安装都将订阅的主题的名称,然后将消息发送到该主题.

Use topic messaging. You can define the name of a topic that all installations of your app will subscribe to, then send the message to that topic.

您可以使用服务器上的 Firebase管理SDK 发送该消息.或者,您可以使用 FCM HTTP API 发送该消息.

You can use the Firebase Admin SDK from your server to send that message. Or you can use the FCM HTTP API to send that message.