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
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
settings/serviceaccounts/databasesecrets
This returns a JSON file containing all Storage data of your project.