-
Hi, thanks for this great library!
I would like to add the following method to GeoFire:
```
public void listenLocation(String key, LocationCallback callback) {
DatabaseReference keyRef…
-
I think if we put some effort into the testing infrastructure we could pull it out into it's own module and ship it. The big benefits are that consumers of the library can actually do integration test…
-
Hey guys,
A common scenario using GeoFire is:
1. Save the Geo to a Collection
2. Grab the key (perhaps the object) and save it to another collection
3. You're done.
So, the problem that aris…
-
Firebaseで位置情報を扱うさいに,Geofire (https://github.com/firebase/geofire-js) を使うと良さそう
Geofireを調査して現在の位置情報に近いBow(コメント)が取り出せるかどうかを調べる
-
With the late September update of firebase, it's now possible to order by descendants, which from what I see in the code was the reason you couldn't have geo data inside your existing data (couldn't o…
-
Can i use geoFire with multiple Databasereference at same time
-
Hi, i want to ask how to make marker from geofire maps clickable to reference some data from firebase realtime database ? (e.g i want see detail data from marker "A". Detail data are stored in firebas…
-
I'm trying to use Geofire to achieve geofencing functionality offered by the Google Awareness fence api
However I'm wondering what's the best way to achieve the equivalant of INITIAL_TRIGGER_DW…
sl378 updated
6 years ago
-
It would be awesome if the onKeyEntered/move etc. callbacks also included a distance from the query point, as the JS library does. It supports the numerous use cases of "return the 20 closest x (resta…
-
The question I have is posted here in detail:
https://stackoverflow.com/questions/46896628/data-downloading-cost-of-geofire-geoquery
Summary: If I fire Geoquery once every 3 seconds, will all th…