Skip to content

Commit 8475b1a

Browse files
Add new Firestore types exposed in 1513
- Added the new types exposed in #1513 and a few other missing types from the docs
1 parent 0e44972 commit 8475b1a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docgen/extras/firebase-admin.firestore.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ The following externally defined APIs are re-exported from this module entry poi
66
| --- | --- |
77
| [BulkWriter](https://googleapis.dev/nodejs/firestore/latest/BulkWriter.html) | `BulkWriter` type from the `@google-cloud/firestore` package. |
88
| [BulkWriterOptions](https://googleapis.dev/nodejs/firestore/latest/global.html#BulkWriterOptions) | `BulkWriterOptions` type from the `@google-cloud/firestore` package. |
9+
| [BundleBuilder](https://googleapis.dev/nodejs/firestore/latest/BundleBuilder.html) | `BundleBuilder` type from the `@google-cloud/firestore` package. |
910
| [CollectionGroup](https://googleapis.dev/nodejs/firestore/latest/CollectionGroup.html) | `CollectionGroup` type from the `@google-cloud/firestore` package. |
1011
| [CollectionReference](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html) | `CollectionReference` type from the `@google-cloud/firestore` package. |
12+
| [DocumentChange](https://googleapis.dev/nodejs/firestore/latest/DocumentChange.html) | `DocumentChange` type from the `@google-cloud/firestore` package. |
13+
| [DocumentChangeType](https://googleapis.dev/nodejs/firestore/latest/DocumentChangeType.html) | `DocumentChangeType` type from the `@google-cloud/firestore` package. |
1114
| [DocumentData](https://googleapis.dev/nodejs/firestore/latest/global.html#DocumentData) | `DocumentData` type from the `@google-cloud/firestore` package. |
1215
| [DocumentReference](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html) | `DocumentReference` type from the `@google-cloud/firestore` package. |
1316
| [DocumentSnapshot](https://googleapis.dev/nodejs/firestore/latest/DocumentSnapshot.html) | `DocumentSnapshot` type from the `@google-cloud/firestore` package. |
@@ -16,12 +19,20 @@ The following externally defined APIs are re-exported from this module entry poi
1619
| [Firestore](https://googleapis.dev/nodejs/firestore/latest/Firestore.html) | `Firestore` type from the `@google-cloud/firestore` package. |
1720
| [FirestoreDataConverter](https://googleapis.dev/nodejs/firestore/latest/global.html#FirestoreDataConverter) | `FirestoreDataConverter` type from the `@google-cloud/firestore` package. |
1821
| [GeoPoint](https://googleapis.dev/nodejs/firestore/latest/GeoPoint.html) | `GeoPoint` type from the `@google-cloud/firestore` package. |
22+
| [GrpcStatus](https://googleapis.dev/nodejs/firestore/latest/global.html#GrpcStatus) | `GrpcStatus` type from the `@google-cloud/firestore` package. |
23+
| [OrderByDirection](https://googleapis.dev/nodejs/firestore/latest/global.html#OrderByDirection) | `OrderByDirection` type from the `@google-cloud/firestore` package. |
24+
| [Precondition](https://googleapis.dev/nodejs/firestore/latest/global.html#Precondition) | `Precondition` type from the `@google-cloud/firestore` package. |
1925
| [Query](https://googleapis.dev/nodejs/firestore/latest/Query.html) | `Query` type from the `@google-cloud/firestore` package. |
2026
| [QueryDocumentSnapshot](https://googleapis.dev/nodejs/firestore/latest/QueryDocumentSnapshot.html) | `QueryDocumentSnapshot` type from the `@google-cloud/firestore` package. |
2127
| [QueryPartition](https://googleapis.dev/nodejs/firestore/latest/QueryPartition.html) | `QueryPartition` type from the `@google-cloud/firestore` package. |
2228
| [QuerySnapshot](https://googleapis.dev/nodejs/firestore/latest/QuerySnapshot.html) | `QuerySnapshot` type from the `@google-cloud/firestore` package. |
29+
| [ReadOptions](https://googleapis.dev/nodejs/firestore/latest/ReadOptions.html) | `ReadOptions` type from the `@google-cloud/firestore` package. |
30+
| [Settings](https://googleapis.dev/nodejs/firestore/latest/Settings.html) | `Settings` type from the `@google-cloud/firestore` package. |
31+
| [SetOptions](https://googleapis.dev/nodejs/firestore/latest/SetOptions.html) | `SetOptions` type from the `@google-cloud/firestore` package. |
2332
| [Timestamp](https://googleapis.dev/nodejs/firestore/latest/Timestamp.html) | `Timestamp` type from the `@google-cloud/firestore` package. |
2433
| [Transaction](https://googleapis.dev/nodejs/firestore/latest/Transaction.html) | `Transaction` type from the `@google-cloud/firestore` package. |
34+
| [UpdateData](https://googleapis.dev/nodejs/firestore/latest/UpdateData.html) | `UpdateData` type from the `@google-cloud/firestore` package. |
35+
| [WhereFilterOp](https://googleapis.dev/nodejs/firestore/latest/WhereFilterOp.html) | `WhereFilterOp` type from the `@google-cloud/firestore` package. |
2536
| [WriteBatch](https://googleapis.dev/nodejs/firestore/latest/WriteBatch.html) | `WriteBatch` type from the `@google-cloud/firestore` package. |
2637
| [WriteResult](https://googleapis.dev/nodejs/firestore/latest/WriteResult.html) | `WriteResult` type from the `@google-cloud/firestore` package. |
2738
| [setLogFunction](https://googleapis.dev/nodejs/firestore/latest/global.html#setLogFunction) | `setLogFunction` function from the `@google-cloud/firestore` package. |

0 commit comments

Comments
 (0)