-
EDIT I read through the post and found that such queries cannot be made.
Is there a timeline for this problem to be solved tho? This is a big requirement for an app so I'd probably have to use anoth…
-
My source data need to be formatted as [GeoJSON Feature objects](https://tools.ietf.org/html/rfc7946#section-3.2), where location data is stored as [GeoJSON Points](https://tools.ietf.org/html/rfc7946…
-
```
Expo CLI 3.11.3 environment info:
System:
OS: macOS 10.15.2
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 10.16.0 - /usr/local/bin/node
Yarn: 1.16.0 - /usr/loc…
-
Thanks for the well documented documentation! The link in the readme for the documentation throws a 404 not found.
Thanks 👍
-
Hi,
could you compile it for iOS 13. Thanks?
-
Example:
```
const geoFireStore = new GeoFirestore(firestore)
geoFireStore.collection('myCollection')
.near({ center, radius })
.onSnapshot((snapshot) => console.log(snaps…
-
Hello!
Firstly, a big thanks for creating this library for Firestore. I've used the `geofire` library for the realtime database so it's great that it's been recreated for Firestore. Your work is mu…
MarcL updated
5 years ago
-
I am trying to make something like this:
geofirestore.collection('locations')
.near({
center: new admin.firestore.GeoPoint(req.body.location.lat, req.body.location.lng),
radius:…
-
Maybe I'm missing something, but the readme is really missing a simple example on how to add a document in the correct data format. In issues here and at stack overflow, I've read multiple threads of …
-
Hello,
recently i wanted to implement firebase ui auth in my project specially phone auth, but i have got as issue.
after adding pods in my project it shows error which is:
> Use of undeclare…