Search code examples
javafirebasefirebase-cloud-messagingfirebase-admin

Firebase: Get list of users subscribed to a topic


Is there a way to, using the Firebase Admin SDK for Java, get a list of all registration tokens that are subscribed to a given topic?

If not, is there a way to get that information using the REST API?


Solution

  • There is no API to get a list of the tokens that are subscribed to a specific topic.

    See: