NSS-Evening-E22 / pos-system-tech-giants

pos-system-tech-giants created by GitHub Classroom
0 stars 1 forks source link

Start App #30

Closed bhighlander closed 1 year ago

bhighlander commented 1 year ago

User Story:

As a user, I want to be able to sign in to the app and have the startApp and viewDirector functions direct me to the welcome page, and the home page after signing in.

Acceptance Criteria:

Users can sign in using email and password Users can access the startApp function once signed in Users can access the viewDirector function once signed in Authentication information is stored securely

Dependencies:

Integration with a secure authentication provider (Firebase) Access to the startApp and viewDirector functions

Dev Notes:

We'll need to integrate the firebase authentication into our app codebase and set up the necessary authentication flows.