thisbejim/Pyrebase

How to set %DISPLAY NAME% using pyrebase ?

Closed this issue · 2 comments

How to set display name of user while sign up process ? So it can be used during verification email sending procedure.

Unfortunately, the APIs of firebase doesn't allow setting username while signing up. It can be done after a user signs up (for creating an account with email and password). For signing in with gmail/FB the username is set as per that account name. You can use firebase-rest-api for social login. @vikramsamak

Thanks