Closed dodanex closed 6 years ago
There is no vue.use(Vuexfire)
, I think that's what you're missing.
To be honest, there's not much to say, vuexfire is fairly simple, It exports 2 things firebaseMutations
and firebaseAction
, so https://github.com/posva/vuexfire#usage is enough to get started.
I'll add more things on the future #28 but it's mainly aimed at big projects
As a beginner I can't get started implementing vuexfire because there's not enough documentation.
I have an Vue 2.5 webpack installation and using vue single file components.
store.js:
main.js:
Products.vue:
What else do I need to setup ?