Conversation
- Firebase URL 변경 시 캐시된 사운드/파티클 자동 재다운로드 - UserDefaults에 캐시 URL 저장하여 버전 관리 - 파티클 다운로드 후 Lottie 캐시 클리어하여 즉시 반영 - EffectSelectorView 케이스 단순화 (캐시 검증을 EffectManager에 위임)
- 앱 진입 시, 체크에도 추가 - 웰컴키링 생성 시, 추가
- 순차 -> 병렬처리
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🎯 PR 내용
Firebase에서 이펙트(사운드/파티클) URL 변경 시 자동 재다운로드되도록 캐시 무효화 로직 추가
그동안은, 새로운 이펙트를 추가만했지 수정은 안했어서 이런 로직이 없었다.
그런데 이번 Confetti, CashRain 수정을 위해 개선이 필요했던 로직.
기본적으로 UserDefaults를 활용해서
파이어스토어 데이터의 url을 비교한다.
변경된 부분
아무튼 한마디로 이제 파베에서 이펙트 바꿀 수 있다는 뜻.
회원탈퇴 시 Storage 파일 병렬 삭제로 속도 개선
홈 뭉치 이름 disabled 상태에서도 검정색 유지되도록 수정
🔗 관련 이슈
✅ 체크리스트