dominguez-aureax / aureax-app

1 stars 0 forks source link

Add Firebase #1

Closed dominguez-aureax closed 3 years ago

dominguez-aureax commented 3 years ago

We will be using Firebase for email authentication and database capabilities. This step should include adding the bundle ids to the project account and user information to a database. Along the way, attempt to add a confirmation email for new users. Extra points for adding Google authentication and email confimation

dominguez-aureax commented 3 years ago

Things still to do:

Properly Navigate to Admin Screen upon login Do not automatically Sign In upon creating an account? Do Validation between the two passwords to confirm the same one was entered Make the checkbox required On the login screen, access the database and proceed if the account is found

dominguez-aureax commented 3 years ago

More detailed approaches to authentication: https://firebase.flutter.dev/docs/auth/usage/

dominguez-aureax commented 3 years ago

Thanks to #10, what is left to do is: Validate the two passwords to confirm the same one is entered make the checkbox required (the login authentication does not require the database to be accessed)