简体   繁体   中英

Creating User with Email, password, display name and photoURL

I'm creating an application with flutter and using firebase for authentication in data storage (possible more).

I have an auth onCreate cloud function which adds some user information to my realtime database whenever a user is created. But, I also want to set a displayName and photoURL when the user is created because if I update the profile info after, the onCreate won't be triggered. I also don't want users to be able to write to this part of the database.

Is there any method I can user to pass an displayName and photoURL when the user is created? Currently, I'm just creating the user with an email and password.

Thanks.

您可以使用可调用函数创建使用 Admin SDK的用户,而不是直接从客户端创建用户,其选项中包含displayNamephotoURL

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM