Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I see, if I reached my firebase quota

I use the freee Spark-plan to develop my app.

Since yesterday, I get weird error messages:

StorageException: StorageException has occurred.
Code: -13000 HttpResult: 402

Could that mean, some firebase quota is reached? Where can I see which quotas are reached in my firebase console?

Appearently, free quota is 1Gb / day. There's no way I used that much.

like image 482
murkr Avatar asked Oct 18 '25 02:10

murkr


2 Answers

There is a "usage" tab at the top of the page in the Storage section of the Firebase console. It is easy to find, next to Files and Rules.

If you have questions about billing and usage, please contact Firebase support directly.

like image 173
Doug Stevenson Avatar answered Oct 21 '25 02:10

Doug Stevenson


To see how much of your free quota of Spark Plan you have used Go to Firebase Console > Settings (Upper left) > Usage and Billing

See here

Also if you don't get each item in this list you can goto Firebase Console > Develop> (Some tool like Storage or Auth) > Usage (see tabs)

I hope this will be very helpful

like image 25
Shivam Anand Avatar answered Oct 21 '25 03:10

Shivam Anand