Hi all
Does firebase provides such API, so that I can get instance ID's of the users who have subscribed to a particular notification topic ?
Thanks in advance
Cheers
Asked
Active
Viewed 44 times
0

Sharp Edge
- 4,144
- 2
- 27
- 41

Yogesh Katkar
- 369
- 1
- 4
- 16
-
1You can read [this](https://firebase.google.com/docs/cloud-messaging) – grrigore Nov 08 '19 at 08:16
-
1There is no API to get the list of FCM tokens/Instance IDs that are subscribed to a topic. If you need this, you'll have to track the relationship yourself too; at which point you can consider sending to the individual tokens instead of to the topic. – Frank van Puffelen Nov 08 '19 at 14:37