Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 683 Bytes

File metadata and controls

26 lines (16 loc) · 683 Bytes

AutoRA Firebase Experimentation Manager

Firebase Experimentation Manager provides functionality to manage communication of conditions and observation between AutoRA and an experiment on Firebase.

Quickstart Guide

You will need: python >=3.8,<4: https://www.python.org/downloads/

!!! It is recommended to use a python environment manger like virtualenv

Install the package via pip:

pip install "aurora[experiment-runner-experimentation-manager-firebase]"

Test

python -c "from autora.experiment_runner.experimentation_manager.firebase import send_conditions"

Dependencies

autora-core, firebase_admin