Is there any way to get the read/write count from firebase? Need to use it for a dashboard for my app, working in Node.JS
Asked
Active
Viewed 73 times
0
-
You need to know how many times a documents was read? – Alex Mamo Aug 28 '22 at 11:48
-
There is no public API within Firestore to get read and write counts, although you may be able to set something up with Cloud Logging. For example, see: https://stackoverflow.com/questions/57975518/how-to-measure-the-firestore-read-and-write-counts-on-stackdriver – Frank van Puffelen Aug 28 '22 at 11:53