FirebaseAuthError.invalidCreationTime constructor
FirebaseAuthError.invalidCreationTime([
- 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.');