-
I have been utilizing GeoFirestore in my application for some time now, and it works fairly similar to this library. I am curious to see if this was inspired by GeoFirestore, and how it truly differs?…
-
Hi,
Sorry for the basic question, but I've been banging my head against this for the past few hours.
In the test app I set up, I have a function that adds 1000 randomly placed locations to my f…
-
I have one GeoFirestore instance and when I update the `queryCriteria` I get the `ready` event fired hundreds of times.
The documentation reads:
> `ready` fires once when this query's initial s…
-
GeoQuery geoQuery = FirestoreManager.getInstance().getGeoFirestoreUsers().queryAtLocation(new GeoPoint(latitude, longitude), 0.5);
geoQuery.addGeoQueryDataEventListener(new GeoQue…
-
I was able to run this library in nodejs project in a console project without a problem. However, when ran it as part of a React Native project, the package and objects are loaded, however, events are…
-
Is there a way to use range queries ('=') with a document field?
-
what is geoKit in your example?
-
I want to wrap your library in a google cloud function and return an array with the results to the client.
I do the following setup.
```
const geoQuery = geofire.query({
center: [p…
-
Hey Michael,
This is a bit of a two-headed question with the same goal : Do you plan on geofirestore updating its query results as document content is updated?
e.g. case:
on the backend, fir…
-
I am getting compilation error "Type of expression is ambiguous without more context " in line 378 of "Geofirestore.swift" file.
Code : var toDelete = (Set().union(oldQueries))
Xcod…