-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implements anonymous user upgrade functionality with FirebaseUI Sanitizes display name in firebaseui. Clears cached `app.getRedirectResult` after `signInWithRedirect` or `linkWithRedirect` resolves. Fixes the bug when account linking doesn't get triggered in Cordova applications. Adds description for building localized npm builds and how to require them. Implements isPendingRedirect needed to tell whether there is a pending redirect opearation. Fixes dangling internal auth state when the firebaseui instance is reset. PiperOrigin-RevId: 184305421 Change-Id: I684d83fd5ba96ea3a78850ce374207a590171cee * Revert some of the changes in soy template. 'for' doesn't work with open source version compiler. Change back to 'foreach' Change-Id: I14040b19cb294b1f4f90cf10400ce575c53414cf * added changelog bumps gstatic CDN version Sort changelog and add one more change fix typo and style
- Loading branch information
1 parent
a2b741b
commit d355eec
Showing
86 changed files
with
6,710 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
|
||
feature - Implements anonymous user upgrade functionality with FirebaseUI. | ||
feature - Implements `isPendingRedirect` needed to tell whether there is a pending redirect operation. | ||
fixed - Sanitizes display name in firebaseui. | ||
fixed - Clears cached `app.getRedirectResult` after `signInWithRedirect` or `linkWithRedirect` resolves. | ||
fixed - Fixes the bug when account linking doesn't get triggered in Cordova applications. | ||
fixed - Adds description for building localized npm builds and how to require them. | ||
fixed - Fixes dangling internal auth state when the firebaseui instance is reset. | ||
fixed - Updates closure open source builder to latest version fixing dependency on `eval` and older `marked` module which had some vulnerability issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.