Search code examples
firebasefirebase-cloud-messagingfirebase-notifications

Firebase : How many subscribers to a topic?


Is it possible to know how many Instance ID tokens have been subscribed to a topic with the Firebase API?


Solution

  • Currently no, you have to keep track of what topics an IID is subscribed to yourself.