Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
위젯 오류
FireStoreRepository로 로직을 이동한 이후, 위젯에 로드되는 사진이 최신 사진이 아닌 경우 발생
해결
현재 로직에는 최신순 로직이 포함되어 있지 않아 가장 최근 사진을 불러오는 함수를 추가했습니다.
fetch
후 정렬하는 로직이 아닌,FireStore
에서 쿼리로 적용해서 1장의 데이터만 가져오도록 했습니다. 이렇게 처리를 하려면 Firebase console에서 색인 등록이 필요하더라구요!색인 등록을 안하면 이렇게 터미널에 출력되는데, 해당 링크를 타고 접속하면 색인이 자동으로 등록됩니다! 페이지가 로드되면 등록되는데까지
5분
정도 소요되는 것 같습니다!등록되면 이렇게 보입니다! 여기서는
오름차순
/내림차순
을 모두 등록해두었어요참고
https://i-ten.tistory.com/226