I am having similar issues to Desof post #16 in original thread - which does not appear to have been answered.
I use the same B4a code as originally posted under FirebaseRemoteConfig, I have copied Manifest from the original B4a page, I have set up Remote Config for the app in Firebase.
When I try to run on a real device i get the same "loading_phrase" before "fetching" as I do after "fetching". Then when I change the value in Firebase to yet another value it still doesn't change the response.
This occurs after the Fetch is said to be a "Success".
When testing the problem, I found the original phrase didn't change either - so I deleted the whole app and reloaded, At that point I could change the original loading phrase - again the same before and after the "fetch".
I have tried both the FirebaseRemoteConfig and RemoteConfig libraries.
I have attached the code I have used, the Manifest page from B4a, and the Filtered Log [my unfiltered logs are full of processes occurring on my tablet]..
Can someone please assist me with:
a] how to overcome this problem;
b] if I wanted to load several values from Firebase at the same time how can that be achieved?
Thank you for your assistance.
I use the same B4a code as originally posted under FirebaseRemoteConfig, I have copied Manifest from the original B4a page, I have set up Remote Config for the app in Firebase.
When I try to run on a real device i get the same "loading_phrase" before "fetching" as I do after "fetching". Then when I change the value in Firebase to yet another value it still doesn't change the response.
This occurs after the Fetch is said to be a "Success".
When testing the problem, I found the original phrase didn't change either - so I deleted the whole app and reloaded, At that point I could change the original loading phrase - again the same before and after the "fetch".
I have tried both the FirebaseRemoteConfig and RemoteConfig libraries.
I have attached the code I have used, the Manifest page from B4a, and the Filtered Log [my unfiltered logs are full of processes occurring on my tablet]..
Can someone please assist me with:
a] how to overcome this problem;
b] if I wanted to load several values from Firebase at the same time how can that be achieved?
Thank you for your assistance.