-
I have the following code in a react native project
import firebase from 'firebase';
import { GeoFirestore } from "geofirestore";
.
…
-
There is a problem with new GeoFirestore(), first I am using geofire@3.3.0, I am in the middle of upgrading from an older previous version. I was instantiating geofirestore and it tells me that collec…
stot3 updated
5 years ago
-
I have updated to 1.4.0 and now it can't find symbol class GeoQueryDataEventListener.
I am going back to 1.2.1 that was the last stable version that I could make work untill this is resolved.
-
Hi,
I'm using this awesome library to perform nearby query, but I noticed a limit when call `add()` method providing `customKey` param: I'm not able to set nested properties of data object, i.e. `pl…
-
Not sure why I'm getting this error, but here's my code:
```js
const eventsRef = firebase.firestore().collection("events");
const locationsRef = firebase.firestore().collection("locations");
const…
-
Hello, i already use Geofire With Firebase Realtime database on android and i don't know why on android there is the **"data event"** feature ( https://github.com/imperiumlabs/GeoFirestore-Android#dat…
-
Hi, Thanks for the great library.
Two questions for you.
1. What is the maximum value of "radius" that we can apply? I store a document 12000km away from the center, and set the radius to 15000,…
-
I'm trying to utilize the `add()` method. I followed the data structure listed here: https://github.com/geofirestore/spittin-hot-geofirestore/blob/6a9c3482f8437f594c78743eb4fd96aee777a63b/data/src/uti…
-
Doesnt support server side rendering with Angular Universal.
Is this correct? because I cant seem to get it rendering.
It works fine, but just doesnt work with angular universal.
I know firesto…
-
I want to find potholes of the road for the given route (starting & ending lat/long points). All the potholes are stored at google-cloud-firestore as it is required by geofirestore.