-
12-30 20:27:41.733 26641-26641/com.example.mudasar.ubercloneapp E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.mudasar.ubercloneapp, PID: 26641
**java.lang.ArrayIndexOutOfBound…
-
Think you found a bug?
=======================
Yeah, we're definitely not perfect! Please use the bug report template below and include a minimal
repro when opening the issue.
### Version info
…
-
Let's say I have 100,000 locations saved in the DB. And I make a radius query which returns 5 locations. Will I be charged for 100,000 document reads or 5? In the background do we download the unused …
-
Hi guys,
Same title, how i can response all result query?
Ex:
var geoQuery = geoFire.query({
center: [10.38, 2.41],
radius: 10.5
}).then((allResult)=>{
//some code
})
I ask because…
-
I've literally copied the project and started it and I'm getting this error. due to other people reporting they can't use it in iOS I'm thinking of abandoning geofire which would suck because it rules…
-
# Report
CocoaPods' output:
↳
Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``…
-
It looks like the CocoaPods spec file for GeoFire is out of date as it list the wrong version of Firebase/Database as a dependency.
As you can see [here](https://github.com/firebase/geofire-objc/b…
-
I just upgraded GeoFire android from 2.2.0 to 2.3.0.
I noticed my app was stopped.
This is my log :
E/AndroidRuntime: FATAL EXCEPTION: main
java.lang.NoSuchMethodError: com.google.firebase.da…
-
For me, `setLocation()` and `getLocation()`
works fine.but, when i use the following code, `GeoQuery geoQuery = geoFire.queryAtLocation(new GeoLocation(location.latitude, location.longitude), 20);`, …
-
I am interested in integrating with https://github.com/firebase/geofire-js/blob/master/docs/reference.md.