You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
13
-
- Run the sample on Android device or emulator.
20
+
1.[Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
21
+
2.[Create a Remote Config project for the quickstart sample](https://firebase.google.com/docs/remote-config/android#create_a_product_name_project_for_the_quickstart_sample),
22
+
defining the parameter values and parameter keys used by the sample.
23
+
3. Run the sample on an Android device or emulator.
24
+
4. Change one or more parameter values in the Firebase Console (the value of
25
+
`welcome_message`, `welcome_message_caps`, or both).
26
+
5. Tap **Fetch Remote Config** in the app to fetch new parameter values and see
27
+
the resulting change in the app.
28
+
29
+
Best practices
30
+
--------------
31
+
This section provides some additional information about how the quickstart
32
+
example sets in-app default parameter values and fetches values from the Remote
33
+
Config service
34
+
35
+
### In-app default parameter values ###
36
+
37
+
In-app default values are set using an XML file in this example, but you can
38
+
also set in-app default values inline using other `setDefault` methods of the
0 commit comments