When you set up an AB test experiment on Firebase, you can pick an activation event to determine who can get placed in the experiment. What I'm unsure of is: is it everybody who ever triggered that event or is it just people who trigggered the event AFTER the experiment is made live? The docs seem ambiguous on this.
https://firebase.google.com/docs/ab-testing/abtest-config
Optionally, set an activation event to ensure that only users who have first triggered some Analytics event are counted in your experiment, then click Next.
I need to know since I'd like to only target new users that triggered this event, not users from before the experiment started. Thanks.