Skip to content

Firestore State Store Metadata #4807

@cicoyle

Description

@cicoyle

The Firestore state store metadata in the docs needs to be updated.

Specifically all the fields should be validated, but for sure the required vs not required needs to be updated in the docs based on this contrib metadata.

For example, in the docs we see:

- name: private_key_id
    value: <REPLACE-WITH-PRIVATE-KEY-ID> # Optional.

but in contrib we can see:

- name: private_key_id
        type: string
        required: true

There is a discrepancy. All fields need to be validated and updated accordingly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions