File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.0.0-alpha.6] ( https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.5...v3.0.0-alpha.6 ) (2022-11-10)
2
+
3
+ ### Features
4
+
5
+ - composables to use firebase ([ f854b67] ( https://github.com/vuejs/vuefire/commit/f854b6764f7457b10934236278a0b7389a35e03e ) )
6
+ - wait on server for data ([ 947a325] ( https://github.com/vuejs/vuefire/commit/947a32518002cecc36e10e6166f89f7d04c8f749 ) )
7
+
1
8
# [ 3.0.0-alpha.5] ( https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.4...v3.0.0-alpha.5 ) (2022-11-08)
2
9
3
10
### Bug Fixes
@@ -36,7 +43,7 @@ const app = createApp()
36
43
app .use (rtdbPlugin , {
37
44
serialize : (doc ) => {
38
45
// write your personalized serialize version
39
- }
46
+ },
40
47
})
41
48
```
42
49
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuefire" ,
3
- "version" : " 3.0.0-alpha.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
4
4
"description" : " Official Firebase bindings for Vue.js" ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"unpkg" : " dist/index.iife.js" ,
You can’t perform that action at this time.
0 commit comments