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 a80475c commit 8c5d247Copy full SHA for 8c5d247
packages/firestore/src/api/persistent_cache_index_manager.ts
@@ -107,6 +107,9 @@ export function disablePersistentCacheIndexAutoCreation(
107
*
108
* Please note this function will also deletes indexes generated by
109
* `setIndexConfiguration()`, which is deprecated.
110
+ *
111
+ * TODO(CSI) Remove @internal to make the API publicly available.
112
+ * @internal
113
*/
114
export function deleteAllPersistentCacheIndexes(
115
indexManager: PersistentCacheIndexManager
0 commit comments