Skip to content

Commit ecb4454

Browse files
authored
Remove obsolete mentions of firestore@exp (#7226)
1 parent a9f0cc8 commit ecb4454

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
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)