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 c51c39d commit 9cacd4bCopy full SHA for 9cacd4b
firebase-firestore/src/main/java/com/google/firebase/firestore/PersistentCacheSettings.java
@@ -14,6 +14,7 @@
14
package com.google.firebase.firestore;
15
16
import androidx.annotation.NonNull;
17
+import androidx.annotation.RestrictTo;
18
19
/**
20
* Configures the SDK to use a persistent cache. Firestore documents and mutations are persisted
@@ -77,6 +78,7 @@ public long getSizeBytes() {
77
78
return sizeBytes;
79
}
80
81
+ @RestrictTo(RestrictTo.Scope.LIBRARY)
82
public boolean autoClientIndexingEnabled() {
83
return autoClientIndexingEnabled;
84
0 commit comments