Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Created July 12, 2016 18:39
Show Gist options
  • Select an option

  • Save jirawatee/dbfb2211096aeff025e2c28981b8483d to your computer and use it in GitHub Desktop.

Select an option

Save jirawatee/dbfb2211096aeff025e2c28981b8483d to your computer and use it in GitHub Desktop.
Firebase Remote Config - remote_config_defaults.xml
<?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