firebase displayName和photoURL不可为空

时间:2018-11-21 05:00:35

标签: firebase firebase-authentication angularfire2

我正在使用angularFire2进行角度应用程序。我正在尝试仅更新用户displayName。

下面的文档说明displayName和photoURL应该都可以为空,并且我们应该省略我们不想更新的部分。 https://firebase.google.com/docs/reference/js/firebase.User#updateProfile

当我尝试在示例中运行相同的代码时,它给出了错误。任何想法? enter image description here

编辑:

用户对象是从firebase导入的接口。.所以没有angularfire

import { auth, User } from 'firebase/app';

enter image description here

0 个答案:

没有答案