reid-moffat / parki

A marketplace for homeowners to rent out extra parking spaces for extra side income
0 stars 1 forks source link

Add email & password sign-in logic #8

Open reid-moffat opened 1 year ago

reid-moffat commented 1 year ago

Add a function that signs in a user with a username and password and connect to the front-end when done

reid-moffat commented 1 year ago

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())