We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e79f06 commit 4cee76eCopy full SHA for 4cee76e
packages/firestore/src/global.ts
@@ -19,5 +19,5 @@
19
// Firestore classic and pipeline api surface in one bundle.
20
21
export * from './api';
22
-import * as pipelines from './api_pipelines';
+import * as pipelines from '../pipelines/pipelines';
23
export { pipelines };
0 commit comments