Top "Geofire" questions

GeoFire is a library for storing and querying geographic locations and receiving realtime updates when location data changes.

Is there a way to use GeoFire with Firestore?

GeoFire is tightly coupled to the Realtime Database, while geo-queries are a common functional dependency of many apps that are …

firebase firebase-realtime-database google-cloud-firestore geofire
How to save GeoFire coordinates along with other items in Firebase database?

I'm developing an app and saving some strings like postedAtTime, postedBy, postedOnDate in Firebase database. I want to save the …

android firebase firebase-realtime-database geofire
how to save Location Info in Firebase

I am trying to save location (so latitide and longitude) as one of the keys/fields in Firebase. In their …

java android firebase geofire
geofire android to store and retrive locations and display it on map

I am developing an taxi application in android. I need to store retrieve and update location of my cabs and …

android android-studio firebase firebase-realtime-database geofire
Using Firebase .startAt() and .endAt() query methods for date ranges

I'm using firebase in combination with GeoFire, this works great but I need one more query and I'm not sure …

angularjs firebase firebase-realtime-database geofire
Querying Nearby Locations with GeoFire

I'm having a difficult time understanding how GeoFire queries nearby locations; I'm building a geo-based app that will fetch nearby …

firebase geofire