Remote Config - How to debug? #6506
Unanswered
mariovillamizar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make work remote config in my app, but it's tuning confusing now. I started by implementing it in a provider, like this:
So far it's working fetching the remote params when app launches, however what I'm expecting to get new updates but nothing happens. I set minimumFetchIntervalMillis to 1 minute (60000 milliseconds) expecting to get some update in the short term but I have wait for more than 30 minutes and nothing. So I'm not sure about my implementation. Does it look fine for you?
Also, I'm expecting to get notified of updates of remote params here:
Is that correct? - or is there something specific for debug mode?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions