Remote Config real-time Support #8148
sjmorton123
started this conversation in
General
Replies: 1 comment
-
Is there a reason, why this feature still unavailable in JS SDK? I've tried manually craft request to |
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
-
I have React and React-Native applications that are using Remote Config. Google recently released a real-time aspect of this feature to allow changes to Remote Config to get pushed to devices in real time. The React Native SDK for Remote Config supports a callback event that I can listen for and receive updates in real time. It appears that the firebase-js-sdk library does not support this. Are there plans at some point to allow web projects using Remote Config to hook into the realtime eventing the same way that it is supported on mobile?
Beta Was this translation helpful? Give feedback.
All reactions