Description
Using the Firestore Mixin I do not get collection realtime updates (using live:true) when a new document is added to a collection. If I change data within an existing document this is reflected, so realtime updates work there.
I also checked with an observer, same behaviour.
Expected outcome
Update of data variable if document is added/deleted.
Actual outcome
Data is not reflected as realtime update.
Live Demo
Steps to reproduce
Browsers Affected