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.
2 parents 0ae4e0b + d65f30a commit c166152Copy full SHA for c166152
externs/firebaseui-externs.js
@@ -256,6 +256,13 @@ firebaseui.auth.Config.prototype.siteName;
256
*/
257
firebaseui.auth.Config.prototype.tosUrl;
258
259
+/**
260
+ * The privacy policy URL.
261
+ *
262
+ * @type {string|undefined}
263
+ */
264
+firebaseui.auth.Config.prototype.privacyPolicyUrl;
265
+
266
/**
267
* The sign-in widget URL. If not provided, this is the current URL.
268
*
types/index.d.ts
@@ -70,6 +70,7 @@ declare namespace firebaseui.auth {
70
signInSuccessUrl?: string;
71
siteName?: string;
72
tosUrl?: string;
73
+ privacyPolicyUrl?: string;
74
widgetUrl?: string;
75
}
76
0 commit comments