firebase / firebase/firebase-admin-node

[Firestore] Re-export functions from '@google-cloud/firestore/pipelines'

未关闭
#3,183 1 条评论 0 个 reaction 已指派 1 人 已被 @jonathanedey 认领 在 GitHub 查看
api: firestore type: feature request
主要语言
TypeScript
星标
1.7k
派生
419
平均合并
3 天 10 小时
30 天内合并 PR
16

描述

Building queries with the pipelines API requires builder functions like `and`, `field`, etc from `@google-cloud/firestore/pipelines`. e.g.:

```
db.pipeline().collection('col').where(field('country').equal('USA'));
```

Should we re-export them?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。