-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication_Screen
Daniel Wagner edited this page Aug 19, 2022
·
2 revisions
- implemented in
AuthenticationScreenusing customLoginWidget - LoginWidget can switch between 3 different modes:
- reset mode (
isResetis false): User can reset password for an already existing mail adress - login mode (
isResetis false,isLoginis true): User can login with registered credentials - and signUp mode (
isResetis false,isLoginis false): User can enter Email and Password to create a new account
- reset mode (
- the methods signIn, signUp and sendPassWortResetEmail implement the respective authentication functions from Firebase (https://firebase.google.com/docs/auth/flutter/start)

This sidebar is customized. You can add new pages here by clicking 'Edit sidebar' above. To see all pages that exist in the Wiki click here
Ef Score
Firebase
UI
Figma Screens
Flutter
- Dashboard
- Start Game Screen
- Authentication Screen
- App Settings
- Class Model and Data
- Feed
- First Steps
- Helper Screen
- Settings Screen
- State Management
- Testing
- String Management
- Helpers