FirebaseAuthError.invalidCreationTime constructor

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

The creation time must be a valid UTC date string.

Implementation

FirebaseAuthError.invalidCreationTime([String? message])
    : this('invalid-creation-time',
          message ?? 'The creation time must be a valid UTC date string.');