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 values of the properties which Firestore(Element|Mixin) relies on (via listing them in observes or using {} binding in the path) are set before connectedCallback is called, listeners are not being created, therefore a value of the property is never set.
Current implementation uses _createMethodObserver method (see 2f5d602#diff-cd706bcc157b02ba8cbc5d4fb834a3eeR11), which does not call given method if values of the properties do not change after calling _createMethodObserver.
When values of the properties which
Firestore(Element|Mixin)relies on (via listing them inobservesor using{}binding in the path) are set beforeconnectedCallbackis called, listeners are not being created, therefore a value of the property is never set.Current implementation uses
_createMethodObservermethod (see 2f5d602#diff-cd706bcc157b02ba8cbc5d4fb834a3eeR11), which does not call given method if values of the properties do not change after calling_createMethodObserver.