Added missing EMAIL_EXISTS Auth error message.
Not sure if the DUPLICATE_EMAIL message is already deprecated, as firebase api documentation is not clear about this for me.
RELEASE NOTE: User management APIs now correctly raise ErrorCode.AlreadyExists when an already in-use email address is specified for a user.
Added missing EMAIL_EXISTS Auth error message. Not sure if the DUPLICATE_EMAIL message is already deprecated, as firebase api documentation is not clear about this for me.
RELEASE NOTE: User management APIs now correctly raise
ErrorCode.AlreadyExists
when an already in-use email address is specified for a user.