fix: 회원탈퇴 버그 수정 - 삭제 순서, 재인증 플로우, 누락 컬렉션 & 가이딩 이미지 변경#43
Merged
Conversation
- deleteAccount, deleteAccountAfterReauth 삭제 순서 변경 - KeyringBundle 컬렉션 삭제 로직 추가 - Notifications 컬렉션 삭제 로직 추가
- 재인증 먼저 받고, 삭제 진행하도록 변경 (데이터 보호) - 삭제 실패 시, 토스트 피드백 추가
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 내용
1. 가이딩 이미지 변경하려고 회원탈퇴 했다가 버그 발견 -> 해결
문제 원인
기존 테스트에서 원활했던 이유
Auth 삭제 후에도 JWT 토큰 (파이어베이스 유저인증토큰)이 잠시 유효해서 Firestore 작업이 됐던 것.
하지만 이건 타이밍에 의존하는 불안정한 방식이었고, 재인증이 필요한 경우엔 완전히 막혀버렸던 것.
2. 가이딩 이미지 변경
default.MP4
🔗 관련 이슈
✅ 체크리스트