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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: