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

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.6.7 to 1.8.22. Release notes Sourced from @​grpc/grpc-js's releases. @​grpc/grpc-js 1.8.22 Avoid buffering significantly more than grpc.max_receive_message_size per received message. @​grpc/grpc-js@​1.8.21 Fix propagation of UNIMPLEMENTED error messages...

dependencies

### Version info **Firebase:** 10.11.0 **GeoFire:** 6.0.0 Node ### Test case Geofire 6.0.0 (latest) only allows up to firebase 9. Firebase 10 has been out for a while - can...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [rollup](https://github.com/rollup/rollup) from 1.32.1 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...

dependencies

Bumps and [ws](https://github.com/websockets/ws). These dependencies needed to be updated together. Updates `ws` from 8.8.0 to 8.18.0 Release notes Sourced from ws's releases. 8.18.0 Features Added support for Blob (#2229). 8.17.1...

dependencies

There is a method `geohashForLocation` which can generate geohash for [lat, lng], but there is no method for reverse

Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 9.8.4 to 11.2.0. Release notes Sourced from firebase's releases. [email protected] For more detailed release notes, see Firebase JavaScript SDK Release Notes. What's Changed @​firebase/data-connect@​0.2.0 Minor Changes c19a051ce...

dependencies

Bumps [rollup](https://github.com/rollup/rollup) from 1.32.1 to 4.32.1. Release notes Sourced from rollup's releases. v4.32.1 4.32.1 2025-01-28 Bug Fixes Fix possible crash when optimizing logical expressions (#5804) Pull Requests #5804: fix: set...

dependencies

Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 2.4.2 to 10.9.0. Release notes Sourced from firebase's releases. 4.5.2 Fixes Fixed a regression where the react-native property was missing from the firebase package.json Fixed a regression...

dependencies

### Description In some cases (especially when frequently subscribing and unsubscribing geo queries) there was an error: > Uncaught ReferenceError: Cannot access 'valueUnsubscribe' before initialization > at GeoQuery.ts:485:37 It seems...