@@ -38,7 +38,7 @@ export {
38
38
* A single field element in an index configuration.
39
39
*
40
40
* @deprecated Instead of creating cache indexes manually, consider using
41
- * `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
41
+ * `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
42
42
* create cache indexes for queries running locally.
43
43
*
44
44
* @beta
@@ -68,7 +68,7 @@ export interface IndexField {
68
68
* The SDK definition of a Firestore index.
69
69
*
70
70
* @deprecated Instead of creating cache indexes manually, consider using
71
- * `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
71
+ * `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
72
72
* create cache indexes for queries running locally.
73
73
*
74
74
* @beta
@@ -89,7 +89,7 @@ export interface Index {
89
89
* for a description of the format of the index definition.
90
90
*
91
91
* @deprecated Instead of creating cache indexes manually, consider using
92
- * `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
92
+ * `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
93
93
* create cache indexes for queries running locally.
94
94
*
95
95
* @beta
@@ -121,7 +121,7 @@ export interface IndexConfiguration {
121
121
* configured.
122
122
*
123
123
* @deprecated Instead of creating cache indexes manually, consider using
124
- * `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
124
+ * `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
125
125
* create cache indexes for queries running locally.
126
126
*
127
127
* @beta
@@ -157,7 +157,7 @@ export function setIndexConfiguration(
157
157
* configured.
158
158
*
159
159
* @deprecated Instead of creating cache indexes manually, consider using
160
- * `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
160
+ * `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
161
161
* create cache indexes for queries running locally.
162
162
*
163
163
* @beta
0 commit comments