【发布时间】:2020-10-11 09:09:12
【问题描述】:
我正在尝试使用以下代码更新displayName。但我收到一条错误消息,说无法解析 displayName。看起来它没有将 {displayName:'test name', photoURL:'url to photo'} 作为参数。我正在关注 Firebase 示例和我在其他地方找到的示例,但无法使其正常工作。感谢您的帮助。
currentUser.updateProfile({displayName:"test name",photoURL:"url to photo"});
【问题讨论】:
标签: java android firebase firebase-authentication