You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Luca! Thanks for your development and commitment to vuex-easy-firestore.
As pointed out in another ticket (#83) some fields are automatically when patching data. You've implemented guards and fillables to have more control over this behaviour.
I've added guard: ['id', 'updated_at', 'updated_by'] to my modules. Indeed upon updating the updated_at and updated_by will no longer be added. But it seems id is still added by default. Is this a bug?
The text was updated successfully, but these errors were encountered:
Hi Luca! Thanks for your development and commitment to
vuex-easy-firestore
.As pointed out in another ticket (#83) some fields are automatically when patching data. You've implemented guards and fillables to have more control over this behaviour.
I've added
guard: ['id', 'updated_at', 'updated_by']
to my modules. Indeed upon updating theupdated_at
andupdated_by
will no longer be added. But it seemsid
is still added by default. Is this a bug?The text was updated successfully, but these errors were encountered: