Skip to content

Commit cd463ab

Browse files
author
Stewart Miles
committed
Integrate Latest @ 120343313
Changes to remote_config/testapp ... - Expanding the instructions on using the Remote Config test app. - Firebase C++ Android Remote Config fetch() implementation. CL: 120343313
1 parent a01d6bf commit cd463ab

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

remote_config/testapp/readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Building and Running the testapp
6060
- The testapp has no user interface. The output of the app can be viewed
6161
via the console. In Xcode, select
6262
"View --> Debug Area --> Activate Console" from the menu.
63-
- TODO(smiles): Describe how to use send config data to the app here.
6463
6564
### Android
6665
- Register your Android app with Firebase.
@@ -105,7 +104,18 @@ Building and Running the testapp
105104
- The testapp has no user interface. The output of the app can be viewed
106105
in the logcat output of Android studio or by running "adb logcat" from
107106
the command line.
108-
- TODO(smiles): Describe how to use send config data to the app here.
107+
108+
Using the Test App
109+
------------------
110+
- In the Firebase Console, under "Remote Config", you can define parameters.
111+
- This sample uses "TestBoolean", "TestLong", "TestDouble", "TestString",
112+
and "TestData".
113+
- Install and run the test app on your iOS or Android device or emulator.
114+
- When you run the app, it will print default values for those five parameters,
115+
which are set by the call to `SetDefaults()`
116+
- The app then fetches those parameters from the Firebase Console, and prints
117+
out the values again.
118+
- Note that if new values are not set, the same default values are printed.
109119
110120
Support
111121
-------

0 commit comments

Comments
 (0)