What is the maximum limit of users for single topic subscription in Firebase?

一笑奈何 提交于 2020-07-15 11:57:04

问题


I am using Firebase topics to send notification.While doing so i came across the Firebase notification console which shows (topic-name)<1000 estimated user on selecting sending notification through topics

I have read this POST.It says Firebase can create unlimited topics.But my question is that how many maximum number of user can subscribe to a single topic because in console it showing (topic-name)<1000 estimated user and Firebase has not describe anything in doc about max limit users subscription to an individual topic.

If it has the limit of 1000 user to a single a topic subscription than what will happen when app excited this user limit.will it sent notification to first 1000 users of it will not send notification at all?


回答1:


I can't found the answer link for you.But at 2015 GCM limit 1 million user to single topic subscription but which they already remove this limitation. FCM is using GCM as it core so which mean it is unlimited for user subscription to any topic.

You might get some point form this link

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.

By your second question that obviously told you that fcm estimated lesser than 1000 user subscribe to that topic. It's doesn't mean you cannot send to over 1000 device. You have misunderstading the meaning of < 1000 estimated users.



来源:https://stackoverflow.com/questions/41374714/what-is-the-maximum-limit-of-users-for-single-topic-subscription-in-firebase

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