简体   繁体   English

Firebase Remote Config 随机返回错误值

[英]Firebase Remote Config randomly returning wrong value

We have a remote config flag named (For.eg ABC_Flag ) with Boolean type我们有一个名为(For.eg ABC_Flag )的远程配置标志,类型为Boolean

Production Key: ABC_Flag_key = false生产密钥:ABC_Flag_key = false

Development Key: ABC_Flag_key_debug = false开发密钥:ABC_Flag_key_debug = false

Both Production and Development keys are configured in separate projects on Firebase portal.生产和开发密钥都在 Firebase 门户上的单独项目中配置。

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.但是,Firebase swift SDK 将生产密钥的值(对于大约 3-4% 的用户)返回为true (而不是false ),因此严重影响用户的访问,他们根本无法使用我们的应用程序. 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任何帮助将不胜感激,以了解为什么这个 SDK 正在获取错误的值

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 Firebase/RemoteConfig 的版本是7.8.1我发现这个问题https://github.com/firebase/firebase-ios-sdk/issues/4206它似乎已解决,这个问题已关闭但我仍然有版本问题7.8.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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