Closed akaTJ closed 4 years ago
With this PR users are able to provide their email + password to login or register to myJournal app. This also includes the Firebase setup.
font_awesome_flutter: ^8.8.1 firebase_core: ^0.4.4+3 firebase_analytics: ^5.0.11 firebase_auth: ^0.15.5+3 modal_progress_hud: ^0.1.3
I wrote widget tests for each screen Firebase testing will be needed in the future
Added Text Input Fields on Registration Screen and Login Screen Added Firebase packages for User Authentication Added Specific Widget Test Files
What does this PR accomplish?
With this PR users are able to provide their email + password to login or register to myJournal app. This also includes the Firebase setup.
Did you add any dependencies?
font_awesome_flutter: ^8.8.1 firebase_core: ^0.4.4+3 firebase_analytics: ^5.0.11 firebase_auth: ^0.15.5+3 modal_progress_hud: ^0.1.3
How did you test the change?
I wrote widget tests for each screen Firebase testing will be needed in the future