geofire-js
geofire-js copied to clipboard
GeoFire for JavaScript - Realtime location queries with Firebase
Hi, As mentioned [here](https://groups.google.com/forum/#!topic/firebase-talk/rZzXgFjK2CE), I think it should be great to easily multi update data paths and a geofire path at the same time. As the set of Geofire is...
### Description Finishes #76. Add a static method on GeoFire to enable retrieving encoded location that can later be used in a multi location database update. ### Code sample ```JavaScript...
### Version info **Firebase:** **GeoFire:** **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case ### Steps to reproduce ### Expected behavior ### Actual behavior
**Prerequisites:** Test with no network connectivity **Steps:** 1.) Start a location update for a specific location 2.) Follow up with an update criteria call. (This has to happen before step...
Feature request: can we please get a geofire version compatible with firebase 6.x.x? ### Version info UNMET PEER DEPENDENCY [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected]...
### DESCRIPTION This issue is similar to the ticket [https://github.com/firebase/geofire-js/issues/80](url) . GeoQuery returning near by records from firebase geofire directory after setting the radius of a large area. ### Version...
My current project is based on Polymer/Firebase/Maps API. I have to display to the user the number of records within the area he is viewing, using clustering technique. All is...
### Description See #121 ### Code sample See updated documentation ### Tests Need advice ### Notes ... and what about `get()` ?
Priority should no longer be used, since we offer querying based on child properties. The priority data is already stored in `g`, so this should be a no-op from a...
We no longer use priority, so we should remove the priority checks from security rules.