2

Currently in firebase console for my project I have 2 remote config experiments(running), 4 notification experiments(running), 3 remote config experiments drafts and 0 completed experiments. When i am pressing to start one more remote config experiment, firebase console syas "Error starting experiment: Too many running experiments".

What is the limit of firebase experiments (remote config/notification) that can be active?

mahemoff
  • 44,526
  • 36
  • 160
  • 222
x90
  • 2,140
  • 15
  • 25

2 Answers2

5

From the Firebase documentation for Create Firebase Remote Config Experiments with A/B Testing:

To start your experiment, click Start Experiment. You can run up to 24 experiments per project at a time.

Tyler
  • 827
  • 2
  • 11
  • 25
Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
4

Firebase supports now up to 24 simultaneous experiments

reference link: firebase documentation

Arash
  • 3,013
  • 10
  • 52
  • 74
bsobat
  • 650
  • 1
  • 6
  • 12