1

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.

Thejas Kumar
  • 15
  • 1
  • 5
  • Possible duplicate of [Firebase (FCM) how to get token](https://stackoverflow.com/questions/37787373/firebase-fcm-how-to-get-token) – Mike Bonnell Feb 05 '19 at 15:20

1 Answers1

3

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:

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807