Is there a way I can check the number of clients who have subscribed to a particular FCM topic on Android ?
Asked
Active
Viewed 37 times
0
-
Yes doable @Hitesh – Jan 18 '19 at 13:29
-
The Firebase API does not expose a way to get the number of subscribers for a topic. If you want such information, you'll have to record it yourself.. See https://stackoverflow.com/questions/40851105/count-subscribers-of-a-topic-in-firebase-cloud-messaging – Frank van Puffelen Jan 18 '19 at 14:52