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?