-
It would be really cool if the library gave you the option to get the distance of each result from the center
-
Guys, I am still trying to get my head around, but as I understand technically you can add more fields into stored obj?
As you are using sorting and start At and End At in filetrs, could be good to …
-
I am using geofirestore, that awesome. But have question.
In my app i have doc with some key-values and i need to store location for each of them.
if i am using geoFirestore.query({...}); with cen…
-
Is it possible in geofirestore to get results by the road distance ?
Right now, when the center and radius are provided, geofirestore returns all points located within the radius basing on the str…
-
Hi Team,
I am using GeoFirestore. Apart from filtering the data by distance, I also need to filter the results by a field.
This is the init code
```
const firebase = require('firebase');
c…
-
Hi,
I've been learning how to use GeoFirestore and could make work thanks to issues and some examples that I've got from here. Thanks!
However, I wonder how can I catch errors emitted from `qu…
-
below are the libraries that i am trying to work with, I have some libraries there that cannot be upgraded in version as they don't play nice with each other. when I add this library I get the followi…
-
I'm able to get this to work with implementing this with geofire. I'd like to use Geofirestore because I'm using firestore within my application.(I figured it would be a better choice).
This works…
-
I'm using geofirestore in a firestore cloud function with an http endpoint to perform radius search - return records within the radius of a lat/lon coordinate.
This query runs against a document co…
-
### Versions
```
"firebase": "^5.6.0",
"geofirestore": "^2.2.3",
```
### Code
```js
import * as firebase from 'firebase/app';
import 'firebase/firestore';
import { GeoFirestore } from …