Firebase Cloud Messaging: how to send data message to all users? [duplicate]

断了今生、忘了曾经 提交于 2019-12-06 11:41:13

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!