Skip to content

Commit 31535d9

Browse files
committed
Updated CDN bundles so that firebase-firestore.js is not modified, but firebase-firestore-pipelines.js contains both classic and pipelines APIs.
1 parent d705208 commit 31535d9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/firebase/firestore/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@
1616
*/
1717

1818
export * from '@firebase/firestore';
19-
20-
import * as pipelines from '@firebase/firestore/pipelines';
21-
export { pipelines };

packages/firebase/firestore/pipelines/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
export * from '@firebase/firestore/pipelines';
18+
export * from '@firebase/firestore';
19+
20+
import * as pipelines from '@firebase/firestore/pipelines';
21+
export { pipelines };

packages/firebase/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@
477477
"functions",
478478
"firestore",
479479
"firestore/lite",
480+
"firestore/pipelines",
480481
"installations",
481482
"storage",
482483
"performance",

0 commit comments

Comments
 (0)