Created
July 12, 2016 18:39
-
-
Save jirawatee/dbfb2211096aeff025e2c28981b8483d to your computer and use it in GitHub Desktop.
Firebase Remote Config - remote_config_defaults.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <defaultsMap> | |
| <entry> | |
| <key>is_promotion_on</key> | |
| <value>false</value> | |
| </entry> | |
| <entry> | |
| <key>price</key> | |
| <value>100</value> | |
| </entry> | |
| <entry> | |
| <key>discount</key> | |
| <value>0</value> | |
| </entry> | |
| </defaultsMap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment