firebase-android-sdk icon indicating copy to clipboard operation
firebase-android-sdk copied to clipboard

Firebase Remote Config cache invalidation for consistency across platforms

Open Ewg777 opened this issue 4 years ago • 4 comments

What feature would you like to see?

Hi, Thanks for such a great service! While I was building the same feature on two platforms (iOS and Android) with FRC, I suddenly founded a difference. When I update my iOS app version, the FRC cache reset and fetch new values. But android don’t. Please add FIRRemoteConfigHasDeviceContextChanged function to firebase-android-sdk as well.

How would you use it?

I can setup a FRC condition that depends on the app version. So, when I update my app version, the FRC cache should reset and fetch new values.

Ewg777 avatar Apr 07 '21 08:04 Ewg777

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Apr 07 '21 08:04 google-oss-bot

Here is code of this feature in iOS https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseRemoteConfig/Sources/RCNDevice.m#L221

Ewg777 avatar Apr 07 '21 08:04 Ewg777

Any feedback maybe? Thanks!

Ewg777 avatar May 07 '21 11:05 Ewg777

Hello humans from Firebase, anyone to help? Thanks

bozapro avatar Feb 28 '25 08:02 bozapro