Skip to content

Commit ea43f3d

Browse files
committed
patch private policy
1 parent 2ebfa63 commit ea43f3d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

externs/firebaseui-externs.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,13 @@ firebaseui.auth.Config.prototype.siteName;
256256
*/
257257
firebaseui.auth.Config.prototype.tosUrl;
258258

259+
/**
260+
* The privacy policy URL.
261+
*
262+
* @type {string|undefined}
263+
*/
264+
firebaseui.auth.Config.prototype.privacyPolicyUrl;
265+
259266
/**
260267
* The sign-in widget URL. If not provided, this is the current URL.
261268
*

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ declare namespace firebaseui.auth {
7070
signInSuccessUrl?: string;
7171
siteName?: string;
7272
tosUrl?: string;
73+
privacyPolicyUrl?: string;
7374
widgetUrl?: string;
7475
}
7576

0 commit comments

Comments
 (0)