Skip to content

chore: align remote config defaults with production#7247

Open
DanielSinclair wants to merge 1 commit intodevelopfrom
@daniel/chore-bump-remote-config-defaults
Open

chore: align remote config defaults with production#7247
DanielSinclair wants to merge 1 commit intodevelopfrom
@daniel/chore-bump-remote-config-defaults

Conversation

@DanielSinclair
Copy link
Copy Markdown
Contributor

@DanielSinclair DanielSinclair commented Mar 21, 2026

Fixes APP-3542

Updated feature flags to match production configuration:

  • mints_enabled: true β†’ false
  • featured_results: true β†’ false
  • candlestick_charts_enabled: conditional β†’ true
  • rainbow_toasts_enabled: conditional β†’ true
  • perps_enabled: false β†’ true
  • polymarket_enabled: false β†’ true
  • delegation_enabled: false β†’ true
  • atomic_swaps_enabled: false β†’ true

@linear
Copy link
Copy Markdown

linear Bot commented Mar 21, 2026

@DanielSinclair DanielSinclair changed the title chore: update remote config defaults to match production chore: align remote config defaults with production Mar 21, 2026
@DanielSinclair DanielSinclair marked this pull request as ready for review March 21, 2026 00:19
Align DEFAULT_CONFIG with current Firebase Remote Config production
values so users behind adblockers or pihole routers see the expected
experience instead of stale defaults.

Flipped false β†’ true (features now shipped):
- candlestick_charts_enabled (was IS_DEV || IS_TEST_FLIGHT)
- rainbow_toasts_enabled (was IS_DEV || IS_TEST_FLIGHT)
- perps_enabled, polymarket_enabled
- delegation_enabled, atomic_swaps_enabled

Flipped true β†’ false (disabled in production):
- mints_enabled, featured_results

Removed the now-unused IS_TEST_FLIGHT import from @/env.
@DanielSinclair DanielSinclair force-pushed the @daniel/chore-bump-remote-config-defaults branch from aa05485 to 2f5d352 Compare March 21, 2026 00:21
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’‘ Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: aa05485650

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with πŸ‘.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/model/remoteConfig.ts Outdated
@github-actions
Copy link
Copy Markdown

Launch in simulator or device for a71dd3a

@github-actions
Copy link
Copy Markdown

πŸ§ͺ Flashlight Performance Report (AWS Device Farm)

πŸ”€ Commit: a71dd3a

πŸ“Ž View Artifacts

Metric Current Ξ” vs Baseline
Time to Interactive (TTI) 5588 ms βšͺ -19.9 ms (-0.4%)
Average FPS 56.28 🟒 +1.0 (+1.7%)
Average RAM 393.6 MB βšͺ +1.7 MB (+0.4%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant