配置文件未加载。
更新配置文件执行如下:
firebase.updateProfile(cred)
Firebase 数据条目出现:
root
\ null
\ UnIqUeStRiNgIdEnTiFiEr
| displayName: "Name"
| email: "test@example.com"
\ password: "pass"
在该配置文件加载并displayName
可见之后。
现在退出并重新登录:
登录执行如下:
firebase.login(creds).catch(err => showError(err.message))
还原状态:
root
\ firbase
| profile
| | isLoaded: false
| \ isEmpty: true
|
\ auth
| uid: "UnIqUeStRiNgIdEnTiFiEr"
| displayName: null
\ email: "test@example.com"
配置文件未加载displayName
且不可见。
怎么了?需要检查什么?加载配置文件需要什么?