MichaelSolati / geofirestore-js

Location-based querying and filtering using Firebase Firestore.
https://geofirestore.com
MIT License
505 stars 58 forks source link

When to expect Firebase 7 support? #155

Closed artask closed 4 years ago

artask commented 4 years ago

The current dependency is "firebase": "5.x.x || 6.x.x" even though Firebase 7 was released on September 26, 2019

MichaelSolati commented 4 years ago

The library does support Firebase 7 from my tests as there are no breaking changes. However the library doesn't really use firebase (it only uses it for typing), I could/should make an update to the package version.

artask commented 4 years ago

I could/should make an update to the package version. That would be great, since it prevents the Firebase library in my project from updating to v7. Thank you, Michael!

georgeMorales commented 4 years ago

I've been with firebase 7 for a while and I haven't had any problems

artask commented 4 years ago

Good to know. Thanks, @georgeMorales!

MichaelSolati commented 4 years ago

Version 3.4.0 is running through travis now and should hopefully resolve this issue. Feel free to give it a shot!

artask commented 4 years ago

Thanks for the prompt fix, @MichaelSolati! I appreciate it!