“Zaktualizuj Photourl Firebase” Kod odpowiedzi

Auther FireBase Aktualizacja bieżącego użytkownika

 var user = firebase.auth().currentUser;user.updateProfile({  displayName: "Jane Q. User",  photoURL: "https://example.com/jane-q-user/profile.jpg"}).then(function() {  // Update successful.}).catch(function(error) {  // An error happened.}); 
Terrible Termite

Zaktualizuj Photourl Firebase

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

Odpowiedzi podobne do “Zaktualizuj Photourl Firebase”

Pytania podobne do “Zaktualizuj Photourl Firebase”

Więcej pokrewnych odpowiedzi na “Zaktualizuj Photourl Firebase” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu