Does Firebase A/B testing take into consideration user id which is set by FirebaseAnalytics.setUserId
? Here is my use case:
John Doe
opens the appFirebaseAnalytics.setUserId
is called with johnDoeUserId
VariantA
John Doe
opens the app on a different device (same Google account)FirebaseAnalytics.setUserId
is called with johnDoeUserId
VariantA
?Does userId
has any meaning for A/B test?
No, this is not guaranteed. The ID that will be used takes the device into account, so it is possible for the same user to be in two different variants across devices.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With