Firebase Cloud Messaging 没有主题主题限制?
Firebase Cloud Messaging No of Topics Topic Limit?
每个应用程序用户可以订阅的主题数量是否有限制?
根据https://firebase.google.com/docs/cloud-messaging/js/topic-messaging,
Topic messaging supports unlimited subscriptions for each topic. However, FCM enforces limits in these areas: One app instance can be subscribed to no more than 2000 topics.
这是否意味着我们每个项目最多可以有 2000 个主题?如果不是,App实例是什么意思?
注意:我发现了一个类似的问题,但它是从 2016 年开始的并且已经过时,因为 firebase 从那时起发生了很大变化。
Does this mean we can have an maximum of 2000 topics per app?
每个应用程序实例可以有 2000 个主题订阅。否则,您可以拥有任意数量的主题,而无需考虑各个应用程序实例可能对它们的期望。
what does App instance mean?
应用实例是应用的唯一安装,与其他设备上同一应用的其他安装分开。
每个应用程序用户可以订阅的主题数量是否有限制?
根据https://firebase.google.com/docs/cloud-messaging/js/topic-messaging,
Topic messaging supports unlimited subscriptions for each topic. However, FCM enforces limits in these areas: One app instance can be subscribed to no more than 2000 topics.
这是否意味着我们每个项目最多可以有 2000 个主题?如果不是,App实例是什么意思?
注意:我发现了一个类似的问题,但它是从 2016 年开始的并且已经过时,因为 firebase 从那时起发生了很大变化。
Does this mean we can have an maximum of 2000 topics per app?
每个应用程序实例可以有 2000 个主题订阅。否则,您可以拥有任意数量的主题,而无需考虑各个应用程序实例可能对它们的期望。
what does App instance mean?
应用实例是应用的唯一安装,与其他设备上同一应用的其他安装分开。