ThisIsRudigo / firebaseauth

Firebase authentication library - a node js wrapper around the Firebase REST API
42 stars 8 forks source link

updateProfile doesn't work #20

Open abayken opened 5 years ago

abayken commented 5 years ago

I noticed that updateProfile doesn't work correctly. Even I send correct data, it doesn't return any error or result. It just stuck. Callback function is not called. What can be a reason?

`firebase.updateProfile(user_id, nick, "https://loremflickr.com/320/240", (err, res) => {

    }); `