FirebaseAuthError.CONFIGURATION_EXISTS constructor

FirebaseAuthError.CONFIGURATION_EXISTS([
  1. String? message
])

Implementation

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