Hello everyone.
My boss told me last week to check out the Google Firebase, so I did. Till yesterday I was working on adapting a MySQL WebApp, that generates multiple data (just string, pretty light) every 5 minutes, to Firestore Cloud, which I don't know if it's a great cloud-base alternative for this kind of WebApp. So, I exceeded the free quota 0.05 million Cloud Firestore Read Operations limit. I want to know, when, what data or some other details about when it reached that limit. Is it possible?
I mean, I can't even check the collections in the Firebase Console, because there was an 'Error loading collections'.
Thanks!