authExceptionType property

AuthExceptionType? authExceptionType
getter/setter pair

an enum represents the firebase exception types based on exception codes.

can be also used with out firebase login, Use consts in AuthExceptions

Can get message based on this type with the map of messageOfType in class AuthExceptions

used to display error messages in login, register, reset/update password.

Implementation

AuthExceptionType? authExceptionType;