FirebaseAuthError.invalidUid constructor
FirebaseAuthError.invalidUid([
- String? message
The provided uid must be a non-empty string with at most 128 characters.
Implementation
FirebaseAuthError.invalidUid([String? message])
: this(
'invalid-uid',
message ??
'The uid must be a non-empty string with at most 128 characters.');