1
votes

how to check firebase cloud firestore size in a project? according to firebase the free plan gives you 1GB for firebase cloud firestore, i already create some collections with documents inside, but where can i check the total size i am using?

i already check some statistics in firebase console but i can only see the numbers of reads and writes. enter image description here

1

1 Answers

0
votes

You can check your Cloud Firestore size or Cloud Firestore stored data in Google Cloud App Engine Quotas page. You can go direct to Google Cloud using the link because when you create a Firebase project, you're also creating a project in the Google Cloud.

Inside the App Engine Quotas page you can see also the other Cloud Firestore usage information including reads, writes, index writes, deletes, and network egress.

Example images:

Cloud Firestore Usage