-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat(remote-config): support realtime config updates #499
Comments
Thank you! This feature is definitely missing. |
+1 ... this is a deal-breaker feature to receive updates on config changes. Is there any timeframe when this feature might be added to plugin as part of 5.3.0 !? |
The Realtime API is quite new. You still receive updates on config changes but not yet in realtime. There is no ETA yet. PRs are welcome (please let me know beforehand). You can also prioritize this issue as sponsor. |
The task is to add support for realtime config updates to the Firebase Remote Config plugin. The base branch to be used is |
This is now available as dev version:
|
Plugin(s)
Current problem
It's currently not possible to register for realtime remote config changes
Preferred solution
Implementation of Firebase remote config realtime API
https://firebase.google.com/docs/remote-config/real-time
https://firebase.google.com/docs/remote-config/get-started?platform=android#add-real-time-listener
Alternative options
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: