Google cloud firestore 如何在zapier中为cloud firestore编写结构化查询?

Google cloud firestore 如何在zapier中为cloud firestore编写结构化查询?,google-cloud-firestore,zapier,Google Cloud Firestore,Zapier,我正在尝试在Zapier中创建一个zap,它读取存储在我的CloudFireStore数据库中的数据,并给我一个RSS提要 在“设置触发器”部分,它要求我编写一个查询,但我不知道如何编写它。这是我的firestore DB结构: tech_news { "doc_id" { date: "value", headline: "value", image: "value",

我正在尝试在Zapier中创建一个zap,它读取存储在我的CloudFireStore数据库中的数据,并给我一个RSS提要

在“设置触发器”部分,它要求我编写一个查询,但我不知道如何编写它。这是我的firestore DB结构:

tech_news {
  "doc_id" {
      date: "value",
      headline: "value",
      image: "value",
      link: "value",
      story: "value"
   }
}
我在结构化查询中看到了这一点,但我不太理解。任何可以帮助我创建此查询的人