geofire-js
geofire-js copied to clipboard
GeoFire for JavaScript - Realtime location queries with Firebase
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...
### 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...
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:...
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...
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...
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...
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...
### 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...