I have a guarded property on my store, selected, which is used only by the UI, and I don't want to sync on Firestore.
If the guards works well, the document is still synced everytime I change the selected value, because of the updated_at and updated_by value.
Of course, I can add the two properties to the guards too, and it works, but I actually
A vueJS project which includes Navigation (vue-router), State management (vuex) all in an OOP Typescript flavour (class components and class state modules), inspired by the "Zero Penny Architecture" concept..
Çoklu dil seçeneği olan (EN,TR) (Vue-i18n), Json server kullandığım ve AXİOS ile JSON CRUD işlemleri yaptığım ve en önemlisi üye oluşturma ve kullanıcı girişi gibi özellikleri bulunan kullanışlı bir advanded todolist geliştirdim.
Hello,
Thanks for this awesome tool!
I have a guarded property on my store,
selected
, which is used only by the UI, and I don't want to sync on Firestore.If the guards works well, the document is still synced everytime I change the
selected
value, because of theupdated_at
andupdated_by
value.Of course, I can add the two properties to the guards too, and it works, but I actually