geofire-objc
geofire-objc copied to clipboard
GeoFire for Objective-C - Realtime location queries with Firebase
Using GeoFire 3.0 and Swift 4 The problem is when I query locations with given radius, it gives only one location and the location is own location. When I run...
I am using Firebase 3.17, if I update firebase then I get 190+ errors, any other way to install Geofire without updating firebase?
Hi, I am working in Xcode 8.3.2 with the latest swift release (Swift 3). I have been using the setLocation method for saving my current location in my firebase database....
I have a list of stores as below: ``` "store" : { "2" : { "address" : "amman", "ctime" : "17:05:00", "g" : "9q8yyxfgs8", "id" : "11", "l" : [...
Hi! First of all — thanks for such awesome tool! I'd like to ask for few things (or just for a reply if that's not possible). Could we make this...
The security rules in https://github.com/firebase/geofire-js/blob/master/examples/securityRules/rules.json uses `getPriority()` to validate a location on write. By removing priority in https://github.com/firebase/geofire-objc/commit/96f40431d0d0fe3aac66bc0302da6c9cf3ab2f58, the rules now return a "permission denied" on writing a location as...
GFGeoHashQuery & GFGeoHashQueryHandle instances incrementing on each updation of GFCircleQuery. Please find the below code Note: `circleQuery` is strongly referenced in globally. ``` if circleQuery != nil { //updating query...
Hello. I've been doing queries within a radius where I start at 10 miles and then I increase by increments of 10 miles. What I've noticed is that locations that...
Inside a "manager" class, I'm creating two observers (one fore each .keyEntered and .keyExited) using a region query: ```swift internal final class GeofireManager: NSObject { internal var locationsRef: FIRDatabaseReference =...