Skip to content

Create Log-In Method #5

@srbobo

Description

@srbobo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions