A real-time cryptocurrency trading bot using Binance WebSocket API and Firebase Firestore
The project uses the following environment variables to configure Firebase:
Variable Name | Description |
---|---|
FIREBASE_SERVICE_ACCOUNT_KEY |
Path to your Firebase service account key JSON file. This file is required to authenticate and interact with Firebase Firestore. |
- Create a
.env
file in the project root:
touch .env
- Add the path to your Firebase service account key:
FIREBASE_SERVICE_ACCOUNT_KEY=./path/to/your/serviceAccountKey.json