[Fix] Firestore에서 세션 정보를 받아오는 임시 구현을 제거하고, Remote Config에서 가져오도록 복구 #343
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.
Description
Firestore에서 세션 정보를 받아오는 임시 구현을 제거하고, Remote Config에서 가져오도록 복구
기존에 임시 구현으로 Firebase Firestore에서 세션을 가져올 수 있도록 되어 있었는데,
서버 도입 등으로 릴리즈 쪽에서는 Remote Config에서 받아오는 로직을 그대로 사용 중이었습니다
develop이 임시 구현으로 인해 배포할 수 없는 상황이 되어 다시 기존 로직으로 돌려두었습니다~!
release -> develop으로 머지도 함께 진행하였으니 혹시 잘못 머지된 게 있다면 요 PR에서 함께 말씀해 주시면 감사하겠습니다
임시 구현 부분(setSession 등)은 혹시 몰라서 그냥 두었는데
정리되는 대로 제거하거나 .. 완성시키면 좋을 것 같습니다!
그리고 추후에는 요런 임시 구현이 필요하거나 여러 PR로 나누어 구현할 경우
feature 브랜치를 만들어서 그쪽으로 머지하는 방향으로 진행하면 좋을 것 같습니다!
테스트 목록
Screen Shots
Check List