Luca Ban
Luca Ban
Hello. Thanks for your issue! This is indeed an issue. In version 2.0 this issue is already non-existent, but in v1.0 we'd need to make some modifications for this edge...
@Fulbert there is actually an easy workaround I want to suggest you use instead: https://mesqueeb.github.io/vuex-easy-firestore/hooks.html#hooks-after-local-changes-before-sync ```js { // in your module config sync: { patchHookBeforeSync: function (updateFirestore, doc, store) {...
Not sure. Try undefined instead of null.
can you add a debugger breakpoint and find where the error is ?
@richard-mckenna so your issue was unrelated to my library?
Ok i will make one soon. Iām thinking of a todo list app example with a collection for to do list items and a settings page for single doc mode...
@razbakov I just found this comment again now. I saw you didn't continue the project, but it was a really cool idea. I also made a form generator based on...
@Fulbert Sorry I missed this comment! I'm not sure what you exactly mean with > "it looks like it's not adding to the store new calls added after openDBChannel." It's...
--- 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...
From @dsl101 > I think this may have had some unintended consequences... I've got a collection with over 100 user documents in it, and 2 modules using v-e-f. > >...