Luca Ban
Luca Ban
@januszj This is exactly right. I'm actually planning a short demo app with video explanation. I already started the simple design for it. I think i'll release it in a...
Ok. I dont have enough hard drive real estate and my computer canβt currently handle filming my screen and webcam all at once it seems lol. Itβll take a bit...
@preginald Sorry for the late response. `dispatch('_myModule_/openDBChannel')` can go anywhere you want. If you want to "retrieve your doc(s)" you can dispatch this. Examples: - on `created()` inside a vue...
@preginald edited your post to add **syntax highlighting**. Please remember to write "js" or "html" or "vue" behind the three dashes to add syntax highlighting eg βγ```js
@preginald You can always open issues to ask me how to do something! π ## Advice for new comers I would anyone who's new to Vuex or to Firebase's JS...
--- After about two years of open source, I finally got accepted for Github Sponsors! #### π [github.com/sponsors/mesqueeb](https://github.com/sponsors/mesqueeb) π A little about me: - I love open-source - 6 months...
--- After about two years of open source, I finally got accepted for Github Sponsors! #### π [github.com/sponsors/mesqueeb](https://github.com/sponsors/mesqueeb) π A little about me: - I love open-source - 6 months...
Yes Vuex easy Firestore is not yet compatible with Nuxt and I do not have time right now to make it compatible . I myself have not yet used Nuxt.....
@eugenepentland all default values of the plugin are merged with the passed options when the plugin is triggered during vuex instantiation. Itβs weird that you have to pass the default...
@bpkennedy This is indeed a method you can use for that. `clearModule: true` will make sure this mutation is called: - `commit('yourmodule/RESET_VUEX_EASY_FIRESTORE_STATE')` This mutation resets the entire state of your...