We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6211b commit d27bb17Copy full SHA for d27bb17
docs/1-install-and-setup.md
@@ -16,7 +16,7 @@ The Angular CLI's `new` command will set up the latest Angular build in a new pr
16
### 2. Install AngularFire 2 and Firebase
17
18
```bash
19
-npm install angularfire2 firebase --save
+npm install angularfire2 firebase@2.4.2 --save
20
```
21
22
Now that you have a new project setup, install AngularFire 2 and Firebase from npm.
0 commit comments