Skip to main content

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?

Hi @Abe 

Try adding a Filter as Step 2 in the Zap: https://zapier.com/apps/filter/help


Hi @Abe 

Try adding a Filter as Step 2 in the Zap: https://zapier.com/apps/filter/help

The problem was solved completely,

Thank you, Troy.