# Remote Config

Remote config is used to update data and some important configurations in the application. This configuration can change from firebase console .&#x20;

This step is optional, you can change App Config directly to file on android AppConfig.java, but after app publish you can change app configration from firebase remote Config.

{% embed url="<https://www.youtube.com/watch?v=tOKXwOTqOzA>" %}

Remote Config used for this app, you can configure Ads, Notification, and General data from this file.\
Some values are not explained and can be understood easily according to the variable name \* value can change remotely (optional), please read documentation to follow instruction.

How to change Config?

1\. Go to your firebase console <https://console.firebase.google.com/>, select your project \
2\. Go to menu Remote Config

<div align="left"><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRklCJGwdla3DHTi4UwuM%2Fuploads%2FJQo3n8EMgsMIgwcLJrAJ%2Fimage.png?alt=media&#x26;token=922ee5de-997f-48ba-b6c8-24edf9c01627" alt=""></div>

3\. Add Key Value , key is the lowercase name variable at **AppConfig.java**\
this is remote config form

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRklCJGwdla3DHTi4UwuM%2Fuploads%2Funf6smhnoQrMClMll9UA%2Fimage.png?alt=media\&token=28d4a29a-7078-4bca-bc3e-c805c86bd6e9)
