Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Firebase Database Storage Size Limits

Do Firebase Database and Firebase Storage have limits? If yes, what are they?

like image 840
Henok Avatar asked Sep 06 '16 06:09

Henok


1 Answers

Firebase has the basic free bundle plan, also called Spark, which includes the Realtime Database and File Storage Services.

Realtime Database:

  • Simultaneous connections: 100
  • GB Stored: 1 GB
  • GB Downloaded: 10 GB/month

File Storage:

  • GB Stored: 5
  • GB Downloaded: 1 GB/Day
  • Uploads: 20k/Day
  • Download: 50k/Day

There are other premium plans like Flame and Blaze, which has higher offers. See the Official Firebase Pricings page for more details.

like image 99
AL. Avatar answered Oct 26 '22 19:10

AL.