3
3
This repository contains a subset of the Firebase iOS SDK source. It currently
4
4
includes FirebaseCore, FirebaseABTesting, FirebaseAuth, FirebaseDatabase,
5
5
FirebaseFirestore, FirebaseFunctions, FirebaseInstanceID, FirebaseInAppMessaging,
6
- FirebaseInAppMessagingDisplay, FirebaseMessaging and FirebaseStorage.
6
+ FirebaseInAppMessagingDisplay, FirebaseMessaging, FirebaseRemoteConfig, and
7
+ FirebaseStorage.
7
8
8
9
The repository also includes GoogleUtilities source. The
9
10
[ GoogleUtilities] ( GoogleUtilities/README.md ) pod is
@@ -183,8 +184,8 @@ participate in the Firebase community.
183
184
184
185
### macOS and tvOS
185
186
Thanks to contributions from the community, FirebaseABTesting, FirebaseAuth, FirebaseCore,
186
- FirebaseDatabase, FirebaseMessaging,
187
- FirebaseFirestore, FirebaseFunctions and FirebaseStorage now compile, run unit tests, and work on
187
+ FirebaseDatabase, FirebaseMessaging, FirebaseFirestore,
188
+ FirebaseFunctions, FirebaseRemoteConfig, and FirebaseStorage now compile, run unit tests, and work on
188
189
macOS and tvOS.
189
190
190
191
For tvOS, checkout the [ Sample] ( Example/tvOSSample ) .
@@ -206,6 +207,7 @@ pod 'FirebaseDatabase'
206
207
pod 'FirebaseFirestore'
207
208
pod 'FirebaseFunctions'
208
209
pod 'FirebaseMessaging'
210
+ pod 'FirebaseRemoteConfig'
209
211
pod 'FirebaseStorage'
210
212
```
211
213
0 commit comments