You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get Firebase to store unique users and allow them permissions to the DB based on that user.
Set up Authentication with FB. THEN
(1.)
Given a user want to register an account
When the user fills his/her email/password and performs a gesture on a create account button
Then his/her information is saved to Firebase
And the user is logged in and presented with a dashboard and 100 credits
(2.)
Given the user wants to log in to an existing accout
When the user fills their info into the email/password fields
Then the user's information is validated through Firebase
And the user is logged in as a unique user and presented with a dashboard and their previous credits
(3.)
Given the user wants to log out
When the user clicks a 'Log Out' button
Then the user's account is logged out of firebase
And the user is presented with the login modal
The text was updated successfully, but these errors were encountered:
Get Firebase to store unique users and allow them permissions to the DB based on that user.
Set up Authentication with FB. THEN
(1.)
Given a user want to register an account
When the user fills his/her email/password and performs a gesture on a create account button
Then his/her information is saved to Firebase
And the user is logged in and presented with a dashboard and 100 credits
(2.)
Given the user wants to log in to an existing accout
When the user fills their info into the email/password fields
Then the user's information is validated through Firebase
And the user is logged in as a unique user and presented with a dashboard and their previous credits
(3.)
Given the user wants to log out
When the user clicks a 'Log Out' button
Then the user's account is logged out of firebase
And the user is presented with the login modal
The text was updated successfully, but these errors were encountered: