-
I am using GeoFire on my Xcode project to simply transfer longitude and latitude data from my project to the server. It is able to send info to the server from the simulator but not when I build on t…
-
I may be missing something. But has GeoFire been updated to work with the new configuration of Firebase?
-
I'm asking because geofire-java was not compatible with Firebase-3.0. https://github.com/firebase/geofire-java/issues/18
-
Hello,
When I try compile 'com.firebase:geofire:2.0.0' it fails to resolves and looking on both maven and jcenter, I only see 1.1.1 as being the lastest.
-
Minor change to conform to Firebase 3 and new database error message. Please let me know if I need to correct anything in that pull request.
See: https://github.com/firebase/geofire-java/pull/27
-
Handler accepts [submit order response](https://github.com/ro31337/cheaptaxi/blob/master/src/responses/submit-order-response.js) and handles the order the following way:
- Creates order with propertie…
-
Hi guys,
Exist any example to create a chat using AngularGeoFire?
Thanks in advance!
-
Is there anyway I can get the recently added locations first rather than old - new locations. In my case I have thousands of entries so every time I query I have to go through all callbacks and then c…
-
Will GeoFire have to be updated now that firebase has changed some of their structure as well? Could you show the implementation of these changes in the README.md instructions?
Thanks!
-
Is there any plan to make geofire-java support com.google.firebase:firebase-database instead of com.firebase:firebase-client-android?