Skip to content

Commit 9748584

Browse files
authored
Update settings.ts
1 parent 4c0937f commit 9748584

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ export interface FirestoreSettings {
6868
ignoreUndefinedProperties?: boolean;
6969
}
7070

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+
*/
7275
export interface PrivateSettings extends FirestoreSettings {
7376
// Can be a google-auth-library or gapi client.
7477
credentials?: CredentialsSettings;

0 commit comments

Comments
 (0)