File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
-
1
+ removed - Removes hard coded QUOTA_EXCEEDED phone auth error. Instead we will use whatever the Auth API returns.
2
+ feature - Updates the FirebaseUI demo app to install as a standalone PWA when added to home screen on an Android device.
3
+ feature - Support prefilling the default phone number by passing a loginHint in the configuration only when phone auth provider is the only provider.
4
+ feature - Support prefilling the default national number along with default country only when phone auth provider is the only provider.
5
+ changed - Updates saucelabs tests: replace Safari 6 with 7 and removes IE9.
6
+ fixed - Uses session persistence when supported on the internal temporary auth instance to avoid dangling auth states.
7
+ fixed - Modified reCAPTCHA "I am not a Robot" button to be more responsive in narrow screens.
8
+ feature - Adds a continue button to redirect to the continueUrl if available in the password reset and email verification action widgets.
Original file line number Diff line number Diff line change 14
14
15
15
// UI elements for the FirebaseUI widget.
16
16
17
- {namespace firebaseui.auth.soy2.element }
17
+ {namespace firebaseui.auth.soy2.element autoescape="strict" }
18
18
19
19
20
20
/**
Original file line number Diff line number Diff line change 14
14
15
15
// UI components for the FirebaseUI widget.
16
16
17
- {namespace firebaseui.auth.soy2.page }
17
+ {namespace firebaseui.auth.soy2.page autoescape="strict" }
18
18
19
19
20
20
/**
Original file line number Diff line number Diff line change 13
13
*/
14
14
15
15
// Strings for the FirebaseUI widget.
16
- {namespace firebaseui.auth.soy2.strings }
16
+ {namespace firebaseui.auth.soy2.strings autoescape="strict" }
17
17
18
18
19
19
/** Progress dialog message to show while verifying a phone number. */
You can’t perform that action at this time.
0 commit comments