Best answer

How to watch new Firestore documents with a specific status?

  • 2 September 2021
  • 2 replies
  • 74 views

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?

icon

Best answer by Troy Tessalone 2 September 2021, 22:42

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

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.