I am trying create a query for specific Firestore Document by filtering for its generated ID like this:
{
"where": {
"fieldFilter": {
"field": { "fieldPath": "__name__" },
"op": "EQUAL",
"value": { "stringValue": "{{177820683__Campaign ID}}" }
}
}
}
But everytime i try to run it i get this error message.
Error code 400: :{ "error": { "code": 400, "message": "__key__ filter value must be a Key", "status": "INVALID_ARGUMENT" } } ]
I looked through the whole documentation on Googles Site but cannot find a way to do that. For normal fields this works and I do not want to additional fields just for Zapier.