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 1414
1515// UI elements for the FirebaseUI widget.
1616
17- {namespace firebaseui.auth.soy2.element }
17+ {namespace firebaseui.auth.soy2.element autoescape="strict" }
1818
1919
2020/**
Original file line number Diff line number Diff line change 1414
1515// UI components for the FirebaseUI widget.
1616
17- {namespace firebaseui.auth.soy2.page }
17+ {namespace firebaseui.auth.soy2.page autoescape="strict" }
1818
1919
2020/**
Original file line number Diff line number Diff line change 1313 */
1414
1515// Strings for the FirebaseUI widget.
16- {namespace firebaseui.auth.soy2.strings }
16+ {namespace firebaseui.auth.soy2.strings autoescape="strict" }
1717
1818
1919/** Progress dialog message to show while verifying a phone number. */
You can’t perform that action at this time.
0 commit comments