Sending Push via Postman using Firebase Messaging

后端 未结 11 1250
-上瘾入骨i
-上瘾入骨i 2020-12-02 20:25

I\'m trying to use Postman to send a single Push Notification using Firebase Cloud Messaging service.

This is a working cURL command for th

11条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-02 20:54

    The correct way to set up Authorization key at Header is

    key=

    and not only

    Silly mistake, but since this could be useful for someone for testing Firebase Messaging with Postman I'm leaving the question opened.

提交回复
热议问题