Firebase Remote Config activateFetched() is deprecated. What to use instead?
firebaseRemoteConfig.activateFetched();
Firebase Remote Config activateFetched() is deprecated. What to use instead?
firebaseRemoteConfig.activateFetched();
Use firebaseRemoteConfig.activate();
instead. See documentation https://firebase.google.com/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#activate()
Use activate() instead.
firebaseRemoteConfig.activate();
I had to search for this. I hope it helps others.
Use This.
RemoteConfig.remoteConfig().activate(completion: nil)
© 2022 - 2024 — McMap. All rights reserved.
activateFetched()
's removal: firebase.google.com/support/release-notes/android#version_1650 – Perth