Skip to content

Commit 2093294

Browse files
authored
Add step to install the Firebase CLI
Resolves #58
1 parent 1701a0c commit 2093294

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ This is a sample app showing a usage of the react-firebaseui package in a react
1111
```bash
1212
npm install
1313
```
14+
1. Install the [Firebase CLI](https://firebase.google.com/docs/cli/):
15+
```bash
16+
npm install -g firebase-tools
17+
```
1418
1. Tell Firebase to use your new project locally:
1519
```bash
1620
firebase use --add

0 commit comments

Comments
 (0)