Android Firebase CacheExpiration set to zero? -
in app, user need retrieve string @ 2pm every day remote config, set cacheexpiration
0 retrieve immediately. possible there throttling if have many users? if there throttling, return "task.issuccessful" or "fail"?
throttling happens when client exceeds rate limit fetch requests, regardless of configuration. if fetch every day @ time on each users' device, not problem.
if code rate limited, task (on android) fail appropriate message in exception.
Comments
Post a Comment