userID property

String userID
final

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;