python scripts/downloader.pypython scripts/uploader.py- Open Visual Studio Code
- Open a new terminal, and clone this GitHub repository using the following command:
git clone https://github.com/Cyber-Tutor/Cyber-Tutor-Firestore-Data-Dumping.git- 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.templateshould help you know if you downloaded the correct file.

