I want to ask about firestore trigger, related to this zapier article https://zapier.com/help/doc/common-problems-firebase#creating-a-firestore-structured-query-for-a-search ,
I have Firestore collection “users”,
and it has multilanguage status.
like this.
users {
“language”: “en”,
“foo”: “foo”,
,,,,
}
I could make zap to watch just new document in “users”,
but I don’t know how to watch new document in “users” with having language as “en”.
I don’t know how to write this.
Could you anyone help me with this?