Questions tagged [geofire]

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

GeoFire is an open-source library that allows you to store and query a set of items based on their geographic location. GeoFire uses Firebase for data storage, allowing query results to be updated in realtime as they change. GeoFire does more than just measure the distance between locations; it selectively loads only the data near certain locations, keeping your applications light and responsive, even with extremely large datasets.

GeoFire is an MIT-licensed open source project, which you can see here: https://github.com/firebase/geoFire

Related tags

576 questions
-2
votes
4 answers

How to track user location across all view controllers in an ios app?

I am building an app that tracks a users location while the app is open and query it with geofire. I would like to keep the location updating from any view controller the user may have open. I am wondering how to do this. Currently, I have my…
dima618
  • 67
  • 11
-2
votes
1 answer

How can i get user nearby my location in geofire,Firebase

With this code, I am getting only one value from Geolocs just key and location, not a nearby location.What is wrong with it var geoFireRef: DatabaseReference? var geoFire: GeoFire? var myQuery: GFQuery? func Geofire() { …
-2
votes
1 answer

deleting old google maps marker after user refreshes page

Geolocation