【问题标题】:FirebaseRemoteConfig.activateFetched() is deprecated. What to use instead?FirebaseRemoteConfig.activateFetched() 已弃用。改用什么?
【发布时间】:2019-08-14 12:39:31
【问题描述】:

Firebase Remote Config activateFetched() 已弃用。改用什么?

firebaseRemoteConfig.activateFetched();

【问题讨论】:

标签: android firebase firebase-remote-config


【解决方案1】:
【解决方案2】:

请改用 activate()

firebaseRemoteConfig.activate();

我不得不搜索这个。我希望它可以帮助其他人。

【讨论】:

  • 这是一个重复的答案。
【解决方案3】:

使用这个。

RemoteConfig.remoteConfig().activate(completion: nil)

【讨论】:

  • 这是一个重复的答案。
猜你喜欢
  • 2016-02-17
  • 2011-02-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2022-10-21
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多