Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- map
- 리펙터링
- MVVM
- swiftUI
- RxCocoa
- 애니메이션
- 클린 코드
- rxswift
- Xcode
- clean architecture
- ios
- tableView
- HIG
- Human interface guide
- uiscrollview
- 리팩토링
- Observable
- uitableview
- Protocol
- 스위프트
- UITextView
- combine
- swift documentation
- 리펙토링
- SWIFT
- Refactoring
- Clean Code
- UICollectionView
- ribs
- collectionview
Archives
- Today
- Total
목록FirebaseRemoteConfig (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/M0r7A/btr88rJLaSa/mSZsKcRm5zcYmPBIRh9Yw1/img.png)
Firebase 연동 cocoapod으로 firebase remote config 설치 pod 'Firebase/RemoteConfig' GoogleService-info.plist 추가 (이전 포스팅 글 참고) 콘솔에서 Remote config 설정 Firebase console > 모든 제품 > Remote Config 선택 구성 만들기 선택 매개변수 추가 변경사항 게시 버튼 클릭하면 클라 앱에 반영 (앱에서 테스트가 필요하므로 바로 클릭) Remote Config 사용 AppDelegate의 didFinishLaunchingWithOptions에서 remote config 세팅 minimimFetchInterval 값 설정: 0으로 설정하면 가능한 빠르게 config값을 firebase에서 가져오고..
iOS 응용 (swift)
2023. 4. 15. 01:02