Topics on Firebase Cloud Messaging?

后端 未结 2 595
深忆病人
深忆病人 2020-11-28 15:00

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

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 15:39

    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!

提交回复
热议问题