-
Hello! I want to update my existing GeoFire query criteria with different center location.
I documentation: "To update the query criteria you can use the center and radius properties on the GFQuery ob…
axmav updated
8 years ago
-
I am trying to fetch location data within 25km radius and separate them for each km.
```
- 1km
- id1
- id2
- id3
- 2km
- id4
- id5
...
```
I tried using a for loop `for index in 1...25` an…
-
Hi everyone. Is there a way to query geofire by proximity as well as date?
I've got an app writing messages to firebase and I use the message key to save the messages location with geofire. I want to…
-
I think I have resolved all other issues to use geofire-java in Firebase 3.0 .. but this one.
What is the new replacement for com.google.firebase.database.core.Repo in the "new" world.
-
right now geofire is not there in definitely typed.
would it be added later on ?
-
The lattitude and longitude is not being returned
GeoFire geoFire1 = new GeoFire(new Firebase("https://....../profile/"));
GeoQuery geoQuery = geoFire1.queryAtLocation(new GeoLocation…
-
I dont really know how to use query with geofire.js properly.
Here is what I'm trying to do:
1. User sends a message (with exact location)
2. Retrieve a list of messages within x radius
NB: I am usi…
-
download URL
https://drive.google.com/open?id=0B0tlPhDqk_j_a01NNTdraG0wVDg
-
I'm having an issue where I have just begun implementing GeoFire and running a circle query and it seems to have caused a memory leak and blocked Firebase from popping any other events. The query take…
-
@mcdonamp I am trying to use both of this libs in RubyMotion app. But overtime I install the GeoFire pod it creates conflicts. The version of Firebase that GeoFire supports is lower than what Motion-…