Checking quotas from Firebase inside the app

Hi all!

I am making an app which uses Firebase as back-end. The current plan is the free Spark plan, which has certain limits on the usage.

Would any of you know if it is possible to have a function inside the app, that could read what kind of quotas have been used? Most important one would be the amount of storage used (1 GB max).

I am using the plugins “angularfire2” and “firebase” for this Ionic app.

Many thanks!

You can check your quotas as discussed here: https://firebase.google.com/docs/firestore/quotas

There is no ‘quotas’ API.

I was after an API, guess I’ll have to live without it then. Thanks for replying!