- Firebase Remote Config
- Issue 3067: link
- google-services.json
- Charles proxy
- Clone project
- Setup Charles proxy
- Link Charles proxy with Android emulator
- Menu bar > Proxy > Uncheck macOS Proxy
- Menu bar > Help > Local IP Address > Take note of your IP address
- Open Android emulator > More options menu (triple dot) > Settings > Manual proxy configuration > add noted IP address and port number 8888 > click Apply
- Start throttling with settings on issue link
- Run Android project (When re-running, issue is only encountered when fully stopping the app then running again)
- Check logs and see that fetch fails after 60 seconds
- The set value for
setFetchTimeoutInSeconds
is being ignored, instead a default 60 seconds is being used.