Skip to content

Commit

Permalink
Remove obsolete mentions of firestore@exp (#7226)
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Apr 14, 2023
1 parent a9f0cc8 commit ecb4454
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/firestore/src/lite-api/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,9 @@ export interface FirestoreSettings {
export interface PrivateSettings extends FirestoreSettings {
// Can be a google-auth-library or gapi client.
credentials?: CredentialsSettings;
// Used in firestore@exp
cacheSizeBytes?: number;
// Used in firestore@exp
experimentalForceLongPolling?: boolean;
// Used in firestore@exp
experimentalAutoDetectLongPolling?: boolean;
// Used in firestore@exp
useFetchStreams?: boolean;

localCache?: FirestoreLocalCache;
Expand Down

0 comments on commit ecb4454

Please sign in to comment.