Skip to content

Commit 4d20575

Browse files
committed
Update README for release
1 parent 2885194 commit 4d20575

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 (v2)
1+
# React Firebase Hooks
22

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

@@ -7,14 +7,14 @@ A set of reusable [React Hooks](https://reactjs.org/docs/hooks-intro.html) for [
77

88
> 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 Firebase users.
99
10-
**This documentation is for v2 of React Firebase Hooks which is currently at the Release Candidate stage for testing. For v1 documentation, click [here](https://github.com/CSFrequency/react-firebase-hooks/tree/v1.2.1).**
10+
**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

1212
## Installation
1313

1414
React Firebase Hooks requires **React 16.8.0 or later** and **Firebase v5.0.0 or later**.
1515

1616
```
17-
npm install --save react-firebase-hooks@next
17+
npm install --save react-firebase-hooks
1818
```
1919

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