简体   繁体   中英

Firebase Remote Config randomly returning wrong value

We have a remote config flag named (For.eg ABC_Flag ) with Boolean type

Production Key: ABC_Flag_key = false

Development Key: ABC_Flag_key_debug = false

Both Production and Development keys are configured in separate projects on Firebase portal.

However, the value for the production key (for around 3-4% users) is being returned as true (instead of false ) by Firebase swift SDK and hence severely affecting users' access, and they are not able to use our app at all. We are not able to figure out in what scenario this might be possible, but we have seen this happen to one of our test devices. This is to note that we haven't changed the value of the production flag for a long time.

Any help would be greatly appreciated to understand why this SDK is fetching wrong values

I have the same problem, some users have wrong flag values from remote config. with version of Firebase/RemoteConfig is 7.8.1 I found this issue https://github.com/firebase/firebase-ios-sdk/issues/4206 it seem be solved, this issue is closed but i still have the problem with version 7.8.1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM