Given a user wants to use Movie History
When the user first accesses the application
Then the user should see a welcome message
And the navigation bar with a link to Login/Register
Given a user wants to register an account with Movie History
When the user clicks the Login/Register link
Then a registration/login form should be displayed where the user can enter in an email address and password
And a Sign Up button will appear
Given a user wants to sign-in to their account with Movie History
When the user clicks the Login/Register link
Then a registration/login form should be displayed where the user can enter in an email address and password
And a Sign In button will appear
Firebase authorization will check to see if the email already exists in the system and alert the user of any errors
Given a user wants to use Movie History When the user first accesses the application Then the user should see a welcome message And the navigation bar with a link to Login/Register
Given a user wants to register an account with Movie History When the user clicks the Login/Register link Then a registration/login form should be displayed where the user can enter in an email address and password And a Sign Up button will appear
Given a user wants to sign-in to their account with Movie History When the user clicks the Login/Register link Then a registration/login form should be displayed where the user can enter in an email address and password And a Sign In button will appear
Firebase authorization will check to see if the email already exists in the system and alert the user of any errors