George
George

Reputation: 643

Firebase: Switch current database [iOS and Android]

We have chat application based on soket.io with more than 5k users online right now and lots of problems with connection stability, load balancing and so on. We have no experienced backend engineer, so we looking on to the Firebase.

My questions are:

Thanks in advance

Upvotes: 0

Views: 169

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598775

For Firebase projects on a paid plan, there is (according to the Firebase Pricing page):

There is an initial limit of 10,000 simultaneous database connections. See FAQ section for more information

From that FAQ section on this initial limit:

The Flame and Blaze Plans have an initial limit of 10,000 simultaneous database connections. This is to prevent abuse and can be raised by contacting Firebase support with 24 hours notice.

So: once you have decent usage and want the limit raised, reach out to Firebase Support to have it raised.

Upvotes: 1

Related Questions