Luca Ban
Luca Ban
ok ;) wasn't aware Firestore SDK had support for multiple orderBy 😆
@zv3 I think i'll be keeping this for later for a while. 😅 I'm gonna do a 80% rewrite of the entire library when Vue 3 and the next Vuex...
--- 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...
Thanks for this issue! Since at this point it would be a breaking change, I'll keep this in mind for v2.0! (planned for when Vuex 3.0 releases) Feel free to...
I realise now that adding the `id` to the actual document is forcing my own methods on all devs. This is something that _should_ be handled in hooks I'm thinking....
@fergusmeiklejohn Yes of course, I won't remove this feature without being able to easily enable it again!! Basically for version 2.0, I do believe that "by default" we should not...
Hello, thanks for your feature request! I've always been able to manually just loop over all open channels like so: eg. ```js function closeAndClearModules ({dispatch}) { dispatch('user/closeDBChannel', {clearModule: true}, {root:...
@riksnelders Hi! That's weird... One of these `Object.keys` functions is being passed `undefined` or `null`: https://github.com/mesqueeb/vuex-easy-firestore/blob/dev/src%2Fmodule%2Fmutations.ts#L42 Can you click on the > "at Store.RESET_VUEX_EASY_FIRESTORE_STATE (index.esm.js?34ed:276)" and follow the stack trace...
--- 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...
As far as I know it's not possible to request x docs with an offset of y. ↳ this means it's not possible for a user to suddenly request page...