After I migrated my app to console.firebase.google.com I cannot view the database usage quota, bandwidth usage and several other statistics in the firebase.com analytics tab. Is there any way to check this using new panel?
Asked
Active
Viewed 1.4k times
2 Answers
48
Update: you can now see your project's Realtime Database, Cloud Storage, and Hosting usage in the Firebase console.
Update (20160727): you can now see your project's database usage from the Firebase Console. Thanks for your patience!
Previous answer: the database usage quota charts are not yet available in the new Firebase Console. We're working on adding them, as well as adding similar charts for Storage and Hosting. Hang in there!

Frank van Puffelen
- 565,676
- 79
- 828
- 807
-
2Please do it as soon as possible. Thanks. – devprashant May 22 '16 at 17:20
-
15I understand this is not a firebase user forum, but any update on this? We'd really like to avoid surprises where someone from google says (limits up, upgrade now!!) – Roopesh Shenoy Jun 08 '16 at 05:41
-
5@frank-van-puffelen any updates ? we'd like to estimate the cost of our app. – Seb Jun 29 '16 at 13:47
-
2@frank-van-puffelen this works great in the hosting and database sections. Is there any plan to do something similar in the storage section? Figuring out how much storage you're using is hard - the best way I've found to do it is running gsutil du which isn't ideal – Simon Oct 31 '16 at 15:07
-
Please! do it because we are facing "SQLiteReadOnlyDatabaseException" due to low disk space. Described here https://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html#getReadableDatabase() – Atif Mahmood Nov 18 '16 at 10:02
-
How can i get bandwidth and storage use by one specific user ? – afnan khan Jan 28 '17 at 11:52
-
2More than one year have past, still without storage usage, same thing on GCS. I mean they calculate the price somehow. – Fossor Jul 28 '17 at 20:26
14
I see a new Usage tab now. Console > Database > Usage
Currently shows Sent Bytes, Storage and Connections. Looks like it may not be stable yet, because it does not match the stats reflected in my billing section.

Nizam Mohideen
- 863
- 10
- 24
-
moreover (writing in mid Sep 2016) the functionality seems to be taken down since a week ago or so. There seemed to be some issues with it until now, most of our traffic would not get recognised and reported. I'm sure it will be back online soon, seeing how the Realtime Database Usage is a great tool this will certainly be fixed in no time. – Voy Sep 21 '16 at 16:11