Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions database-emulator/javascript-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Let's try writing some simple tests for our security rules.

### Install Node dependencies

Run `npm install` from this directory.
Run `npm install` from this directory, and make sure that you have a recent
version of the [Firebase CLI tool](https://github.com/firebase/firebase-tools)
installed (you'll need `firebase --version` to be at least `6.1.1`).

### Running the emulator

Make sure you've Opted-in to the emulator beta:
Download the database emulator
```
firebase --open-sesame emulators
firebase setup:emulators:database
```
Start the database emulator (and leave it running during the tests)
Expand Down
7 changes: 4 additions & 3 deletions database-emulator/typescript-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Let's try writing some simple tests for our security rules.

### Install Node dependencies

Run `npm install` from this directory.
Run `npm install` from this directory, and make sure that you have a recent
version of the [Firebase CLI tool](https://github.com/firebase/firebase-tools)
installed (you'll need `firebase --version` to be at least `6.1.1`).

### Running the emulator

Make sure you've Opted-in to the emulator beta:
Download the database emulator
```
firebase --open-sesame emulators
firebase setup:emulators:database
```
Start the database emulator (and leave it running during the tests)
Expand Down
4 changes: 3 additions & 1 deletion firestore-emulator/javascript-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Let's try writing some simple tests for our security rules.

### Install Node dependencies

Run `npm install` from this directory.
Run `npm install` from this directory, and make sure that you have a recent
version of the [Firebase CLI tool](https://github.com/firebase/firebase-tools)
installed (you'll need `firebase --version` to be at least `6.1.1`).

### Running the emulator

Expand Down
4 changes: 3 additions & 1 deletion firestore-emulator/typescript-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Let's try writing some simple tests for our security rules.

### Install Node dependencies

Run `npm install` from this directory.
Run `npm install` from this directory, and make sure that you have a recent
version of the [Firebase CLI tool](https://github.com/firebase/firebase-tools)
installed (you'll need `firebase --version` to be at least `6.1.1`).

### Running the emulator

Expand Down