robert
robert

Reputation: 550

Firebase A/B testing is still running after rollout the leader 100%

I run a Firebase A/B testing in my recent app version, It's an experiment with one remote config parameter.

After a few days, there is a leader generated, so I rollout the leader and applied changes. As I expected, the experiment should become a completed experiment now because I already got the leader and rollout it, but the real is the experiment is still in running experiments list, not in completed experiments list.

I'm confused. Do anyone encountered the same problem and know how to fix the problem?

Is it a bug of firebase console or something is wrong with my actions?

Upvotes: 7

Views: 2041

Answers (1)

Sinan Kadavath
Sinan Kadavath

Reputation: 179

Firebaser here!

There is nothing wrong with your actions. Rolling out a Remote Config experiment changes the default value of the parameter being experimented on in your Remote Config. It does not stop your experiment.

To stop your experiment, you can click on the overflow menu and hit "Stop experiment".

Upvotes: 7

Related Questions