User Story
As an engineer, I should be able to easily provision a user account stored in Firebase with an email and password so that my application handles authentication securely and is trusted by my users.
Acceptance Criteria (Gherkin)
GIVEN: A valid email address and password
WHEN: The email address and password are submitted to Firebase for account creation
THEN: A secure credential is returned
Technical Notes
- An account creation method will be built to complete the user story and exist as part of the overall solution library
Design
User Story
As an engineer, I should be able to easily provision a user account stored in Firebase with an email and password so that my application handles authentication securely and is trusted by my users.
Acceptance Criteria (Gherkin)
GIVEN: A valid email address and password
WHEN: The email address and password are submitted to Firebase for account creation
THEN: A secure credential is returned
Technical Notes
Design