Luca Ban
Luca Ban
@bpkennedy Would you need an action that clears out _just_ the fetch history? Or is `commit('yourmodule/RESET_VUEX_EASY_FIRESTORE_STATE')` good enough for your case? --- After about two years of open source, I...
@ctwhome Yes, I plan such improvements for the next big version. 😄 --- After about two years of open source, I finally got accepted for Github Sponsors! #### 💜 [github.com/sponsors/mesqueeb](https://github.com/sponsors/mesqueeb)...
@cobreen thanks for the issue. We greatly welcome PRs even go the docs : ) more than welcome help us with the documentation.
I for one would love to use arrayUnion a lot but, i'm often in a situation where I don't know if a doc will be a new doc or an...
@zabaat How about this: `dispatch('user/set', {prop: arrayUnion('hi')})` - if the prop is `undefined` (inexistent) - it will creates a new array with the value of arrayUnion `prop: ['hi']` - if...
Thanks for the report !! Sent with GitHawk
@louisameline I'm not sure this will go away with nested modules. I want to preferably keep this open until just before launching v2 to carefully decide how to best implement...
So after having looked into this, apparently the way I was merging two arrayUnions on a patch call has broke because of the way the Firebase SDK works changed slightly....
Hi. I have further looked into this. I couldn't solve this properly since the Firebase SDK doesn't allow to send a payload with both ArrayRemove and ArrayUnion. Simply because the...
### Related: Prevent empty patches from being synced: eg. you patch 1 field which is guarded, the sync will still trigger with item id, updated_at etc.