firebase / geofire-js

GeoFire for JavaScript - Realtime location queries with Firebase
MIT License
1.44k stars 345 forks source link

Migrate to firebase v9 modular sdk #243

Closed thatfiredev closed 2 years ago

thatfiredev commented 2 years ago

Description

This PR should update geofire to use the new modular firebase sdk (v9). I simply copied the changes from #217 and made small improvements with as little code changes as possible to fix the build. These include:

TODO:

Code sample

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.2%) to 92.377% when pulling d7392a37a653d97a32d4d6a10f82b5589c4de1b0 on thatfiredev:ss-modular-sdk into d5250d5321ec3af183da58db27e236900379af7a on firebase:master.

thatfiredev commented 2 years ago

@puf this is ready for review.

Please use "Squash and Merge" when you merge it.