Skip to content

Commit 7cd9eb3

Browse files
committed
Update config.ts to remove bundles
1 parent 5999824 commit 7cd9eb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/firestore/src/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ import {
3030
QuerySnapshot,
3131
Transaction,
3232
WriteBatch,
33-
loadBundle,
34-
namedQuery,
3533
setLogLevel
3634
} from './api/database';
3735
import { Blob } from './api/blob';
@@ -56,8 +54,6 @@ const firestoreNamespace = {
5654
FieldPath,
5755
FieldValue,
5856
setLogLevel,
59-
loadBundle,
60-
namedQuery,
6157
CACHE_SIZE_UNLIMITED
6258
};
6359

0 commit comments

Comments
 (0)