0

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?

nixin72
  • 312
  • 7
  • 15

1 Answers1

1

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

See:

Frank van Puffelen
  • 499,950
  • 69
  • 739
  • 734