🗄️ The backend coordinates storing and serving measurements.
The backend is built entirely on Firebase. It uses the Firestore database for storing measurement and queries, Cloud Functions to run code in a serverless environment, and Cloud Storage to serve files for network measurements.
- After setting up the repository navigate to the
/packages/backend
directory - Install the firebase-tools CLI and log in
- Create a Firebase project, and enter its ID in the
.firebaserc
file atprojects.default
- Start the development server by running
npm run serve