Reputation: 1008
UPDATE: it just randomly started working for me now...is there a period of time after updating an email that it is ineligible for new account creation?
I was able to use this API call provided by firebase to change emails for an account, but now I cannot use the other email to create a new count. I cannot reuse the other email at all. It seems like there is still a lock or hold on the old email. https://firebase.google.com/docs/reference/js/firebase.User#updateEmail
Steps to reproduce error
I am simply looking to free up the email that is no longer in use. ([email protected])
Note in image below that '[email protected]' does not show up
Upvotes: 2
Views: 675
Reputation: 30848
This is a security related behavior. The old email is reserved just in case the owner of the email decides to revert to the old account by clicking the email change revocation link which is sent to the old email. This gives the owner of the account the ability to recover their account in case it was hijacked and the attacker tried to change their email.
Upvotes: 4