Skip to content
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

Closed
harinij opened this issue Oct 1, 2021 · 3 comments · Fixed by #685
Closed

Add Geolocation Field #535

harinij opened this issue Oct 1, 2021 · 3 comments · Fixed by #685
Labels
good first issue Good for newcomers

Comments

@harinij
Copy link
Member

harinij commented Oct 1, 2021

Is your feature request related to a problem? Please describe.
Currently we do not support geolocation field which is supported by Firebase.
Screen Shot 2021-10-01 at 11 30 59 am

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.

@IngridWong0715
Copy link

I'll be tackling this for OSD day

@IngridWong0715
Copy link

IngridWong0715 commented Oct 1, 2021

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

@notsidney
Copy link
Contributor

Hi @IngridWong0715, we’ve had multiple requests to support this field, so you should still go ahead an implement :)

@notsidney notsidney linked a pull request Jun 13, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants