chore: align remote config defaults with production#7247
Open
DanielSinclair wants to merge 1 commit intodevelopfrom
Open
chore: align remote config defaults with production#7247DanielSinclair wants to merge 1 commit intodevelopfrom
DanielSinclair wants to merge 1 commit intodevelopfrom
Conversation
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.
aa05485 to
2f5d352
Compare
There was a problem hiding this comment.
π‘ 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".
|
π§ͺ Flashlight Performance Report (AWS Device Farm) π Commit: a71dd3a π View Artifacts
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes APP-3542
Updated feature flags to match production configuration:
mints_enabled: true β falsefeatured_results: true β falsecandlestick_charts_enabled: conditional β truerainbow_toasts_enabled: conditional β trueperps_enabled: false β truepolymarket_enabled: false β truedelegation_enabled: false β trueatomic_swaps_enabled: false β true