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 a11ea79 commit d175049Copy full SHA for d175049
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