Skip to content

Commit 5a5119a

Browse files
committed
Using firebase tools from local node_modules
1 parent 09c53d8 commit 5a5119a

File tree

3 files changed

+3985
-8744
lines changed

3 files changed

+3985
-8744
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,15 @@ The following project structure should be followed:
108108
- Pre-requisites:
109109
- Node.js version 8.0 or higher.
110110
- Java version 1.8 or higher.
111-
- Firebase CLI: `npm install -g firebase-tools`
112111
113112
## Using Firebase Emulator Locally
114113
- [Firebase Local Emulator Suite](https://firebase.google.com/docs/emulator-suite) can be used locally as the DB for the project
115114
- Pre-requisites:
116115
- Node.js version 8.0 or higher.
117116
- 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`
122120
123121
## Running test scripts on Windows
124122
- Git Bash is recommended for running test scripts on Windows.

0 commit comments

Comments
 (0)