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

server-side address verification #1

Open
ralsei opened this issue Aug 8, 2018 · 2 comments
Open

server-side address verification #1

ralsei opened this issue Aug 8, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ralsei
Copy link
Member

ralsei commented Aug 8, 2018

on the client-side, it's rather easy to verify everything but addresses, which require pinging into the google maps api (or something similar), and i'd rather not add more complexity and http calls to the application than required, hence why i think this should be done server-side

@ralsei ralsei added the enhancement New feature or request label Aug 8, 2018
@ralsei ralsei assigned ralsei and evankenyon and unassigned ralsei Aug 8, 2018
@armaangoel78
Copy link
Member

I honestly think that the google maps API version is preferable. If you want you can try using this library: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter but there is some platform specific modification needed and that normally requires Android Studio. Also, you'd have to make the API call from the server anyway so it probably doesn't matter.

@armaangoel78
Copy link
Member

*android studio AND Xcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants