We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0937f commit 9748584Copy full SHA for 9748584
packages/firestore/src/lite-api/settings.ts
@@ -68,7 +68,10 @@ export interface FirestoreSettings {
68
ignoreUndefinedProperties?: boolean;
69
}
70
71
-/** Undocumented, private additional settings not exposed in our public API. */
+/**
72
+ * @internal
73
+ * Undocumented, private additional settings not exposed in our public API.
74
+ */
75
export interface PrivateSettings extends FirestoreSettings {
76
// Can be a google-auth-library or gapi client.
77
credentials?: CredentialsSettings;
0 commit comments