本文介绍了不推荐使用FirebaseRemoteConfig.activateFetched().用什么代替呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Firebase远程配置 activateFetched() 是不推荐使用.改用什么?
Firebase Remote Config activateFetched() is deprecated. What to use instead?
firebaseRemoteConfig.activateFetched();
推荐答案
请改用 firebaseRemoteConfig.activate();
.请参阅文档 https://firebase.google.com/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#activate()
这篇关于不推荐使用FirebaseRemoteConfig.activateFetched().用什么代替呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!