Rbar
Rbar

Reputation: 3928

Firebase - how to create A/B test experiment for web app (not native app)

I'd like to A/B test a feature on our web app, which uses Firebase. When setting up the A/B test, I noticed that it's requiring me to select an "app" (I also have a native app), but I'm trying to target users that are using my web app.

enter image description here

One workaround I can think of is:

The downside of the workaround is that it won't track the Improvement or Experiment results, such as the following: enter image description here enter image description here

Is there a way to run a firebase A/B test experiment for a web app? (not native app)

Upvotes: 11

Views: 7396

Answers (2)

tufac2
tufac2

Reputation: 778

Firebase A/B testing is only available for iOS and Android. You can check other tools like GrowthBook

Upvotes: 2

looptheloop88
looptheloop88

Reputation: 3800

Firebase A/B Testing is currently available for Android and iOS app. You may file a feature request on Firebase support portal for this.

Upvotes: 4

Related Questions