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
Hi,
I am trying to use the firebase module in my vuex store. per the plugin implementation , firebase is injected into store as a property here
store.$firebase = Vue.prototype.$firebase
}
How do i access this firebase instance in store , particularly the modules implementation of store. the this instance doesn't seem to contain a $firebase property
This question is available on Nuxt.js community (#c70)
The text was updated successfully, but these errors were encountered:
@pi0 ok, seen. I hope this comes out soon, for now am just initializing in nuxtServerInit and accessing in an import, dont like the idea of passing in as an action parameter
Hi,
I am trying to use the firebase module in my vuex store. per the plugin implementation , firebase is injected into store as a property here
How do i access this firebase instance in store , particularly the modules implementation of store. the
this
instance doesn't seem to contain a $firebase propertyThe text was updated successfully, but these errors were encountered: