Skip to content

feat: implement remote feature flags with local fallback and polling#710

Merged
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
AlphaTechini:main
Jun 27, 2026
Merged

feat: implement remote feature flags with local fallback and polling#710
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
AlphaTechini:main

Conversation

@AlphaTechini

Copy link
Copy Markdown
Contributor

Closes #672

  • Add featureFlagService with fetching/evaluation targeting userId, deviceType, appVersion, percentage

  • Create featureFlagStore (Zustand + AsyncStorage persist) with isEnabled(defaultValue)

  • Integrate with degradationStore via respectRemoteFlags preference

  • 15-min polling updates flags without app restart

  • Includes unit tests for flag evaluation and store behavior

@RUKAYAT-CODER

- Add featureFlagService with fetching/evaluation targeting userId, deviceType, appVersion, percentage

- Create featureFlagStore (Zustand + AsyncStorage persist) with isEnabled(defaultValue)

- Integrate with degradationStore via respectRemoteFlags preference

- 15-min polling updates flags without app restart

- Includes unit tests for flag evaluation and store behavior
@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@AlphaTechini Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER RUKAYAT-CODER merged commit 9b18cd4 into rinafcode:main Jun 27, 2026
0 of 11 checks passed
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.

[Enhancement] Implement remote feature flags with local fallback for controlled rollout

2 participants