-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Geolocation Field #535
Comments
I'll be tackling this for OSD day |
Firebase documentation is recommending against adding the geographical point data type due to limited querying capabilities. It instead recommends storing geolocation with two separate numeric fields for longitude and latitude. Should I still go ahead and add this data type? See reference: https://firebase.google.com/docs/firestore/manage-data/data-types |
Hi @IngridWong0715, we’ve had multiple requests to support this field, so you should still go ahead an implement :) |
Is your feature request related to a problem? Please describe.
Currently we do not support geolocation field which is supported by Firebase.
Describe the solution you'd like
Add support for it, ideally, the UI for inputting the geolocation should support a map UI as well. Take a look at this doc for how to add new fields.
The text was updated successfully, but these errors were encountered: