Skip to content

Commit 5b7c3cf

Browse files
committed
Update README for release
1 parent df706aa commit 5b7c3cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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 for [Firebase](https://firebase.google.com/).
44

@@ -9,14 +9,14 @@ A set of reusable React Hooks for [Firebase](https://firebase.google.com/).
99
1010
> 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 Flow and Typescript typings may be incorrect - we are investigating ways to improve this for React Native users.
1111
12-
**If you'd like to try our v2 Release Candidate, which updates the hooks to return Arrays rather than Objects, check out the [PR](https://github.com/CSFrequency/react-firebase-hooks/pull/20) and [Updated Documentation](https://github.com/CSFrequency/react-firebase-hooks/tree/v2.0.x).**
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).**
1313

1414
## Installation
1515

1616
React Firebase Hooks requires **React 16.8.0 or later** and **Firebase v5.0.0 or later**.
1717

1818
```
19-
npm install --save react-firebase-hooks
19+
npm install --save react-firebase-hooks@1.2.1
2020
```
2121

2222
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)