Maximum Number Of Topics On Google Cloud Messaging
Solution 1:
For #1:
Nope. As per their blog last December 2015:
We’re now happy to announce that we’re allowing unlimited free topics for your app. This means app developers can place an unlimited number of devices within each topic and create an unlimited number of topics.
As far as I know, there still hasn't been any changes with regards to the number of topics.
For #2:
I think it pretty much depends on your preference. For your use case in #1, I think that Device Group Messaging is the one to use. But since you're aiming to avoid too much complication, I think what you did using Topic Messaging is pretty much it. I actually found this post that kinda discusses what to use between the two, the comments are very enlightening, if you will. :D
Cheers! :)
Solution 2:
GCM has removed the limitations on Topics as well as subscriptions FCM also supports the same Check This: https://firebase.google.com/docs/cloud-messaging/android/topic-messaging
Post a Comment for "Maximum Number Of Topics On Google Cloud Messaging"