I know similar questions about Firebase's simultaneous connections were asked before. The answers were generic and do not apply to the very specific situation that this question discusses.
The official documentation says, "There is an initial 10,000 simultaneous-connections cap on the Flame and Blaze plans."
https://firebase.google.com/pricing/
I am wondering if this cap might prevent my app from working properly: Suppose I have an app for the upcoming US presidential election. It's going to let users cast a virtual vote and monitor the trend in real time.
Obviously, it's very easy to have more than 10,000 users using the app at the same time (because everyone wants to know who's winning/losing in real time).
The current U.S. population is 320M. Assuming 1% of the population will be using the app on the election day, 3M users will connect to the Firebase database at the same time, constantly keeping an eye on the latest trend.
With this context, can anyone (preferably from Google) clarify if this cap will prevent the voting app from functioning properly? If so, what's the workaround?
Thanks very much.
Hashtag: #AskFirebase