Releases: firebase/geofire-js
Releases · firebase/geofire-js
v3.2.3
- Upgraded the
firebasedependency to2.x.x.
v3.2.2
- Upgraded the
firebasedependency to2.2.x. - Upgraded the
rsvpdependency to3.0.x. - GeoFire can now be used in Browserify.
v3.2.1
- Upgraded the
firebasedependency to2.1.x.
v3.2.0
set()can now take a mapping of key - location pairs to more efficiently add several locations at once.
v3.1.0
- Add a new
.indexOnrule to your Security and Firebase Rules for best performance. See the migration guide for more information. - Upgraded the
firebasedependency to2.0.x.
v3.0.3
- Implemented various minor performance improvements (suggested by @bolshchikov).
- Upgraded the
firebasedependency to1.1.0.
v3.0.2
- Fixed typo in the
3.0.1release which caused the library to be unusable.
v3.0.1
v3.0.0
- NOTE: GeoFire
3.0.0is not compatible with GeoFire2.x.xand has been upgraded to be compatible with GeoFire for Java and Objective-C. - Created migration script to update GeoFire index from version
2.x.xto3.0.0. See the migration guide for details. - Simplified underlying data structure used to improve performance and memory usage.
- Fixed issue with missing Firebase dependency when run in Node.js.
- Added better error handling for NaN inputs.
- Added HTML5 geolocation and query builder examples.