// At application setup level FirebaseRemoteConfig .getInstance() .setDefaults(R.xml.remote_config_defaults); ➜ ~/path/to/app/main tree res res !"" xml !"" remote_config_defaults.xml
FINAL REMARKS • RemoteConfig is a great tool for feature-flagging • Deadly simple to integrate with provided SDKs • Beware of basics (default values, limitations, config compatibilities, etc) • Choose the proper fetch+activate strategy for each config