User Story
As an Engineer, I should be able to start a user's authenticated, logged-in session on my application so that they can securely utilize the services provided.
Acceptance Criteria (Gherkin)
GIVEN: An Account is already established for a user in a Firebase App
WHEN: A user's email address and password are sent to the Firebase App
IF: The email address and password match those stored in the Firebase App
THEN: A credential token is returned and stored for use throughout the session
IF: The email address and/or password do NOT match those stored in the Firebase App
THEN: An error is returned
Technical Notes
Design
User Story
As an Engineer, I should be able to start a user's authenticated, logged-in session on my application so that they can securely utilize the services provided.
Acceptance Criteria (Gherkin)
GIVEN: An Account is already established for a user in a Firebase App
WHEN: A user's email address and password are sent to the Firebase App
IF: The email address and password match those stored in the Firebase App
THEN: A credential token is returned and stored for use throughout the session
IF: The email address and/or password do NOT match those stored in the Firebase App
THEN: An error is returned
Technical Notes
Design