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 7ce2345 commit 6592530Copy full SHA for 6592530
src/firestore/index.ts
@@ -28,8 +28,10 @@ import { FirestoreService } from './firestore-internal';
28
export {
29
BulkWriter,
30
BulkWriterOptions,
31
+ BundleBuilder,
32
CollectionGroup,
33
CollectionReference,
34
+ DocumentChange,
35
DocumentChangeType,
36
DocumentData,
37
DocumentReference,
@@ -40,16 +42,19 @@ export {
40
42
FirestoreDataConverter,
41
43
GeoPoint,
44
GrpcStatus,
45
+ OrderByDirection,
46
Precondition,
47
Query,
48
QueryDocumentSnapshot,
49
QueryPartition,
50
QuerySnapshot,
51
ReadOptions,
52
Settings,
53
+ SetOptions,
54
Timestamp,
55
Transaction,
56
UpdateData,
57
+ WhereFilterOp,
58
WriteBatch,
59
WriteResult,
60
v1,
0 commit comments