Topics on Firebase Cloud Messaging?

假装没事ソ 提交于 2019-11-26 08:32:19

问题


Is there any constraints about number of different topics for Firebase Cloud Messaging in one app?


回答1:


Nope. Seeing that FCM has GCM as its core, there is no limit in the number of Topics for any app. There used to be a 1 million limit, but it was removed. You can refer to this Google Developers Blog for that.

Also, when creating a Topic in FCM, it could take up to 24 hours for it to be show up in the Firebase Console, as per this post. Cheers! :D




回答2:


No I don't think so!

Based on the publish/subscribe model, topic messaging supports unlimited subscriptions for each app. You compose topic messages as needed, and Firebase handles message routing and delivering the message reliably to the right devices. link

Seems like you can create topics when you need them!



来源:https://stackoverflow.com/questions/37830098/topics-on-firebase-cloud-messaging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!