FirebaseAuthError.CONFIGURATION_EXISTS constructor
FirebaseAuthError.CONFIGURATION_EXISTS([
- String? message
Implementation
FirebaseAuthError.CONFIGURATION_EXISTS([String? message])
: this(
'configuration-exists',
message ??
'A configuration already exists with the provided identifier.');