firebase.auth() .signInWithEmailAndPassword('you@domain.com', 'correcthorsebatterystaple') .then(function(userCredential) { userCredential.user.updateEmail('newyou@domain.com') })