geofire-objc
geofire-objc copied to clipboard
GeoFire for Objective-C - Realtime location queries with Firebase
Hello , I want to get all Users near by my own Location. I wrote following code in the location Manager didUpdateLocation function. First I grabbed my own location as...
Trying to ensure when a document is deleted from firestore, that results in the map annotation from my observe query being removed. I'm maintaining the results of .documentedEntered in a...
I wonder whether it's possible to get the full data that matches the Geoquery. For example, if I point my Geofire reference to my user and every user has his...
I am trying to setup default GeoFire Rules on Firebase. When I turn on the rules below on the "geo" key I am getting "Permission Denied" in Xcode (SwiftUI). But...
I followed steps here it solved the issue I had. https://github.com/firebase/geofire-objc/issues/89 I have installed v4.0.1 pod with ``` pod 'Firebase' pod 'Firebase/Database' pod 'GeoFire' ``` Now here is a new...
Scenario: 1.000.000 keys spread around the world. Circlequery with 10 Km ray. will all the 1.000.000 keys being downloaded, then only those within the ray provided? I am asking this...
I created a simple project with an MKMapView, a GeoFire query and an MKMapViewDelegate, which updates GeoFire query region every time UIMapView region changes. But that crash with an unhandled...
When using GeoFire circle query in Swift with GeoFire 3.0 cocoapod, query aborts with NSException with radius of 8000 Km (4791 MI) Xcode debugger shows latitude of 105.9793939... and longitude...
For example I want to limit the number of result I get from a GFQuery just like in firebase, because I don't need all the point in the range/circle but...