We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a172e31 commit 4c4e7b6Copy full SHA for 4c4e7b6
1 file changed
README.md
@@ -38,13 +38,16 @@ Firebase CDN. You can also download them from the
38
[React](http://facebook.github.io/react/downloads.html) can be downloaded directly from their
39
respective websites.
40
41
-You can also install ReactFire via npm or Bower and its dependencies will be downloaded
42
-automatically:
+You can also install ReactFire via npm or Bower. If downloading via npm, you will have to install
+React and Firebase separately (that is, they are `peerDependencies`):
43
44
```bash
45
-$ npm install reactfire --save
+$ npm install reactfire react firebase --save
46
```
47
48
+On Bower, the React and Firebase dependencies will be downloaded automatically:
49
+
50
51
52
$ bower install reactfire --save
53
0 commit comments