FirebaseAuthError.UNSUPPORTED_TENANT_OPERATION constructor

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

Implementation

FirebaseAuthError.UNSUPPORTED_TENANT_OPERATION([String? message])
    : this(
          'unsupported-tenant-operation',
          message ??
              'This operation is not supported in a multi-tenant context.');