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.
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: