Skip to content

Commit 8fe001b

Browse files
committed
Update config.ts
1 parent f6dcd42 commit 8fe001b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/firestore/src/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import {
3030
QuerySnapshot,
3131
Transaction,
3232
WriteBatch,
33+
loadBundle,
34+
namedQuery,
3335
setLogLevel
3436
} from './api/database';
3537
import { Blob } from './api/blob';
@@ -54,6 +56,8 @@ const firestoreNamespace = {
5456
FieldPath,
5557
FieldValue,
5658
setLogLevel,
59+
loadBundle,
60+
namedQuery,
5761
CACHE_SIZE_UNLIMITED
5862
};
5963

0 commit comments

Comments
 (0)