Results 5 comments of sentd94

> It reads the entire collection. If you have 10,000 documents in the collection on which you are querying, then all the documents would be read. So it's quite inefficient...

Firestore has an article about that here: [](https://firebase.google.com/docs/firestore/solutions/geoqueries) What they are describing is pretty much what this library here does. My example was a fictional one with a huge radius...

@RodoHS This is the article: https://firebase.google.com/docs/firestore/solutions/geoqueries They recently updated the article and now provide their own firebase library for GeoHashes.

Apparently being in airplane mode does not only disable network connection but also the ability to request GPS services. So you would need to check for airplane mode first before...

@juliansteenbakker This is still happening in ^3.2.0. This seems only to be an issue on some specific virtual devices. Virtual Device specs to reproduce issue: Nexus 6 API 28 Android...