HasIEluS
HasIEluS

Reputation: 51

Instant messaging limit in firebase

When firebase sets a limit of simultaneous connection to 100 active listeners,does that mean instant messaging can only be done amongst 100 users?

Upvotes: 0

Views: 146

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598765

I think you may be referring to the limit of 100 concurrent listeners on the Firebase Realtime Database on the free/Spark plan. That is the only product/plan that this limit applies to.

If you need more than 100 concurrent listeners on the Realtime Database, upgrade to the paid/Blaze plan - which removes that limit and then allows you to have up to 200,000 concurrent connections per database instance.

Upvotes: 1

Related Questions