Android - 应用更新中的Firebase远程配置缓存

时间:2018-03-16 20:36:20

标签: android firebase firebase-remote-config

当我更新我的应用版本时,firebase远程配置缓存会重置并获取新值还是使用现有缓存,直到缓存在设定时间到期

1 个答案:

答案 0 :(得分:3)

不会 它在缓存超时后获取新值,并且即使在应用程序更新后缓存仍然存在。

但是,您可以使用超出默认值但超出默认值但仅为according to the Google Blog, this might be risky的超时时间调用fetch(Long)

如果您编写一些代码来确定这是更新后的第一个应用启动,则可能会使用较小的超时,但while you can reduce this cache time somewhat, if you start making network calls too frequently, your app might start getting throttled, either by the client, or the Remote Config service. (来自上面链接的博客帖子)