localId property

String get localId

The uid of the newly created user.

Implementation

String get localId => switch (this) {
  CustomTokenSignInResponse() => '',
  _ => throw StateError('Unreachable code was reached!'),
};