How can I send a Firebase Cloud Messaging notification without use the Firebase Console?

后端 未结 16 1524
南旧
南旧 2020-11-22 10:17

I\'m starting with the new Google service for the notifications, Firebase Cloud Messaging.

Thanks to this code https://github.com/firebase/quickstart-a

16条回答
  •  爱一瞬间的悲伤
    2020-11-22 10:59

    Using Firebase Console you can send message to all users based on application package.But with CURL or PHP API its not possible.

    Through API You can send notification to specific device ID or subscribed users to selected topic or subscribed topic users.

    Get a view on following link. It will help you.
    https://firebase.google.com/docs/cloud-messaging/send-message
    

提交回复
热议问题