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.
2 parents a9f0cc8 + 9497716 commit e5956ecCopy full SHA for e5956ec
packages/firestore/src/lite-api/settings.ts
@@ -53,13 +53,9 @@ export interface FirestoreSettings {
53
export interface PrivateSettings extends FirestoreSettings {
54
// Can be a google-auth-library or gapi client.
55
credentials?: CredentialsSettings;
56
- // Used in firestore@exp
57
cacheSizeBytes?: number;
58
59
experimentalForceLongPolling?: boolean;
60
61
experimentalAutoDetectLongPolling?: boolean;
62
63
useFetchStreams?: boolean;
64
65
localCache?: FirestoreLocalCache;
0 commit comments