FirebaseAuthError.invalidProviderId constructor

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

The providerId must be a valid supported provider identifier string.

Implementation

FirebaseAuthError.invalidProviderId([String? message])
    : this(
          'invalid-provider-id',
          message ??
              'The providerId must be a valid supported provider identifier string.');