FirebaseRemoteConfig.activateFetched() is deprecated. What to use instead?

微笑、不失礼 提交于 2020-05-14 18:58:04

问题


Firebase Remote Config activateFetched() is deprecated. What to use instead?

firebaseRemoteConfig.activateFetched();

回答1:


Use firebaseRemoteConfig.activate(); instead. See documentation https://firebase.google.com/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#activate()




回答2:


Use activate() instead.

firebaseRemoteConfig.activate();

I had to search for this. I hope it helps others.



来源:https://stackoverflow.com/questions/57494893/firebaseremoteconfig-activatefetched-is-deprecated-what-to-use-instead

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!