Skip to content

Commit d27bb17

Browse files
rexebindavideast
authored andcommitted
fix firebase version to 2.4.2 (angular#192)
Otherwise, firebase 3.x will be installed, which is not supported yet.
1 parent 6b6211b commit d27bb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-install-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Angular CLI's `new` command will set up the latest Angular build in a new pr
1616
### 2. Install AngularFire 2 and Firebase
1717

1818
```bash
19-
npm install angularfire2 firebase --save
19+
npm install angularfire2 firebase@2.4.2 --save
2020
```
2121

2222
Now that you have a new project setup, install AngularFire 2 and Firebase from npm.

0 commit comments

Comments
 (0)