-
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.
feat: Support for Firebase v9 (compat) (#850)
* Build firebaseui-esm for use against firebase/compat/* * tenantId and languageCode are readonly as of beta.2 * comment out more tests * Upgrade to beta.8, uncomment-out tests * cleanup * Revert whitespace changes * Bump version in demo * Pin JS SDK, beta.0 * Adding an NPM demo and fixing the CSS by upgrading gulp-css-concat * Cleanup * v5 is now taken, lets go 0.600 * Namespace registry * 0.600.0-rc.0 * Bumping versions * Fix bower dep * Cleanup and comment out flaky test * Bump CDN version and drop the wdr change * Split the build and test so things dont time out * Undo the package.json changes in favor to workflow * There was indeed a loop in the buildscript * Try a sleep to let the tunnel connect * Suacelabs is a timing thing, can see in logs start early * Updating the demo widget.html with the new Firebase JS SDK * Flush out the webpack demo a bit more * webdriver-manager has broken with the chrome version on github actions, try updating * String magics * Echo it * Use the --product-version * Version, dropping demo-npm * revert test change * Updating README w/v6/9 references * Whooops sauce_connect wasnt spinning up if cache hit, add OSX support * Replace the TODO w/init as add project doesn't expose compat by default * Bump the Firebase version to include the updateUser fix * Revert sample-config * Try adding the flaky test back in * Bump versions, undo out of scope changes * Bump Firebase version in README * Revert some changes, bump firebase dep * webdriver-manager use equal on versions.chrome arg * Bump lockfile * update package-lock.json up-to-date * remove firebase init in demoApp(which initialize twice) Co-authored-by: Xin Li <[email protected]>
- Loading branch information
1 parent
8cdf9eb
commit 5e2edbe
Showing
14 changed files
with
5,516 additions
and
925 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Now using Firebase v9/compat |
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.