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

后端 未结 16 1498
南旧
南旧 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

    Or you can use Firebase cloud functions, which is for me the easier way to implement your push notifications. firebase/functions-samples

提交回复
热议问题