firebaseauth
firebaseauth copied to clipboard
updateProfile doesn't work
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) => {
}); `