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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The system consists of the following components:
32
32
33
33
# Developing:
34
34
*[pnpm](https://pnpm.io/) is used as package manager. Install the packages with `pnpm i`
35
-
* A Firebase service account is required to run the data-analyzer package (You need to be added to the firestore project)
35
+
* A Firebase service account is required to run the data-analyzer package (You need to be added to the Firebase project or create your own Firebase project)
36
36
* Either navigate into a specific package or run all packages from the entry folder with `pnpm dev`
37
37
* To run the tests: Install [Firebase emulator suite](https://firebase.google.com/docs/emulator-suite) and start the emulators. Run the tests in the data-analyzer package with `pnpm test`
0 commit comments