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 | 29 | 30 | 31 |
Tags
- swiftUI
- 리팩토링
- 애니메이션
- Refactoring
- 리펙터링
- 클린 코드
- ios
- SWIFT
- rxswift
- uitableview
- HIG
- Observable
- clean architecture
- map
- 리펙토링
- UICollectionView
- Human interface guide
- combine
- Protocol
- collectionview
- ribs
- 스위프트
- swift documentation
- Clean Code
- tableView
- Xcode
- uiscrollview
- UITextView
- RxCocoa
- MVVM
Archives
- Today
- Total
목록Firebase Remote Config (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Firebase Remote Config 사용 방법 (FirebaseRemoteConfig)
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