Open zeusent opened 3 years ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
@zeusent Sorry about the trouble and thanks for the report and narrowing down the version.
@karenyz Please take a look. I suspect a regression related to #6692.
Hi folks, I believe this is affecting us still. Was there any progress here?
Sorry about the slow response here. Can you share a reproducible example?
So It's been a bit unreliable and tricky to reproduce, but what we're seeing is essentially the following setup is inconsistent:
To make it more concrete with an example:
For some reason, we still have users with prop1 true who are getting paramA set to false.
Step 0: Are you in the right place?
firebase
tag.[REQUIRED] Step 1: Describe your environment
Swift Package Manager
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
If I update Firebase to any version bigger than 7.1.0 then RemoteConfig stops working as expected. My app uses an user property value to grab different values from RemoteConfig.
With any version bigger than 7.1.0 this user property value is ignored and RemoteConfig always returns the same values no matter what. Whenever I rollback to 7.1.0 then everything works as expected.
If I look in the analytics debug view I can see my user property being set correctly.
Relevant Code:
On app start, before grabbing any RemoteConfig values I do this:
Immediately after that I call
fetchAndActivate
. This works as expected on 7.1.0 but fails on any newer versions.