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
Initial release, existing API from [docs](https://vuefire.vuejs.org/vuefire/getting-started.html#installation) should be the same. Added composition API functions:
4
+
5
+
-`firestoreBind`
6
+
-`firestoreUnbind`
7
+
-`rtdbBind`
8
+
-`rtdbUnbind`
9
+
10
+
Waiting for the documentation, rely the typings to know what to pass.
11
+
12
+
Only Firebase 7 is supported until [this regression](https://github.com/firebase/firebase-js-sdk/issues/4125) is solved.
13
+
14
+
### Features
15
+
16
+
- make it work with Vue 2 ([6571605](https://github.com/posva/vuefire/commit/6571605fee777d038c06811cbcc47eeec7202790))
0 commit comments