python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env # depois edite a chave secreta e credenciais
python app.py- Build command:
pip install -r requirements.txt - Start command:
python app.py
- Crie um projeto Firebase, habilite Firestore.
- Gere Service Account JSON e salve como
firebase_key.jsonna raiz.