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
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
Hooks, Context Providers, and Components that make it easy to interact with
4
4
Firebase.
5
5
6
-
---
7
-
8
-
> **WARNING**: This branch is the work in progress for version 4 of ReactFire. [You can find version 3 here](https://github.com/firebaseextended/reactfire/tree/v3), if you're looking for documentation or to contribute to stable.
9
-
10
-
---
11
-
12
6
## What is ReactFire?
13
7
14
8
-**Easy realtime updates for your function components** - Hooks
@@ -21,12 +15,12 @@ Firebase.
21
15
22
16
```bash
23
17
# npm
24
-
npm install --save reactfire@exp firebase@exp
18
+
npm install --save firebase reactfire
25
19
26
20
# or
27
21
28
22
# yarn
29
-
yarn add reactfire@exp firebase@exp
23
+
yarn add firebase reactfire
30
24
```
31
25
32
26
Depending on your targeted platforms you may need to install polyfills. The most commonly needed will be [globalThis](https://caniuse.com/#search=globalThis) and [Proxy](https://caniuse.com/#search=Proxy).
@@ -90,10 +84,6 @@ render(
90
84
91
85
---
92
86
93
-
> If you're looking for docs for the _deprecated_ ReactFire v1 (the one that
0 commit comments