checks whether the given user is currently logged in
Future<bool> isUserLoggedIn(User user) async => user == await _c_user;