What Bearer token should I be using for Firebase Cloud Messaging testing?

前端 未结 5 669
半阙折子戏
半阙折子戏 2020-12-29 06:45

I am trying to send a test notification using Firebase Cloud Messaging via Postman. I\'m doing a POST to this url

https://fcm.googleapis.com/v1/projects/[my         


        
5条回答
  •  一向
    一向 (楼主)
    2020-12-29 07:39

    You should use definitely use Google-OAuth2.0, which can be generated using described steps in the provided link.

    you can find detailed steps here, which I answered for similar question.

提交回复
热议问题