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 d705208 commit 31535d9Copy full SHA for 31535d9
packages/firebase/firestore/index.ts
@@ -16,6 +16,3 @@
16
*/
17
18
export * from '@firebase/firestore';
19
-
20
-import * as pipelines from '@firebase/firestore/pipelines';
21
-export { pipelines };
packages/firebase/firestore/pipelines/index.ts
@@ -15,4 +15,7 @@
15
* limitations under the License.
-export * from '@firebase/firestore/pipelines';
+export * from '@firebase/firestore';
+
+import * as pipelines from '@firebase/firestore/pipelines';
+export { pipelines };
packages/firebase/package.json
@@ -477,6 +477,7 @@
477
"functions",
478
"firestore",
479
"firestore/lite",
480
+ "firestore/pipelines",
481
"installations",
482
"storage",
483
"performance",
0 commit comments