Open
Description
The starting point for people using the @dwyl Native App is Login.
We are using Sign in with Google for the Web App and people will expect it for the Native Mobile app.
Todo
- Research how to add basic Google Login to a Flutter App
This looks like a good starting point: - Create a Google App in order to get the API Credentials.
see: https://github.com/dwyl/elixir-auth-google/blob/master/create-google-app-guide.md - Display the Sign in with Google button in the Flutter App
- Once the person has successfully authenticated with Google,
display their details as shown in the image above ⬆️ - Dwyl logo: https://avatars1.githubusercontent.com/u/11708465?s=200&v=4
- Document ALL the Steps so that anyone else can follow.
- Follow the example in https://github.com/dwyl/elixir-auth-google
and https://github.com/dwyl/elixir-auth-google-demo - Create a new file in this repository called
google-login-flutter.md
to capture your notes.
- Follow the example in https://github.com/dwyl/elixir-auth-google
Try and make the appearance as similar to the Web App as possible.
(if you need any help with colors or logos, please leave comments below with your questions)