-
Notifications
You must be signed in to change notification settings - Fork 963
Remote Config Realtime for Web #9221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* added the api-definition, interfaces, realtime connection and backoffLogic * Added TODO and comments * resolved the comment about the spacing problem * Fix check failures * Fix yarn failures * Convert backoff time from seconds to minutes * Manage HTTP connections based on tab visibility (#9202) * Added the visibilityMonitor * minor changes * resolving the spacing problem
🦋 Changeset detectedLatest commit: 3e5477b The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
Adds logic to listen for realtime update notifications. When a new template version is detected, it automatically fetches the config. After a successful fetch, a callback is triggered to notify the app that a new config version has been retrieved and is ready to be activated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG for the most part - mostly just nits and doc comments.
This change introduces Realtime Remote Config for the Firebase JavaScript SDK, bringing near-instant configuration updates to web applications. This feature aligns the Web SDK with the functionality already available for mobile platforms since June 2023.
Key Changes:
Relevant Internal Links:
Project Proposal: go/rc-realtime-for-web
API Proposal: go/realtime-rc-web-api-review
Design Document: go/rc-realtime-web-design