Firebridge, a component within the VU Distributed Bridge project, is responsible for the communication with Firestore.
- Git
- JDK 11+
- Google service account credential file
- Clone the repository.
git clone https://github.com/FrozenSync/Firebridge.git
- Download a Google service account key (
.json
file) and copy it into the project folder.
cp path/to/json .
- Run Docker Compose
docker-compose up