how to get remote update to web app. - onConfigUpdated method for web #13265
Unanswered
Pragna-Bhatt
asked this question in
Q&A
Replies: 1 comment
-
I have this same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
As a flutter dev; in my project I need to integrate flutter remote configuration.
I am able to fetch updated key value for IOS and android but not for web version.
I tried to fetch key value using below method
But for web I am getting DartError: Unsupported operation: onConfigUpdated is not supported for web
Also, tried
But it not auto triggers as an when remote changes made.
so, is there any way to fetch updates for web too?
Thanks in advance.
Note:
I am using
firebase_remote_config: ^5.1.0
and flutter/dart version are:
Flutter 3.19.0 • channel stable
Tools • Dart 3.3.0 • DevTools 2.31.1
Beta Was this translation helpful? Give feedback.
All reactions