안녕하세요.
String nickname = result.getNickname();
String profileImagePath = result.getProfileImagePath();
String thumbnailPath = result.getThumbnailImagePath();
long id = result.getId();
이런식으로 정보를 가져왔는데 권한설정을 다 했는데 아래 두 메서드가 안되서요.
UUID,와 email 값을 가져오는 getEmail, getUUID 메서드는 deprecated된건가요~?