Skip to content

React Native Firebase Remote Config Update Event #4985

Answered by mikehardy
wahabtobibello asked this question in Ideas
Discussion options

You must be logged in to vote

The remote-config local values are only ever updated when the app specifically requests them using one of the fetch API variants. There is nothing to listen for as this is an explicit call you make directly, so you can then act on the results if they are updated. For that reason the native SDKs do not provide any listening capability at all, there is no API like this for us to expose.

It seems your app needs to restructure it's control flow somehow. If you want the app to do something in response to a server-side change, you'll need to somehow tell the app to do that, from the server. I believe that is what FCM is for.

  • While the app is in the foreground, data-only message delivery is rel…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wahabtobibello
Comment options

Answer selected by wahabtobibello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants