-
The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.
Because login depends on geofire from git which requires SDK version
-
Hello
I am facing a really weird bug.
I am currently querying some geofire events with Android, and I noticed after some wasted hours of search that the geoquery returned only items with positive …
-
You provide method `on` that tracks changes in real time, but I am interested to do search on static data once and determine when all children are added. In Realtime database it is done following way…
-
I'm doing a compound query like the example:
`query = geoFire.query(query).within(userPoint, 100, 'point');`
When I subscribe to this query, for some reason on the server side it returns the cor…
-
I have this:
```
"_id": {
l: [],
g: "ede45",
username: "romuald",
other: 5
}
```
If i call setLocation to update location, it will remove username and other.
-
07-29 07:47:11.970 9991-9991/ke.co.safiripesa E/art: The String#value field is not present on Android versions >= 6.0
07-29 07:48:39.418 9991-9991/ke.co.safiripesa E/NiboOriginDestinationPickerActivi…
-
I'm making a global app that requires schools to be sorted from nearest to farthest, based on the user's location. To do this, I set geoFire.queryAtLocation(location, withRadius: 40075)
This causes a…
-
I'm using geofire and when an object enters into my radius I want to fetch the details and pop it into an array.
Something like:
```
this.geoquery.on('key_entered', (key, location, distance…
-
could anyone made it work for flutter web and if yes could please share the solution?
otherwise I will be looking at implement it over the next week.
thanks
-
Hi,
I am working in Xcode 8.3.2 with the latest swift release (Swift 3). I have been using the setLocation method for saving my current location in my firebase database. Is there something wrong wi…