Sourav Das
Sourav Das

Reputation: 1008

Firebase Auth/Notification Realtime Database and Data Storage

We're planning to implement FireBaseAuth and Notifications. In the Free Package, it is mentioned that simultaneous connections with RealTime Database can be up to 100 and File Storage is around 5 GB.

What's the difference between RealTime Database simultaneous connection and File Storage(Uploaded / Downloaded / Stored)?

Which of these are used in case of Auth and Notifications?

Upvotes: 1

Views: 395

Answers (1)

Paresh Dudhat
Paresh Dudhat

Reputation: 1246

RealTime Database simultaneous connection and File storage are different thing then Auth and Notification. There is no restriction on Auth and Notifications as they are not linked with either database or File Storage in Firebase

Upvotes: 3

Related Questions