Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 9cd8644

Browse files
A note about RemoteConfig SDK's
1 parent 8126ec6 commit 9cd8644

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ so you can change app behavior on the fly easily (feature toggles for instance).
119119
);
120120
```
121121

122+
To enable support for Remote Config you need to manually adjust
123+
[Podfile](platforms/ios/Podfile) and [include.gradle](platforms/android/include.gradle).
124+
Just uncomment the relevant lines (one for each platform) to add the SDK's to your app.
125+
122126
### setValue
123127
Data is stored as JSON data at a specific path (which is appended to the URL you passed to `init`).
124128
If you want to add data to a known path use this, otherwise use `push` (see below).

0 commit comments

Comments
 (0)