0

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.

  • 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

2

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
  • 418,229
  • 62
  • 649
  • 645