Skip to content

Commit e5956ec

Browse files
authored
Merge 9497716 into a9f0cc8
2 parents a9f0cc8 + 9497716 commit e5956ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/firestore/src/lite-api/settings.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,9 @@ export interface FirestoreSettings {
5353
export interface PrivateSettings extends FirestoreSettings {
5454
// Can be a google-auth-library or gapi client.
5555
credentials?: CredentialsSettings;
56-
// Used in firestore@exp
5756
cacheSizeBytes?: number;
58-
// Used in firestore@exp
5957
experimentalForceLongPolling?: boolean;
60-
// Used in firestore@exp
6158
experimentalAutoDetectLongPolling?: boolean;
62-
// Used in firestore@exp
6359
useFetchStreams?: boolean;
6460

6561
localCache?: FirestoreLocalCache;

0 commit comments

Comments
 (0)