Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
This repository was archived by the owner on May 19, 2025. It is now read-only.

Firestore: issue with initial binding #284

@merlinnot

Description

@merlinnot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions