userID property
The ID of the currently logged-in user. It can be any valid string. Typically, you would use the ID from your own user system, such as Firebase.
Implementation
final String userID;
The ID of the currently logged-in user. It can be any valid string. Typically, you would use the ID from your own user system, such as Firebase.
final String userID;