You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase Auth throws a auth/missing-password error which is not part of the exported enum/map AuthErrorCodes.
Would be great to have this as eg. AuthErrorCodes.MISSING_PASSWORD.
Steps and code to reproduce issue
Try to import any member of AuthErrorCodes. None will match auth/missing-password.