📅  最后修改于: 2022-03-11 15:01:13.796000             🧑  作者: Mango
this.$fireAuth.currentUser.updateProfile({
displayName: '',
photoURL: '',
email: ''
})
.then((r) => {
console.log(r)
})
.catch((e) => {
console.log(e)
})