Quickstart Guide
You will need:
python
3.8 or greater: https://www.python.org/downloads/
Firebase Experimentation Manager is a part of the autora
package:
pip install -U "aurora[experiment-runner-experimentation-manager-firebase]"
Check your installation by running:
python -c "from autora.experiment_runner.experimentation_manager.firebase import send_conditions"