【问题标题】:How do I write a OrderBy query when setting up a trigger between Zapier and FireStore Collection在 Zapier 和 FireStore 集合之间设置触发器时如何编写 OrderBy 查询
【发布时间】:2022-01-03 18:33:07
【问题描述】:

正如标题所述,我正在尝试使用触发器将我的 Firestore 集合连接到我的 Zapier。不过,我对如何编写查询感到困惑。

我知道我需要编写一个 orderby 查询,但我不明白我应该如何编写它。这是我的收藏。

我添加了OrderBy要使用的时间对象,但我不知道如何使用它。

【问题讨论】:

    标签: firebase google-cloud-platform google-cloud-firestore zapier


    【解决方案1】:

    您要查找的查询如下所示:

    "orderBy": [{
        "field": {
            "fieldPath": "Time"
        },
        "direction": "DESCENDING"
    }]
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-11-12
      • 2020-06-15
      • 2020-04-12
      • 1970-01-01
      • 2021-09-11
      • 1970-01-01
      • 2019-05-13
      • 2018-03-31
      相关资源
      最近更新 更多