Open 0radek opened 3 years ago
Dosnt the GeoFireCollectionRef have a dispose() method?
don't quote me on this but I believe this is expected because it has to query multiple geohash squares. I don't know if 9 is exact but there is going to be more than 1 query.
That's one reason why we need Firestore itself to support Geoqueries.
I'm using the
.within()
method and I notice that 9 snapshot listeners are created because of the surrounding geohashes.Here's my code for what I'm doing - is this problematic at all? How to close the 9 listeners?