-
Big fan of the library!
I want to implement a large search radius (100's of kms) on a large collection of small-medium documents (1000's of documents).
I see there are limitations to using limi…
24dev updated
4 years ago
-
Please add a feature to query documents based on geographic location to retrieve documents within a given geographic area. So we can selectively load only the data near certain locations.
-
Would it be possible / efficient to query based on the rectangular area of 2 geo points, instead of one and a radius? Thanks!
-
When ever I add a value to radius the query stops bringing data.
I have a collection called zones and a field called location that has firestore geopoints.
using:
geofirestore@3.4.3
react-nati…
-
*I left a comment on [this issue](https://github.com/MichaelSolati/geofirestore-js/issues/174) but i just wanted to make sure this issue is seen*
### `radius: 0` returns all results whereas any oth…
-
Hello, thanks for the amazing library.
I was wondering if I can query multiple documents by id using something similar to _firebase.firestore.FieldPath.documentId()_. I tried also with _geofirestor…
-
Hi,
thanks for this awesome library. While working with the new version I realized the results of the query
`GeoQuery geoQuery = geoFire.queryAtLocation(new GeoLocation(37.7832, -122.4056), 10);` ar…
-
I have a prototype with expo and firebase firestore, everything works perfectly in the android emulator and in the physical device with the expo client, however when I compile the application and get …
-
This looks like a great package, many thanks! 👍
I'm currently setting it up and ran into two issues:
1) Are you mutating the object passed to `geocollection.add`? I'm guessing so, as you are ad…
-
I'm using `geocollection.add` to create new documents, but editing happens inside a cloud function, so I'd like to pass a geohash to it, so the required data structure can be created there. Would be g…