📜  更新 photoURL firebase - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:13.796000             🧑  作者: Mango

代码示例2
this.$fireAuth.currentUser.updateProfile({
    displayName: '',
    photoURL: '',
    email: ''
  })
  .then((r) => {
    console.log(r)
  })
  .catch((e) => {
  console.log(e)
})