-
I was just about to create a pull request for this, but I want to get your feedback on how to proceed:
Angularfire needs firebase as a dependency (It's even listed as such in [package.json](https://g…
-
Hi there, I think I've run into a bug when canceling a query from within the key_entered callback when the query already has locations tracked. I've included a JS fiddle below - it triggers the debug…
-
I am currently experiencing an issue with rome failing to rename a framework whilst building.
I 've attached my build logs:
``` ruby
use_frameworks!
#Doesn't make sense but is a workaround for http…
-
Due to the fact NSEnum isn't used the Event Type enums export to swift as:
``` swift
public struct GFEventType : RawRepresentable, Equatable {
public init(_ rawValue: UInt32)
public init(rawV…
-
So, weird question...
Is there a way to easily get some random location points around your location? I.E. you have userLocation, and you want to make a random location point within a one mile radiu…
-
Getting this warning:
Warning:Dependency org.apache.httpcomponents:httpclient:4.0.1 is ignored for debug as it may be conflicting with the internal version provided by Android.
In case of pro…
-
I am currently experiencing a deadlock using `removeObserverWithFirebaseHandle` on `@synchronize (self)`, any ideas what would cause this to happen ?
-
Hi community,
I'm new to iOS development and I can't seem to get GeoFire working correctly. I read through the documentation but I can't seem to understand it correctly.
My app constantly monitors t…
-
Thanks for geofire! It works like a charm!
I'm new to ios development and just figured out how to install framework and stuff. But I did not know how to create a bridging header file. I just download…
-
Hi,
I have some doubts about the query queryAtLocation
In my example this is the query I use
gfCircleQuery = geoFire.queryAtLocation(center, withRadius:1.0)
My center point has this value
+48.8559349…