uid property

String uid

The unique id of a user in Firebase.

Implementation

String get uid {
  return _user['localId'];
}