Want to improve this question? Add details and clarify the problem by editing this post.
Closed 12 months ago.
I want to get the tokens list inside the FCM topic. Basically I want the list of token subscribed to a FCM topic.
Basically I want the registered client token from a FCM topic.
There is no public API to retrieve the list of tokens that are subscribed to a topic. If you want such a list, you'll have to maintain it yourself.
Also see:
- List of clients who have registered for a topic in FCM
- Count subscribers of a topic in Firebase Cloud Messaging
- Firebase Cloud Messaging - Check existing or available Topics