You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,12 @@ React Firebase Hooks v3 requires **React 16.8.0 or later** and **Firebase v8.0.0
13
13
14
14
> Official support for Hooks was added to React Native in v0.59.0. React Firebase Hooks works with both the Firebase JS SDK and React Native Firebase, although some of the typings may be incorrect.
15
15
16
-
```
16
+
```bash
17
+
# with npm
17
18
npm install --save react-firebase-hooks
19
+
20
+
# with yarn
21
+
yarn add react-firebase-hooks
18
22
```
19
23
20
24
This assumes that you’re using the [npm](https://npmjs.com) package manager with a module bundler like [Webpack](https://webpack.js.org/) or [Browserify](http://browserify.org/) to consume [CommonJS](http://webpack.github.io/docs/commonjs.html) modules.
0 commit comments