Skip to content

Commit 70d1dcb

Browse files
authored
README update for RemoteConfig open source (#3821)
1 parent a52356a commit 70d1dcb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
This repository contains a subset of the Firebase iOS SDK source. It currently
44
includes FirebaseCore, FirebaseABTesting, FirebaseAuth, FirebaseDatabase,
55
FirebaseFirestore, FirebaseFunctions, FirebaseInstanceID, FirebaseInAppMessaging,
6-
FirebaseInAppMessagingDisplay, FirebaseMessaging and FirebaseStorage.
6+
FirebaseInAppMessagingDisplay, FirebaseMessaging, FirebaseRemoteConfig, and
7+
FirebaseStorage.
78

89
The repository also includes GoogleUtilities source. The
910
[GoogleUtilities](GoogleUtilities/README.md) pod is
@@ -183,8 +184,8 @@ participate in the Firebase community.
183184

184185
### macOS and tvOS
185186
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
188189
macOS and tvOS.
189190

190191
For tvOS, checkout the [Sample](Example/tvOSSample).
@@ -206,6 +207,7 @@ pod 'FirebaseDatabase'
206207
pod 'FirebaseFirestore'
207208
pod 'FirebaseFunctions'
208209
pod 'FirebaseMessaging'
210+
pod 'FirebaseRemoteConfig'
209211
pod 'FirebaseStorage'
210212
```
211213

0 commit comments

Comments
 (0)