geofire-js

GeoFire for JavaScript - Realtime location queries with Firebase

MIT License

Downloads
58K
Stars
1.4K
Committers
31

Bot releases are hidden (Show)

geofire-js - 6.0.0 Latest Release

Published by thatfiredev over 2 years ago

  • [Breaking change] Upgraded GeoFire to use the Firebase JS SDK v9. GeoFire no longer supports Firebase SDK below version 9.0.0
  • [Internal] Replace the uglify plugin with terser
  • See the migration guide for upgrade instructions
geofire-js - v5.2.0

Published by samtstern over 3 years ago

Updated dependencies to latest Firebase SDKs (v8.0+)

geofire-js - v5.1.0

Published by samtstern almost 4 years ago

  • Add new geofire-common library.
geofire-js - v5.0.1

Published by firebase-ops over 5 years ago

geofire-js - v5.0.0

Published by firebase-ops over 5 years ago

geofire-js - v4.1.2

Published by firebase-ops about 8 years ago

geofire-js - v4.1.1

Published by firebase-ops over 8 years ago

geofire-js - v4.1.0

Published by firebase-ops over 8 years ago

  • See the Firebase migration guide for instructions on how to upgrade to the Firebase 3.x.x SDK.
  • Upgraded the firebase dependency to 3.x.x. GeoFire will continue to work with Firebase ^2.4.0 as well.
geofire-js - v4.0.0

Published by firebase-ops over 8 years ago

  • See the migration guide for upgrade instructions.
  • Removed the rsvp dependency in favor of internal Firebase promises.
  • Upgraded the firebase dependency to ^2.4.0 and made it a peer dependency instead of a regular dependency.
geofire-js - v3.2.4

Published by firebase-ops over 8 years ago

geofire-js - v3.2.3

Published by firebase-ops about 9 years ago

geofire-js - v3.2.2

Published by firebase-ops over 9 years ago

geofire-js - v3.2.1

Published by firebase-ops over 9 years ago

geofire-js - v3.2.0

Published by firebase-ops almost 10 years ago

geofire-js - v3.1.0

Published by firebase-ops almost 10 years ago

  • Add a new .indexOn rule to your Security and Firebase Rules for best performance. See the migration guide for more information.
  • Upgraded the firebase dependency to 2.0.x.
geofire-js - v3.0.3

Published by firebase-ops about 10 years ago

geofire-js - v3.0.2

Published by firebase-ops about 10 years ago

geofire-js - v3.0.1

Published by firebase-ops about 10 years ago

geofire-js - v3.0.0

Published by jwngr about 10 years ago

  • NOTE: GeoFire 3.0.0 is not compatible with GeoFire 2.x.x and has been upgraded to be compatible with GeoFire for Java and Objective-C.
  • Created migration script to update GeoFire index from version 2.x.x to 3.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.
geofire-js - v2.1.1

Published by jwngr over 10 years ago

  • Improved performance of calculating bounding box around query.
  • Fixed bug where we created hundreds of outstanding Firebase queries.