Describe the issue
- The documentation marks field "type" as outdated - but it is required:
(state.gcp.firestore/v1): dialing: missing 'type' field in credentials" app_id=time-writer instance=ZO05N007GR scope=dapr.runtime type=log ver=1.15.6
- The example value for field "type" is an incorrect value:
The documentation lists the value "serviceaccount" as example value for "type" field. This value does not work and it has to be "service_account".
[INIT_COMPONENT_FAILURE]: initialization error occurred for statestore (state.gcp.firestore/v1): dialing: unknown credential type: \"serviceaccount\"" app_id=time-writer instance=ZO05N007GR scope=dapr.runtime type=log ver=1.15.6
URL of the docs
https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-firestore/
Expected content
See above
Screenshots
Not required
Additional context
Not required
Describe the issue
(state.gcp.firestore/v1): dialing: missing 'type' field in credentials" app_id=time-writer instance=ZO05N007GR scope=dapr.runtime type=log ver=1.15.6The documentation lists the value "serviceaccount" as example value for "type" field. This value does not work and it has to be "service_account".
[INIT_COMPONENT_FAILURE]: initialization error occurred for statestore (state.gcp.firestore/v1): dialing: unknown credential type: \"serviceaccount\"" app_id=time-writer instance=ZO05N007GR scope=dapr.runtime type=log ver=1.15.6URL of the docs
https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-firestore/
Expected content
See above
Screenshots
Not required
Additional context
Not required