'how to check firebase cloud firestore size in a project?

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



Solution 1:[1]

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

UPDATE:

You can check your usage up to last 30 days in Firestore Database > Usage

Solution 2:[2]

  1. Go to the Firestore Usage tab

  2. Click "View in Usage and Billing" (bottom right) enter image description here

  3. This will show a summary of usage including total bytes stored, bandwidth, reads, writes, and deletes. enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 TychoTheTaco