File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export {
82
82
} from './api/bundle' ;
83
83
84
84
export { FirestoreSettings , PersistenceSettings } from './api/settings' ;
85
+ export type { PrivateSettings } from './lite-api/settings' ;
85
86
export { ExperimentalLongPollingOptions } from './api/long_polling_options' ;
86
87
87
88
export {
Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ export interface FirestoreSettings {
68
68
ignoreUndefinedProperties ?: boolean ;
69
69
}
70
70
71
- /** Undocumented, private additional settings not exposed in our public API. */
71
+ /**
72
+ * @internal
73
+ * Undocumented, private additional settings not exposed in our public API.
74
+ */
72
75
export interface PrivateSettings extends FirestoreSettings {
73
76
// Can be a google-auth-library or gapi client.
74
77
credentials ?: CredentialsSettings ;
You can’t perform that action at this time.
0 commit comments