0

How can I view the amount of reads and writes in real-time with Google Firebase?

That is, if my app reads something from Firebase how can I view the number of reads (getting incremented by 1 in this case) immediately after?

user395980
  • 356
  • 1
  • 8

1 Answers1

0

The closest you have like that for your real Firebase/Google Cloud project is going to be the logs in Cloud Logging and Cloud Monitoring. Within the Firebase console there is just the 30-day aggregated usage report.

Also see:

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • Thanks Frank! What is the reason that we can't view any updates for today that happens regarding reads and writes on Firebase Console (on the project overview page)? I have to wait a day to see the reads and writes of yesterday and the days before for some reason but I can't use this to view the reads and writes of today in real-time. – user395980 Nov 27 '22 at 15:38
  • Cloud Monitoring and Cloud Logging already show recent, and detailed usage data. If you think the Firebase console should also show that, consider [filing a feature request](https://firebase.google.com/support/troubleshooter/report) for it. – Frank van Puffelen Nov 27 '22 at 21:26