uid property
A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.
Implementation
final String? uid;
A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.
final String? uid;