You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and activate a Python virtual environment using the following commands:
python -m venv .venv
.venv\Scripts\activate
Install packages from requirements.txt using the following command:
pip install -r requirements.txt
Get the serviceAccountKey.json from Firestore, and the commands should work. The serviceAccountKey.json.template should help you know if you downloaded the correct file.