In Firebase for iOS Iām running two tests (#2 and #3) with the same target action, 'do N'.
I have created an Audience "Fans" to use as a condition. Fans = users who have done N at least once in the previous app version.
Test#2 targets 100% users in the audience "Fans". Test#3 targets 100% users NOT in the audience "Fans".
From the docs we know that users are attached to audiences permanently
Specifically, users become permanent members of an audience after they are assigned to it.
So I would expect that users in the test#2 and test#3 do not intersect. However, bigquery shows that sometimes an event "do N" has corresponding user property as "firebase_exp_2" and "firebase_exp_3" at the same time ā https://www.dropbox.com/s/2yyqcelbf8dryvc/Screenshot%202018-06-09%2017.49.33.png
How can this be possible? Moreover, the remote config options are not the same for these experiments. How do I know, which variant a user actually has?
Thanks in advance