Open reid-moffat opened 1 year ago
Add a function that signs in a user with a username and password and connect to the front-end when done
Use this method here: https://firebase.google.com/docs/auth/web/password-auth#sign_in_a_user_with_an_email_address_and_password (note: use the auth object from app/firebase/config instead of getAuth())
Add a function that signs in a user with a username and password and connect to the front-end when done