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
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
When a document in a collection is updated, a property is replaced with an entirely new array (see 2f5d602#diff-cd706bcc157b02ba8cbc5d4fb834a3eeR11). It forces elements such as iron-list, dom-repeat etc. to recreate all of its elements. I'd expect Firestore(Element|Mixin) to update only those documents which actually changed.
When a document in a collection is updated, a property is replaced with an entirely new array (see 2f5d602#diff-cd706bcc157b02ba8cbc5d4fb834a3eeR11). It forces elements such as
iron-list,dom-repeatetc. to recreate all of its elements. I'd expectFirestore(Element|Mixin)to update only those documents which actually changed.