Check if the given user ID is equal to the current user's user id
bool isMe(String userId) { return _authService.userId == userId; }