File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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+
18# [ 3.0.0-alpha.5] ( https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.4...v3.0.0-alpha.5 ) (2022-11-08)
29
310### Bug Fixes
@@ -36,7 +43,7 @@ const app = createApp()
3643app .use (rtdbPlugin , {
3744 serialize : (doc ) => {
3845 // write your personalized serialize version
39- }
46+ },
4047})
4148```
4249
Original file line number Diff line number Diff line change 11{
22 "name" : " vuefire" ,
3- "version" : " 3.0.0-alpha.5 " ,
3+ "version" : " 3.0.0-alpha.6 " ,
44 "description" : " Official Firebase bindings for Vue.js" ,
55 "packageManager" : " pnpm@7.14.2" ,
66 "unpkg" : " dist/index.iife.js" ,
You can’t perform that action at this time.
0 commit comments