I'm using Firebase (Cloud Firestore regarding data) as backend of a website I'm developing and I see that the number of documents reading is higher than it should be.
Is there a way to get the details of all requests made on the server for a giving period? I would like to identify which of my requests are costful/executed too often.
I tried to find a simple answer to my question but couldn't find something clear.