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
Add `enablePersistentCacheIndexAutoCreation()` function to enable automatic creation of local cache query indexes, which can improve performance of local query execution.
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
14
14
>
15
15
16
+
> Warning: This API is now obsolete.
17
+
>
18
+
> Instead of creating cache indexes manually, consider using `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to create cache indexes for queries running locally.
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
14
14
>
15
15
16
+
> Warning: This API is now obsolete.
17
+
>
18
+
> Instead of creating cache indexes manually, consider using `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to create cache indexes for queries running locally.
19
+
>
20
+
16
21
A list of Firestore indexes to speed up local query execution.
17
22
18
23
See [JSON Format](https://firebase.google.com/docs/reference/firestore/indexes/#json_format) for a description of the format of the index definition.
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
14
14
>
15
15
16
+
> Warning: This API is now obsolete.
17
+
>
18
+
> Instead of creating cache indexes manually, consider using `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to create cache indexes for queries running locally.
0 commit comments