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