Firebase Firestore Geo Queries
A example of how to perform geo queries within firestore without the need of third party libraries, improving performance and with less document reads. The example uses the new multi field queries available on the new SDK.
To use it, just copy the code directly from this repo and change it as needed.