Hi all,
Hoping someone with firestore experience can help me understand the method to query a subcollection?
I’m attaching a sample query from the firestore console in the screenshot below.
Here is the json I have so far. I suspect I am using the incorrect value in collectionId, however I am unsure where else to specify the path.
{
"structuredQuery": {
"where": {
"fieldFilter": {
"field": {
"fieldPath": "url"
},
"op": "EQUAL",
"value": {
"stringValue": "{{ $json.url }}"
}
}
},
"from": [
{
"collectionId": "/vendors/8uCp1o4T4RHRswzNVc0d/catalogs"
}
]
}
}
Thank you in advance!