quasar with firebase realtime db
-
i am using firebase to quasar admin panel
and every user have roles
how to store this roles and every change in firebase update the store -
This can help:
https://github.com/vuejs/vuefire -
@dobbel
what this error mean ?[Vue warn]: Error in callback for watcher "function () { return this._data.$$state }": "Error: [vuex] do not mutate vuex store state outside mutation handlers." (found in <Root>)
vue.runtime.esm.js?5593:1888 Error: [vuex] do not mutate vuex store state outside mutation handlers.
-
@anasaw said in quasar with firebase realtime db:
Error: [vuex] do not mutate vuex store state outside mutation handlers.
This will explain:
http://shzhangji.com/blog/2018/04/17/form-handling-in-vuex-strict-mode
I think the
Computed Property
method is the best way to go.