Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase upgrade plan after limits reached

I am reaching to the limits of the spark plan in firebase, and i was wondering if after that i cross the 100 connections and my project gets suspended, can i upgrade before that the month ends and keep using firebase? Thanks

like image 443
Martin De Simone Avatar asked Jan 17 '17 22:01

Martin De Simone


1 Answers

Your project does not get suspended when you've reached the maximum number of simultaneous connections.

When you have 100 users connected to your database that is in a free project, the database stops accepting new connections. Once one of the existing users disconnect, the database will accept the new connection again.

When you upgrade your project to a paid plan, the connection limit is immediately raised. There is no need to wait until the end of the month.

like image 53
Frank van Puffelen Avatar answered Nov 11 '22 13:11

Frank van Puffelen