We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d26c0 commit d1068feCopy full SHA for d1068fe
README.md
@@ -29,13 +29,12 @@ available in
29
30
```bash
31
# npm
32
-npm install reactfire@next
+npm install --save reactfire
33
+
34
# yarn
-yarn add reactfire@next
35
+yarn add reactfire
36
```
37
-If you like living life on the edge, use `reactfire@canary`.
38
-
39
## Example use
40
41
Check out the
docs/quickstart.md
@@ -19,12 +19,10 @@ cd myapp
19
20
21
22
-yarn add firebase reactfire@canary
23
24
-# or
+yarn add firebase reactfire
25
26
27
-npm install firebase reactfire@canary
+npm install --save firebase reactfire
28
## 3. Create a document in Cloud Firestore
0 commit comments