File tree Expand file tree Collapse file tree 4 files changed +3646
-105
lines changed Expand file tree Collapse file tree 4 files changed +3646
-105
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/setup-node@v1
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
30
- - run : npm install -g firebase-tools
31
30
- run : npm install
32
31
- run : npm run build --if-present
33
32
- run : npm test
Original file line number Diff line number Diff line change @@ -108,17 +108,15 @@ The following project structure should be followed:
108
108
- Pre-requisites:
109
109
- Node.js version 8.0 or higher.
110
110
- Java version 1.8 or higher.
111
- - Firebase CLI: `npm install -g firebase-tools`
112
111
113
112
## Using Firebase Emulator Locally
114
113
- [Firebase Local Emulator Suite](https://firebase.google.com/docs/emulator-suite) can be used locally as the DB for the project
115
114
- Pre-requisites:
116
115
- Node.js version 8.0 or higher.
117
116
- Java version 1.8 or higher.
118
- - Firebase CLI: `npm install -g firebase-tools`
119
- - Run: `firebase emulators:start`
120
- - The emulator will be running on the port: 8080
121
- - You can view the emulator UI at: `http://localhost:4000`
117
+ - Run: `npx firebase emulators:start`
118
+ - The emulator will run and display the url you can access it on.
119
+ - [Future] You can view the emulator UI at: `http://localhost:4000`
122
120
123
121
## Running test scripts on Windows
124
122
- Git Bash is recommended for running test scripts on Windows.
You can’t perform that action at this time.
0 commit comments