suiko1984 / geofirestore-android

GeoFire for Android - Realtime location queries with Firebase Cloud Firestore
13 stars 4 forks source link

Add Read Ops Counter #9

Closed akwatson closed 4 years ago

akwatson commented 5 years ago

It would be very useful to have geofirestore keep track an estimated count of the billable read operations triggered. I think this is possible by counting the number of items in OnDataEntered and OnDataExited.

suiko1984 commented 4 years ago

Hi @akwatson , great idea! I will try to implement it in the coming updates :)