You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [id](./firestore_.collectionreference.md#collectionreferenceid) | | string | The collection's identifier. |
27
-
| [parent](./firestore_.collectionreference.md#collectionreferenceparent) | | [DocumentReference](./firestore_.documentreference.md#documentreference_class)<!-- --><[DocumentData](./firestore_.documentdata.md#documentdata_interface)<!-- -->> \| null | A reference to the containing <code>DocumentReference</code> if this is a subcollection. If this isn't a subcollection, the reference is null. |
27
+
| [parent](./firestore_.collectionreference.md#collectionreferenceparent) | | [DocumentReference](./firestore_.documentreference.md#documentreference_class)<!-- --><[DocumentData](./firestore_.md#documentdata)<!-- -->, [DocumentData](./firestore_.md#documentdata)<!-- -->> \| null | A reference to the containing <code>DocumentReference</code> if this is a subcollection. If this isn't a subcollection, the reference is null. |
28
28
| [path](./firestore_.collectionreference.md#collectionreferencepath) | | string | A string representing the path of the referenced collection (relative to the root of the database). |
29
29
| [type](./firestore_.collectionreference.md#collectionreferencetype) | | (not declared) | The type of this Firestore reference. |
30
30
@@ -52,7 +52,7 @@ A reference to the containing `DocumentReference` if this is a subcollection. If
| converter | [FirestoreDataConverter](./firestore_.firestoredataconverter.md#firestoredataconverter_interface)<!-- --><U> | Converts objects to and from Firestore. |
92
+
| converter | [FirestoreDataConverter](./firestore_.firestoredataconverter.md#firestoredataconverter_interface)<!-- --><NewAppType, NewDbType> | Converts objects to and from Firestore. |
0 commit comments