Open reid-moffat opened 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
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