Skip to content

Commit 9cacd4b

Browse files
committed
hide getter from public API
1 parent c51c39d commit 9cacd4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/PersistentCacheSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
package com.google.firebase.firestore;
1515

1616
import androidx.annotation.NonNull;
17+
import androidx.annotation.RestrictTo;
1718

1819
/**
1920
* Configures the SDK to use a persistent cache. Firestore documents and mutations are persisted
@@ -77,6 +78,7 @@ public long getSizeBytes() {
7778
return sizeBytes;
7879
}
7980

81+
@RestrictTo(RestrictTo.Scope.LIBRARY)
8082
public boolean autoClientIndexingEnabled() {
8183
return autoClientIndexingEnabled;
8284
}

0 commit comments

Comments
 (0)