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
|[AggregateSpec](./firestore_.aggregatespec.md#aggregatespec_interface)|A type whose property values are all <code>AggregateField</code> objects. |
137
+
|[AggregateSpec](./firestore_.aggregatespec.md#aggregatespec_interface)|Specifies a set of aggregations and their aliases. |
138
138
|[DocumentChange](./firestore_.documentchange.md#documentchange_interface)| A <code>DocumentChange</code> represents a change to the documents matching a query. It contains the document affected and the type of change that occurred. |
139
139
|[DocumentData](./firestore_.documentdata.md#documentdata_interface)| Document data (for use with [setDoc()](./firestore_lite.md#setdoc)<!---->) consists of fields mapped to values. |
140
140
|[FirestoreDataConverter](./firestore_.firestoredataconverter.md#firestoredataconverter_interface)| Converter used by <code>withConverter()</code> to transform user objects of type <code>T</code> into Firestore data.<!---->Using the converter allows you to specify generic type arguments when storing and retrieving objects from Firestore. |
@@ -1946,7 +1946,7 @@ The union of all `AggregateField` types that are supported by Firestore.
|[AggregateSpec](./firestore_lite.aggregatespec.md#aggregatespec_interface)|A type whose property values are all <code>AggregateField</code> objects. |
111
+
|[AggregateSpec](./firestore_lite.aggregatespec.md#aggregatespec_interface)|Specifies a set of aggregations and their aliases. |
112
112
|[DocumentData](./firestore_lite.documentdata.md#documentdata_interface)| Document data (for use with [setDoc()](./firestore_lite.md#setdoc)<!---->) consists of fields mapped to values. |
113
113
|[FirestoreDataConverter](./firestore_lite.firestoredataconverter.md#firestoredataconverter_interface)| Converter used by <code>withConverter()</code> to transform user objects of type <code>T</code> into Firestore data.<!---->Using the converter allows you to specify generic type arguments when storing and retrieving objects from Firestore. |
114
114
|[Settings](./firestore_lite.settings.md#settings_interface)| Specifies custom configurations for your Cloud Firestore instance. You must set these before invoking any other methods. |
@@ -1277,7 +1277,7 @@ The union of all `AggregateField` types that are supported by Firestore.
0 commit comments