Skip to content

Commit 6592530

Browse files
committed
(fix): Exported few missing types from gcp firestore
1 parent 7ce2345 commit 6592530

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/firestore/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ import { FirestoreService } from './firestore-internal';
2828
export {
2929
BulkWriter,
3030
BulkWriterOptions,
31+
BundleBuilder,
3132
CollectionGroup,
3233
CollectionReference,
34+
DocumentChange,
3335
DocumentChangeType,
3436
DocumentData,
3537
DocumentReference,
@@ -40,16 +42,19 @@ export {
4042
FirestoreDataConverter,
4143
GeoPoint,
4244
GrpcStatus,
45+
OrderByDirection,
4346
Precondition,
4447
Query,
4548
QueryDocumentSnapshot,
4649
QueryPartition,
4750
QuerySnapshot,
4851
ReadOptions,
4952
Settings,
53+
SetOptions,
5054
Timestamp,
5155
Transaction,
5256
UpdateData,
57+
WhereFilterOp,
5358
WriteBatch,
5459
WriteResult,
5560
v1,

0 commit comments

Comments
 (0)