-1

My app is subscribing to Firebase Cloud Messaging. I want to have get all devices tokens whose are subscribing. Where can I find them?

AL.
  • 36,815
  • 10
  • 142
  • 281
Mateusz
  • 1
  • 4
  • Possible duplicate of [Getting GCM Registration ID using Firebase](http://stackoverflow.com/questions/37329917/getting-gcm-registration-id-using-firebase) – rene Mar 28 '17 at 19:29
  • I want to get this token from Firebase Console. Maybe can I add this token to database on Firebase? – Mateusz Mar 28 '17 at 19:39

1 Answers1

0

There is currently no API to retrieve all the Registration tokens for your app from the Server side or from the Firebase Console. It's the developer's (you) responsibility to send and store the Registration tokens to your App Server, which is generated from the Client App side.

From my answer here.

Community
  • 1
  • 1
AL.
  • 36,815
  • 10
  • 142
  • 281