Future<CubeUser?> getUserByFacebookId(String facebookId) { return getUserByIdentifier(FILTER_FACEBOOK_ID, facebookId); }