We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49555c commit b49664dCopy full SHA for b49664d
firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java
@@ -356,8 +356,8 @@ public FirebaseApp getApp() {
356
* @return A task that resolves once all indices are successfully configured.
357
* @throws IllegalArgumentException if the JSON format is invalid
358
* @deprecated Instead of creating cache indexes manually, consider using {@link
359
- * PersistentCacheIndexManager#enableIndexAutoCreation()} to let SDK decide whether cache
360
- * indexed should be created for query running locally.
+ * PersistentCacheIndexManager#enableIndexAutoCreation()} to let SDK decide whether to create
+ * cache indexes for queries running locally.
361
*/
362
@Deprecated
363
@PreviewApi
0 commit comments