reid-moffat / parki

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

Add Google sign-in option #9

Open reid-moffat opened 1 year ago

reid-moffat commented 1 year ago

Add google on the firebase console as an auth provider, then add the logic to the app to do it (https://firebase.google.com/docs/auth/web/google-signin#web-modular-api)

Note: if it's possible to do this in the API, do it that way (make an onCall functions like createAccount in functions/src/auth.ts) since server-side is a better design & safer