Add a sign up / sign in form with name, email, and password field. Please also add the following auth providers:
We will store userinfo in a users collection (check the provider's addScope method). We need the user's uid, name, email, and photo URL.
Please don't worry about styling, just use semantically correct HTML tags (form, label, input, button, etc.) :)
Add a sign up / sign in form with name, email, and password field. Please also add the following auth providers:
We will store userinfo in a
userscollection (check the provider'saddScopemethod). We need the user'suid, name, email, and photo URL.Please don't worry about styling, just use semantically correct HTML tags (
form,label,input,button, etc.) :)