Luca Ban

Results 374 issues of Luca Ban

https://github.com/mesqueeb/vuex-easy-firestore/blob/master/src/module/actions.ts#L778 I haven't tracked the cause yet, but sometimes this is undefined.

I am planning to update the library to version 2, once Vue 3 and the next Vuex are released!! For v2 I will focus mainly on: ### re-writing my architecture...

discussion

I wanna add this series to the docs somewhere and strongly suggest any newer devs not familiar with firestore/noSQL to watch it: https://www.youtube.com/watch?v=v_hR4K4auoQ&list=PLl-K7zZEsYLluG5MCVEzXAQ7ACZBCuZgZ

there seem to be some sync issues when there's a collection called `users` and a doc called `users/{userId}` both loaded at the same time. problem 1. not all users get...

bug

Hello Vuex & Firestore developers!! I'm happy that this library has seen amazing support. I will use this thread to _list feature requests_ and see which ones need priority!! ##...

discussion

## Placeholder document before server retrieval When working a lot with VueJS and components, you will notice that Vue components often give an error when they rely on data that...

enhancement

## Problem When patching a single nested property like so: ```js dispatch('set', {[id]: {selected: false}}) ``` but this nested prop is actually guarded prop: ```js sync: { guard: ['*.selected'] },...

bug
help wanted

> - [ ] The biggest selling point of the library in my opinion is not stated in the docs. For me, it's not so much about avoiding writing my...

documentation

Once I implement soft deletion (#230) I will implement an action that can undo the latest deletion.

enhancement