关于 Firebase 云消息传递的主题?

Topics on Firebase Cloud Messaging?

对于一个应用中 Firebase 云消息传递的不同主题的数量是否有任何限制?

不,我不这么认为!

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

好像可以在需要的时候创建主题!

没有。看到FCM以GCM为核心,任何app的Topics数量是没有限制的。以前有100万的限制,现在取消了。你可以参考这个Google Developers Blog

此外,在 FCM 中创建主题时,它最多可能需要 24 小时才能显示在 Firebase 控制台中,如 所述。干杯! :D