AngularGeoFire
AngularGeoFire copied to clipboard
Angular service wrapping the GeoFire geospatial lib for Firebase
hiii anyone use this library with ionic 3/angular 4 ?
Hi, may I know if the wrapper library support geofire v4.x?
I would like to use the package with webPack (commonjs)
// Setup Angular Broadcast event for when an object enters our query var geoQueryCallback = query.on("key_entered", "SEARCH:KEY_ENTERED"); ``` // Listen for Angular Broadcast $scope.$on("SEARCH:KEY_ENTERED", function (event, key, location, distance) {...
Great library and make using GeoFire so much easier with Angular. But GeoFire is in 3.2.2 now. Could you update the code base to fit GeoFire 3.2.2?! Thank in advance!