wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Add registration and login with email and password #80

Open OPerel opened 4 years ago

OPerel commented 4 years ago

Current: Users can only login with their Google account, and registration is done automatically on first login. Expected: Users should have the option to register and login also by providing their full name, email and a password.

For help see the second tutorial this app is based on. There you can see an implementation of password based authentication with Firebase, which I chose not to follow.