Remote Config on Android is a normal read API, not background magic.
Useful methods:
  • getRemoteConfigs()
  • getRemoteConfig(key)
  • getRemoteConfigBool
  • getRemoteConfigString
  • getRemoteConfigNumber
  • getRemoteConfigInt
The cached Remote Config snapshot is also available through cachedRemoteConfigs.

Safe usage

  • Fetch before rendering the screen that needs the values.
  • Keep a local fallback for offline or missing config.
  • Re-read after identity or entitlement changes if the payload depends on customer state.
  • Gate access from entitlements, not from config.

Create Remote Config

Read the product-level Remote Config model.