-
When I run the following code,
```
geoFirestore.getLocation(getItem("documentId", new GeoFirestore.LocationCallback()
{
@Override
public v…
-
Docs claim it is kilometers but ive been seeing some very strange behavior that debunks that as true.
User A is 45 km from User B.
- query within 10 km: both users returned as within "10"
- quer…
-
## Issue
In our App, Firebase Dynamic Links stopped working some days ago without changing anything.
This issue occurs on iOS only. We tested old releases of our app, and a…
-
## 🐛 Bug Report
### Environment
```
Expo CLI 3.2.3 environment info:
System:
OS: macOS 10.15
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 10.16.0 - /usr/local/bin/no…
-
Hello! I found an interesting issue. I have the following compound query:
`collection.where('startTime', '>=', fromTime).where('startTime', '
-
I am reading these:
> Internally GeoFirestore creates multiple geohashes around a requested area. It queries them and furter calculations on the seperate results are done within the libary. Because o…
-
Hello my friends, i have a doubt
Have a code for get the result in my collection, but ever ever i have empty data, i write radius 0 and i have 2 results ¿why?
"geofirestore": "^3.0.2"
…
-
### [REQUIRED] Step 2: Describe your environment
* Xcode version: _10.1__
* Firebase SDK version: __ 5.18.0___
* Firebase Component: _Core____ (Auth, Core, Database, Firestore, Messaging, S…
-
I have a `places` collection containing some places (inserted by GeoFirestore), all of which are to the East of the Prime Meridian.
If I run the following query (setting the centre point to be to t…
-
**Link to project (GitHub)**: https://github.com/geofirestore/geofirestore-js
**Describe the project in 2-3 sentences**: GeoFirestore is an open-source library that extends the Firestore library in…