What happen to my app if the firebase reach the limit, and the firebase storage?. I’m new in firebase and android development can you help me? thank you and advances
I create a simple app like todo list and what if the firebase reach the limit what happen to my app
2
Answers
If your Firebase project reaches its quota limit, some Firebase services may stop functioning until you either reduce usage or upgrade your Firebase plan. The specific impact on your app will depend on which Firebase services you are using and how you are using them.
For example, if you are using Firebase Realtime Database and you exceed the free quota limit of 1 GB of stored data, your app will no longer be able to write data to the database. Similarly, if you are using Firebase Storage and you exceed the free quota limit of 5 GB of stored data, your app will no longer be able to upload new files to the storage bucket.
There are a few ways to prevent your app from being impacted by Firebase quota limits.
From the Firebase FAQ: