Ändern Sie die Firebase -E -Mail auf Login

firebase.auth()
    .signInWithEmailAndPassword('[email protected]', 'correcthorsebatterystaple')
    .then(function(userCredential) {
        userCredential.user.updateEmail('[email protected]')
    })
Xenophobic Xenomorph