KathLevi / gymratz

2 stars 0 forks source link

Authentication #3

Open swordensen opened 5 years ago

swordensen commented 5 years ago

We will support the following forms of authentication

Users should be able to register an account with us

Users should be alerted to any issues regarding their authentication (bad password, invalid email, non-registered, etc)

Users should also be able to register anonymously. This may allow us to control access if necessary.

swordensen commented 5 years ago

I don't think the user should be prompted to sign in every time. Will need to think more about this. Maybe we can just save their credentials to their phone.

swordensen commented 5 years ago

We now have input validation in the sign in screen in addition to any sign in errors from firebase.

As of https://github.com/Mikkal24/gymratz/pull/24