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 !