toto_tata
toto_tata

Reputation: 15432

Firebase Remote Config does not get the console values in OnComplete

Up to now, my code worked perfectly. I was able to get the values set up in the Firebase console immediately after I changed them in this console (I paid attention to activate the Firebase developer mode to avoid cache + I do not forget to click on the console button to put the new values in production)

Since today, I am no more able to get the values set in the Firebase console in my OnComplete delegate method.

The OnComplete is launched but when I get the value, I get an old value. When I create a new value in the console, I get a empty value in OnComplete.

Anybody can help me?

Thanks !

Upvotes: 0

Views: 413

Answers (1)

toto_tata
toto_tata

Reputation: 15432

Found the error! For some other tests, I set the time on my phone to a time/date in the past...(and forgot that I did this) Firebase Remote Config did not like it !

Upvotes: 1

Related Questions