final String nickName = userProfile.getNickname();
final String profileImageURL = userProfile.getProfileImagePath();
final String thumbnailURL = userProfile.getThumbnailImagePath();
현재 설정 되어있는 가장 최근 사진의 URL을 갖어오고 싶은데 계속 예전 프로필 사진 URL이 구해집니다.
최근 사진 URL을 갖어오려면 어떻게 해야 되나요?