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.
📌 Summary
Firebase 프로젝트 생성 및 Remote Config(만) 연결 PR입니다.
따로 GA나 기능을 추가하진 않고, Firebase Core와 Firebase RemoteConfig만 추가했습니다.
✍️ Description
💡 PR Point
1. RemoteConfig를 사용할 때, 최소버전 비교 및 오류 처리를 어떻게 하면 좋을까요?최소버전 여부를 판단하고, 최소버전보다 이전 버전 사용자에게 어디서 어떻게 Alert이나 Sheet를 띄우면 좋을까요..?
그리고 RemoteConfig 관련 설정은 건드리진 않았고, 앱에서 기본값나 업데이트 리스너도 아직 붙어있진 않습니다. 해당 기능에 대해 구체적인 요구사항이 필요해요.
2. 유어슈 계정으로 파이어베이스 프로젝트 초대 보냈습니다. 확인 부탁드립니다!📚 Reference
https://firebase.google.com/docs/remote-config/get-started?hl=ko&_gl=1*1otwmqh*_up*MQ..*_ga*MTI4NzQzMzI3OS4xNzM5ODA4OTk3*_ga_CW55HF8NVT*MTczOTgwODk5Ny4xLjAuMTczOTgwODk5Ny4wLjAuMA..&platform=ios
🔥 Test