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: docs/guide/getting-started.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ npm install vuefire firebase
14
14
15
15
::: warning
16
16
17
-
VueFire requires Firebase JS SDK >= 9 but **is compatible with Vue 2 and Vue 3**. It's currently in alpha, make sure to check [the Roadmap](https://github.com/vuejs/vuefire/issues/1241) and report any issue you find.
17
+
VueFire requires Firebase JS SDK >= 9 but **is compatible with Vue 2 and Vue 3**.
Note exporting Database and Firestore isn't necessary as you can always accessing Firebase services within your components with [`useFirebaseApp()` and other composables](./firebase-composables.md).
64
+
Note exporting Database and Firestore isn't necessary as you can always access Firebase services within your components with [`useFirebaseApp()` and other composables](./firebase-composables.md).
65
65
66
66
::: tip
67
67
Note that we will refer to `database` and `firestore` as `db` in examples where only one of them is used.
0 commit comments