Skip to content

Commit a84fde9

Browse files
Undo Api Report
1 parent 2106dd6 commit a84fde9

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

common/api-review/firestore-exp.api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ export class CollectionReference<T = DocumentData> extends Query<T> {
5353
get path(): string;
5454
// (undocumented)
5555
readonly type = "collection";
56-
withConverter(converter: null): CollectionReference<DocumentData>;
57-
// (undocumented)
5856
withConverter<U>(converter: FirestoreDataConverter<U>): CollectionReference<U>;
5957
}
6058

@@ -103,8 +101,6 @@ export class DocumentReference<T = DocumentData> {
103101
get parent(): CollectionReference<T>;
104102
get path(): string;
105103
readonly type = "document";
106-
withConverter(converter: null): DocumentReference<DocumentData>;
107-
// (undocumented)
108104
withConverter<U>(converter: FirestoreDataConverter<U>): DocumentReference<U>;
109105
}
110106

@@ -322,8 +318,6 @@ export class Query<T = DocumentData> {
322318
protected constructor();
323319
readonly firestore: FirebaseFirestore;
324320
readonly type: 'query' | 'collection';
325-
withConverter(converter: null): Query<DocumentData>;
326-
// (undocumented)
327321
withConverter<U>(converter: FirestoreDataConverter<U>): Query<U>;
328322
}
329323

common/api-review/firestore-lite.api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ export class CollectionReference<T = DocumentData> extends Query<T> {
4747
get path(): string;
4848
// (undocumented)
4949
readonly type = "collection";
50-
withConverter(converter: null): CollectionReference<DocumentData>;
51-
// (undocumented)
5250
withConverter<U>(converter: FirestoreDataConverter<U>): CollectionReference<U>;
5351
}
5452

@@ -83,8 +81,6 @@ export class DocumentReference<T = DocumentData> {
8381
get parent(): CollectionReference<T>;
8482
get path(): string;
8583
readonly type = "document";
86-
withConverter(converter: null): DocumentReference<DocumentData>;
87-
// (undocumented)
8884
withConverter<U>(converter: FirestoreDataConverter<U>): DocumentReference<U>;
8985
}
9086

@@ -199,8 +195,6 @@ export class Query<T = DocumentData> {
199195
protected constructor();
200196
readonly firestore: FirebaseFirestore;
201197
readonly type: 'query' | 'collection';
202-
withConverter(converter: null): Query<DocumentData>;
203-
// (undocumented)
204198
withConverter<U>(converter: FirestoreDataConverter<U>): Query<U>;
205199
}
206200

0 commit comments

Comments
 (0)