firebasemultivariate-testingfirebase-ab-testing

A/B testing support for React pages


I am trying to use Firebase A/B Testing for website variants. I have a doubt that does Firebase A/B Testing support for React.JS page as well? A/B Testing solutions can work for initial page load, but not when React like pages doesn't get refreshed. React JS page makes every user interaction to prompt for each UI elements refresh, which causes to erase any modifications done by A/B testing solution.

But, Some of A/B testing vendors such as Optimizely and Adobe are supporting A/B Testing support for React.JS page as well.


Solution

  • firebaser here

    Firebase A/B Testing is available for Android and iOS. It is not available for web apps, so won't work in a ReactJS web app.