How to get all of device tokens from Firebase?

后端 未结 4 674
鱼传尺愫
鱼传尺愫 2020-12-20 15:03

How to get device tokens (FCM registration tokens) from Firebase?

I\'m making mobile app using firebase and its server using node.js.

I want to send

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-20 15:36

    You can make a get request to

    https://<>.firebaseio.com/.json?auth=<>
    

    The database secret key you get in Firebase console under the tab settings/serviceaccounts/databasesecrets

    This returns a JSON file containing all Storage data of your project.

提交回复
热议问题