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?
Building queries with the pipelines API requires builder functions like
and,field, etc from@google-cloud/firestore/pipelines. e.g.:Should we re-export them?