-
Trying to retrieve all the documents that fall within the radius of a certain point.
Query:
```
const geoQuery = geoFirestore.query({
center: new firebase.firestore.GeoPoint(51.5074, 0.1278…
24dev updated
6 years ago
-
I keep getting the above error when I run a query. Can anyone point me in the right direction?
const geoQuery = geoFirestore.query({
center: new firebase.firestore.GeoPoint(this.state.region, th…
-
Is there a way to continually update an existing doc with new location? I think this may be a useful feature and may be able to submit a pull request.
```
geoFirestore.update(key, {
co…
-
![screenshot_2018-08-07-13-07-15](https://user-images.githubusercontent.com/41745899/43761510-eabfb844-9a42-11e8-9f15-e111f21aab4d.png)
### Here is my code:
```
const db = firebase.firestore();
…
-
It doesnt like query: (ref) => ref.where('d.count', '==', 1) in the following:
```
geoQuery = geoFirestore.query({
center: new firebase.firestore.GeoPoint(mapCenter.lat(), mapCenter.ln…
-
I was having problems with setting locations
`geoFirestore.set('some_key', { coordinates: new firebase.firestore.GeoPoint(37.79, -122.41)})`
giving: "Invalid GeoFire location '[object Object]': loca…
-
[List _offers = [];
List get offers => _offers;
BuildContext buildContext;
class OffersGrid extends StatelessWidget {
OffersGrid({@required BuildContext context}) {
buildContext = con…
-
Hi, first of all thank you so much such a helpful plugin this really saves me from a lot of works.
I tried to fetch by using `getDataInArea` but it returns nothing. I tried to search for what was wro…
ghost updated
6 years ago
-
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…
-
Hey Eddy,
Had to create a new issue since the original was already closed.
I'm trying to use the latest FieldValue updates to add server timestamp to the document like so:
```
const transactions…