mechahamster icon indicating copy to clipboard operation
mechahamster copied to clipboard

Remote Config codes are not working anymore with firebase 7.1.0

Open uchar opened this issue 4 years ago • 1 comments

Seems that with new changes in Firebase Remote Config API , the examples are not working anymore

uchar avatar Feb 19 '21 11:02 uchar

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.

chkuang-g avatar Feb 24 '21 00:02 chkuang-g