FirebaseAuthError.INVALID_CONFIG constructor
FirebaseAuthError.INVALID_CONFIG([
- String? message
Implementation
FirebaseAuthError.INVALID_CONFIG([String? message])
: this('invalid-config',
message ?? 'The provided configuration is invalid.');