mobileappdevhm20 / team-project-team_7

team-project-team_7 created by GitHub Classroom
0 stars 0 forks source link

Implement Signup functionality #13

Closed m1n1 closed 4 years ago

m1n1 commented 4 years ago

The user should be able to create an account with an sign up screen.

Acceptance: The user can create an Account which is saved in our User Database.

m1n1 commented 4 years ago

Signup is working with e-mail and password via Firebase.

Right now the account is immediately accepted. An Extension would be verification over e-mail. Should I implement this now or postpone it to a later date?