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

后端 未结 16 1506
南旧
南旧 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 11:04

    You can use for example a PHP script for Google Cloud Messaging (GCM). Firebase, and its console, is just on top of GCM.

    I found this one on github: https://gist.github.com/prime31/5675017

    Hint: This PHP script results in a android notification.

    Therefore: Read this answer from Koot if you want to receive and show the notification in Android.

提交回复
热议问题