FirebaseAuthError.INVALID_PROJECT_ID constructor

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

Implementation

FirebaseAuthError.INVALID_PROJECT_ID([String? message])
    : this(
          'invalid-project-id',
          message ??
              'Invalid parent project. Either parent project doesn\'t exist or didn\'t enable multi-tenancy.');