firebase / geofire-js

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

What to do when my project using Firebase version 9 but i need to use geofire #237

Closed AliMohammad93 closed 2 years ago

AliMohammad93 commented 2 years ago

I'm using realtime database javascript sdk v9 in all functions in my app and everything work perfect

I need to add geofire to store and retrieve locations with the ability retrieve location with a certain radius

What is the best approach to deal with that?

Should i back to v8 to use geofire ?

puf commented 2 years ago

See https://github.com/firebase/geofire-js/issues/233