File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,16 @@ Firebase CDN. You can also download them from the
3838[ React] ( http://facebook.github.io/react/downloads.html ) can be downloaded directly from their
3939respective websites.
4040
41- You can also install ReactFire via npm or Bower and its dependencies will be downloaded
42- automatically :
41+ You can also install ReactFire via npm or Bower. If downloading via npm, you will have to install
42+ React and Firebase separately (that is, they are ` peerDependencies ` ) :
4343
4444``` bash
45- $ npm install reactfire --save
45+ $ npm install reactfire react firebase --save
4646```
4747
48+ On Bower, the React and Firebase dependencies will be downloaded automatically:
49+
50+
4851``` bash
4952$ bower install reactfire --save
5053```
You can’t perform that action at this time.
0 commit comments