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?
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
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.