Workflows Firestore connector not supporting named databases

50 views Asked by At

When i try to update a firestore database other then (default) i got this error:

"body": {
"error": {
  "code": 400,
  "message": "Missing routing header. Please fill in the request header with format x-goog-request-params:project_id=xxxxxx&database_id=xxxx. Please refer to https://firebase.google.com/docs/firestore/manage-databases#access_a_named_database_with_a_client_library for more details.",
  "status": "INVALID_ARGUMENT"
}
},

I think workflows firestore adapter don't support named databases, is this correct?

0

There are 0 answers