firebase / geofire-java

GeoFire for Java - Realtime location queries with Firebase
MIT License
671 stars 272 forks source link

Support for Firestore? #78

Closed nohe427 closed 6 years ago

nohe427 commented 6 years ago

Firestore was released today. Will he have support for Firestore (soon)?

samtstern commented 6 years ago

@nohe427 Firestore has support for the "GeoPoint" data type. Eventually, Firestore will have support for native geo queries. For this reason we're not going to invest in porting GeoFire to Firestore since it would only be a temporary solution. We'll take that extra engineering effort and put it into the native queries.

nohe427 commented 6 years ago

Thanks @samtstern!

mtabasco commented 6 years ago

Excellent!

vanniktech commented 6 years ago

Can be closed as the answer was answered. Might be worth mentioning this in the README though.

PankajSavaliya commented 5 years ago

Is there any update for geofire for firestore??