-
with geofire?
I mean existing objects. not a new/removed/moved one.
-
I have updated my firebase framework version and everytime there is a GFEventTypeKeyEntered event the app crashes with this error:
`Terminating app due to uncaught exception 'NSInvalidArgumentExcept…
-
I am getting an error when trying to install this module through Bower. Here is the error:
bower angularGeoFire#\* cached git://github.com/mikepugh/AngularGeoFire.git#3.0.0
bower angularGeoF…
-
I'm using GeoFire with angularFire.
geoFire will give me a list of items nearby, and i'll load each one with angularFire. Now some of these items are not available to the user because of privacy reaso…
-
Currently the listeners are tracked on the JavaScript side, but they should also be tracked on the Obj-C side for maximum efficiency.
-
The `callback` function passed to `GeoQuery.on()` expects a third argument for `distance` that is not included as a parameter in the Obj-C Block from the GFQuery object. So this will need to be calcul…
-
Current argument validation is very basic. This will need to be strengthened to prevent exceptions and provide friendly Error() messages.
-
It would be nice to be able to rename geoFire keys. Maybe something like GeoFire.rename("some key", "some new name key").then();
As of right now, you have to do GeoFire.remove("some key").then(functi…
-
If GeoFire is being run in node, firebase is not included.
This:
``` javascript
var Firebase = require("firebase");
```
should be added to the following:
``` javascript
// Include RSVP if this is…
-
I'd imagine a common scenario would be GPS tracking users from their own devices, the client should optionally clean up behind itself when the user disconnects and the data isn't "real time" anymore.
ghost updated
10 years ago