Skip to content

Commit c390d12

Browse files
committed
Merge branch 'master' into v2.0.x
2 parents 4d20575 + 5b7c3cf commit c390d12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Firebase Hooks
1+
# React Firebase Hooks - v1
22

33
A set of reusable [React Hooks](https://reactjs.org/docs/hooks-intro.html) for [Firebase](https://firebase.google.com/).
44

@@ -9,12 +9,14 @@ A set of reusable [React Hooks](https://reactjs.org/docs/hooks-intro.html) for [
99
1010
**This documentation is for v2 of React Firebase Hooks which involved a number of breaking changes, including switching from `Object` to `Array` returns - more details [here](https://github.com/CSFrequency/react-firebase-hooks/releases/tag/v2.0.0). For v1 documentation, see [here](https://github.com/CSFrequency/react-firebase-hooks/tree/v1.2.1).**
1111

12+
**This documentation is for v1 of React Firebase Hooks which is an old version. If you'd like to switch to v2, check out the [Release Notes](https://github.com/CSFrequency/react-firebase-hooks/releases/tag/v2.0.0) and [Updated Documentation](https://github.com/CSFrequency/react-firebase-hooks).**
13+
1214
## Installation
1315

1416
React Firebase Hooks requires **React 16.8.0 or later** and **Firebase v5.0.0 or later**.
1517

1618
```
17-
npm install --save react-firebase-hooks
19+
npm install --save react-firebase-hooks@1.2.1
1820
```
1921

2022
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

Comments
 (0)