mechahamster
mechahamster copied to clipboard
Remote Config codes are not working anymore with firebase 7.1.0
Seems that with new changes in Firebase Remote Config API , the examples are not working anymore
Ah, thanks for reporting this.
There are some breaking changes of Remote Config API in 7.1.0
.
https://firebase.google.com/support/release-notes/unity#remote-config
Giving a quick glance, I think you should be able to build by changing FirebaseRemoteConfig
to FirebaseRemoteConfigDeprecated
.
But that is not align with the new design though. We'll schedule some time to update the sample here.