geofire-js icon indicating copy to clipboard operation
geofire-js copied to clipboard

GeoFire for JavaScript - Realtime location queries with Firebase

Results 61 geofire-js issues
Sort by recently updated
recently updated
newest added

Noticed that updating the radius of a query to 0 doesn't have any effect on it: ```javascript var geoQuery = geoFire.query({center: [1,2], radius: 1000}) expect(geoQuery.radius()).toEqual(1000); /* passes */ geoQuery.updateCriteria({radius: 0});...

### Description I'm updating the documentation to have the constructor `new geofire.GeoFire()` instead of `new GeoFire()`, since when I used `new GeoFire()`, it said `GeoFire is not defined`, but looking...

Took me a while to reproduce this on the example, but here's a screenshot: ![screenshot 2017-01-30 21 40 26](https://cloud.githubusercontent.com/assets/287330/22420165/075c9750-e735-11e6-80c1-17c66babfc7b.png) To reproduce, visit https://geofire.firebaseapp.com/queryBuilder/index.html and create a fish with latlng `34.0489281,-111.09373110000001`...

type: bug

**PRs welcome!** Currently the library is [exported in such a way](https://github.com/firebase/geofire-js/blob/7ef8c5c2129033fc641ad78fa44ddd12a9528230/build/footer#L4-L7) that you can only use `require('geofire')` within Node.js. This means you cannot get `require('geofire')` or `import * as GeoFire...

type: feature request

Hi all, I've seen a couple questions around the web asking about writing queries with multiple criteria, rather than just location-based queries. For example, maybe I want all users that...

type: feature request

### Version info **Firebase:** 3.1.0 **GeoFire:** 4.1.1 I think there is a small bug in calculations in _metersToLongitudeDegrees_ (or to be more precise in the value of _g_E2_ this function...

type: feature request

What about support for polygon based geoQueries ? The current API seems to provide support only for circular geoQueries.

type: feature request

Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...

dependencies

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 Changelog Sourced from braces's changelog. Release history All...

dependencies

Removes [braces](https://github.com/micromatch/braces). It's no longer used after updating ancestor dependency [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2). These dependencies need to be updated together. Removes `braces` Updates `rollup-plugin-typescript2` from 0.19.3 to 0.36.0 Release notes Sourced from...

dependencies