-
Remote config always fetching from server My setup remote-config:
Fetching value:
I always getting (both: iOS and Android, also tried real device)
so the source is from "remote", not from "cache" or "static" although it should cache for 12 hours by default. I can't do requests so often. What I did wrong? Any help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Have you confirmed from the firebase console that you are indeed fetching more than expected? i.e., do you really have a problem? I think that is just a misunderstanding of the source value. |
Beta Was this translation helpful? Give feedback.
Have you confirmed from the firebase console that you are indeed fetching more than expected? i.e., do you really have a problem?
I think that is just a misunderstanding of the source value.
It came from remote so I believe it will always say it is from remote even if it is not refetched
If the fetch never happened, I believe it would be from default or local
You don't indicate what the fetch methods return to you, if you carefully examine the return values of the various fetch / activate methods (and perhaps use the ones that are single actions, not multiple actions) you may find it is behaving as expected