lowercase-labs / starter-saas-app

0 stars 0 forks source link

Auth #1

Open sritampatnaik opened 3 years ago

sritampatnaik commented 3 years ago
sritampatnaik commented 3 years ago

Scenarios:

Case 1:
Created account using Gmail but tries to create a new account using the same email address.

Screenshot 2021-04-29 at 1 57 07 PM

Expected behaviour: Show error feedback to the user tell them email is used i.e.show the error message from friebase Current behaviour: No visual feedback but can't create an account using the same email. Has console error.

Case 2: Created account using Gmail but tries to reset the password for the same email i.e. forget password

Screenshot 2021-04-29 at 1 59 29 PM

Expected behaviour: Show error feedback to tell them that this email was using google login so they can't change the password. Current behaviour: Successfully able to change password and be able to login using both mehtods.