Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Firebase Auth #4

Open
john-dulaney opened this issue Dec 6, 2017 · 0 comments
Open

Firebase Auth #4

john-dulaney opened this issue Dec 6, 2017 · 0 comments

Comments

@john-dulaney
Copy link
Owner

john-dulaney commented Dec 6, 2017

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant