From 01654a7fd3a471dd819158941337ccb62b21f8d0 Mon Sep 17 00:00:00 2001 From: Christina Holland Date: Mon, 13 Feb 2023 15:27:07 -0800 Subject: [PATCH] Update with Firestore doc changes --- docs-devsite/firestore_.aggregatefield.md | 4 ++-- docs-devsite/firestore_.aggregatespec.md | 2 +- docs-devsite/firestore_.md | 4 ++-- docs-devsite/firestore_lite.aggregatefield.md | 4 ++-- docs-devsite/firestore_lite.aggregatespec.md | 2 +- docs-devsite/firestore_lite.md | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs-devsite/firestore_.aggregatefield.md b/docs-devsite/firestore_.aggregatefield.md index 0c3957520b3..9d364a6abcc 100644 --- a/docs-devsite/firestore_.aggregatefield.md +++ b/docs-devsite/firestore_.aggregatefield.md @@ -22,7 +22,7 @@ export declare class AggregateField | Property | Modifiers | Type | Description | | --- | --- | --- | --- | -| [type](./firestore_.aggregatefield.md#aggregatefieldtype) | | string | A type string to uniquely identify instances of this class. | +| [type](./firestore_.aggregatefield.md#aggregatefieldtype) | | (not declared) | A type string to uniquely identify instances of this class. | ## AggregateField.type @@ -31,5 +31,5 @@ A type string to uniquely identify instances of this class. Signature: ```typescript -type: string; +readonly type = "AggregateField"; ``` diff --git a/docs-devsite/firestore_.aggregatespec.md b/docs-devsite/firestore_.aggregatespec.md index be06b6941f3..7b430a4cb70 100644 --- a/docs-devsite/firestore_.aggregatespec.md +++ b/docs-devsite/firestore_.aggregatespec.md @@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk {% endcomment %} # AggregateSpec interface -A type whose property values are all `AggregateField` objects. +Specifies a set of aggregations and their aliases. Signature: diff --git a/docs-devsite/firestore_.md b/docs-devsite/firestore_.md index 4a5c2dd49b2..058cdd7b281 100644 --- a/docs-devsite/firestore_.md +++ b/docs-devsite/firestore_.md @@ -134,7 +134,7 @@ https://github.com/firebase/firebase-js-sdk | Interface | Description | | --- | --- | -| [AggregateSpec](./firestore_.aggregatespec.md#aggregatespec_interface) | A type whose property values are all AggregateField objects. | +| [AggregateSpec](./firestore_.aggregatespec.md#aggregatespec_interface) | Specifies a set of aggregations and their aliases. | | [DocumentChange](./firestore_.documentchange.md#documentchange_interface) | A DocumentChange represents a change to the documents matching a query. It contains the document affected and the type of change that occurred. | | [DocumentData](./firestore_.documentdata.md#documentdata_interface) | Document data (for use with [setDoc()](./firestore_lite.md#setdoc)) consists of fields mapped to values. | | [FirestoreDataConverter](./firestore_.firestoredataconverter.md#firestoredataconverter_interface) | Converter used by withConverter() to transform user objects of type T 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. Signature: ```typescript -export declare type AggregateFieldType = AggregateField; +export declare type AggregateFieldType = AggregateField; ``` ## AggregateSpecData diff --git a/docs-devsite/firestore_lite.aggregatefield.md b/docs-devsite/firestore_lite.aggregatefield.md index 952b60c9d80..2376c50c41f 100644 --- a/docs-devsite/firestore_lite.aggregatefield.md +++ b/docs-devsite/firestore_lite.aggregatefield.md @@ -22,7 +22,7 @@ export declare class AggregateField | Property | Modifiers | Type | Description | | --- | --- | --- | --- | -| [type](./firestore_lite.aggregatefield.md#aggregatefieldtype) | | string | A type string to uniquely identify instances of this class. | +| [type](./firestore_lite.aggregatefield.md#aggregatefieldtype) | | (not declared) | A type string to uniquely identify instances of this class. | ## AggregateField.type @@ -31,5 +31,5 @@ A type string to uniquely identify instances of this class. Signature: ```typescript -type: string; +readonly type = "AggregateField"; ``` diff --git a/docs-devsite/firestore_lite.aggregatespec.md b/docs-devsite/firestore_lite.aggregatespec.md index be06b6941f3..7b430a4cb70 100644 --- a/docs-devsite/firestore_lite.aggregatespec.md +++ b/docs-devsite/firestore_lite.aggregatespec.md @@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk {% endcomment %} # AggregateSpec interface -A type whose property values are all `AggregateField` objects. +Specifies a set of aggregations and their aliases. Signature: diff --git a/docs-devsite/firestore_lite.md b/docs-devsite/firestore_lite.md index 3754cda22b7..3dc3dfe2388 100644 --- a/docs-devsite/firestore_lite.md +++ b/docs-devsite/firestore_lite.md @@ -108,7 +108,7 @@ https://github.com/firebase/firebase-js-sdk | Interface | Description | | --- | --- | -| [AggregateSpec](./firestore_lite.aggregatespec.md#aggregatespec_interface) | A type whose property values are all AggregateField objects. | +| [AggregateSpec](./firestore_lite.aggregatespec.md#aggregatespec_interface) | Specifies a set of aggregations and their aliases. | | [DocumentData](./firestore_lite.documentdata.md#documentdata_interface) | Document data (for use with [setDoc()](./firestore_lite.md#setdoc)) consists of fields mapped to values. | | [FirestoreDataConverter](./firestore_lite.firestoredataconverter.md#firestoredataconverter_interface) | Converter used by withConverter() to transform user objects of type T into Firestore data.Using the converter allows you to specify generic type arguments when storing and retrieving objects from Firestore. | | [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. Signature: ```typescript -export declare type AggregateFieldType = AggregateField; +export declare type AggregateFieldType = AggregateField; ``` ## AggregateSpecData