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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With