dsl101
dsl101
I never got a response about how to get the console output from the portable version I'm afraid so I don't hae anything new on that side. Eventually I'll have...
I have _exactly_ the same issue at the moment—a component bound to one part of the data is being triggered to re-render when other unrelated data is changed. I also...
Thanks—I will definitely take a look. Are you planning to maintain a fork, or is @mesqueeb going to roll it back in?
I have a case where there's still an unwanted update / re-render in Vue. I have an object bound to a set of users in firestore at `/users//`, and each...
Not sure I understand the workaround—changes are coming in to my app from elsewhere via firestore... Where would I intercept the update? On Thu, 23 Apr 2020 at 21:26, Luca...
Ah, I see. Yes, I'm converting this app from firebase to firestore, and setting the key to `null` in firebase is the same as deleting it. So, in fact, most...
Just an update on this—_adding_ properties is also triggering an update on the bound Vue component. So whilst setting unwanted props to `null` instead of deleting them is fine, it's...
OK. I've been able to reproduce the 'error' (if we can call it that for now—also likely my misunderstanding of Vuex :) in a pure Vuex store, so I'm going...
I did the easy bit, and put some warning code in here #328
If it's any consolation, I also see the weirdness when sometimes it works fine and sometimes it doesn't. There seem to be different mechanisms the firebase SDK uses in different...