geofire-java
geofire-java copied to clipboard
GeoFire for Java - Realtime location queries with Firebase
Am using geofire with spring boot, while trying to run sh release.sh giving heal lot of issues
Using keyRef.updateChildren instead of keyRef.setValue also fixes a huge amount of unnecessary 'onDataExited(DataSnapshot dataSnapshot)' events, which has not been reported yet. keyRef.updateChildren understands if the data needs to be inserted...
``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.app.app, PID: 27335 java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/FirebaseApp$IdTokenListenersCountChangedListener; at com.google.firebase.auth.zzp.create(Unknown Source:3) at com.google.firebase.components.ComponentRuntime.lambda$new$0(com.google.firebase:firebase-common@@17.0.0:66) at com.google.firebase.components.ComponentRuntime$$Lambda$1.get(Unknown Source:4) at com.google.firebase.components.Lazy.get(com.google.firebase:firebase-common@@17.0.0:53) at com.google.firebase.components.ComponentRuntime.initializeEagerComponents(com.google.firebase:firebase-common@@17.0.0:155) at com.google.firebase.FirebaseApp.initializeAllApis(com.google.firebase:firebase-common@@17.0.0:642) at com.google.firebase.FirebaseApp.initializeApp(com.google.firebase:firebase-common@@17.0.0:358)...
only keys with positive longitude are returned if center has positive longitude, same with positive.
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...
Add updateLocation function
Any plans to support RxJava to get events as a Observable?
Version 2.3.1 gave me this error: ``` Last Sync Errors: Missing: no javadoc jar found in folder '/com/firebase/geofire-testing/2.3.1' Dropping existing partial staging repository. ``` Looks like we have some issues...
This might be a stretch, but in addition to querying for keys within a radius, will it be possible (in the future perhaps) to query for keys within an arbitrary...
It would be a very good (probably ideal) way to do writes and updates if the data and location could be updated simultaneously, instead of writing the data, then writing...
Am regularly seeing relatively long delay (e.g. 5-10s....but in some cases significantly longer) before onGeoQueryReady callback is invoked. This is I believe causing issue when moving quickly around map for...