0

I am working on an iOS app that uses the Firebase iOS SDK and I'm trying to figure out how to access all the Firebase AB experiments that a user has seen as well as the experiment variations that the user was bucketed into.

I looked through the documentation as well as the FirebaseABTesting.framework but I haven't been able to find a way to do so.

Any ideas?

KENdi
  • 7,576
  • 2
  • 16
  • 31

1 Answers1

1

You have to find a way to record this information yourself somehow based on the way you observe the user using your app. You could also file a feature request that describes what you're trying to do.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441