Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update firebaseui to the latest version 🚀 #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 23, 2018

Version 3.1.0 of firebaseui was just published.

Dependency [firebaseui](https://github.com/firebase/firebaseui-web)
Current Version 2.7.0
Type dependency

The version 3.1.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of firebaseui.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.1.0
  • Adds privacyPolicyUrl config to enable developers to provide privacy policy URL. And shows Term of Service and Privacy Policy link on every screen for GDPR compliance.
  • Defines the FirebaseUI externs.
  • Defines the typescript definitions.
  • Optimizes sign in flow to use updateCurentUser eliminating 2 RPCs in the process.
  • Catches errors that occur due to incompatible versions of firebase.js being used with firebaseui.js.
  • Fixes reCAPTCHA invisible badge which was getting hidden.
Commits

The new version differs by 15 commits.

  • 1fb8703 [firebase-release] Updated FirebaseUI for Web to 3.1.0
  • 489b3da Revert "[firebase-release] Updated FirebaseUI for Web to 3.1.0" (#434)
  • dbc1017 [firebase-release] Updated FirebaseUI for Web to 3.1.0
  • d7cfc72 Added changelog and updated readme for v3.1 (#432)
  • a8a3868 3.1release (#430)
  • a905ebd Fixes failing CI tests (#428)
  • 0e445f3 Fixes the firebase.js CDN version in the demo app. (#403)
  • 440c1b3 Using default attribute of Firebase require statement if available (#398)
  • 0e512fd Makes firebase a peerDependency instead of a dependency. (#388)
  • 8d24336 Removed deprecated JWT addon for travis. Instead configured the sauce (#386)
  • 2a37b78 [firebase-release] Removed change log and reset repo after 3.0.0 release
  • b8190fc [firebase-release] Updated FirebaseUI for Web to 3.0.0
  • cac4047 Release v3.0 (#384)
  • dc57287 updated saucelab browser version (#355)
  • 641ffbe [firebase-release] Removed change log and reset repo after 2.7.0 release

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jun 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1
  • Fixes missing externs and index.d.ts files in FirebaseUI-web npm build.
Commits

The new version differs by 5 commits.

  • dfa5df3 [firebase-release] Updated FirebaseUI for Web to 3.1.1
  • 5cc8000 changelog and readme change for v3.1.1 (#439)
  • e664cad Added missing externs and index.d.ts files. (#438)
  • d511ed5 Adds privacy URL to demo app. (#435)
  • 4d1a8b5 [firebase-release] Removed change log and reset repo after 3.1.0 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 25, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes v3.2.0
  • Supports Continue as guest and add new sign in provider firebaseui.auth.AnonymousAuthProvider.
  • Adds the ability to configure country selection for phone Auth.
  • Adds return type for start() and setConfig() in typescript declaration.
Commits

The new version differs by 5 commits.

  • 6548739 [firebase-release] Updated FirebaseUI for Web to 3.2.0
  • b2dd161 updated readme and changelog (#459)
  • b6b8aed - Support Continue as guest and add new sign in provider firebaseui.auth.AnonymousAuthProvider. (#458)
  • beb82a4 3rd party cookies being disabled known issue (#446)
  • afd88a5 [firebase-release] Removed change log and reset repo after 3.1.1 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 14, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

Release Notes v3.3.0
  • Removes callback flicker when there is no pending redirect.
  • Adds the ability to use spinners instead of progress bars. This is used only for the nascar screen.
Commits

The new version differs by 21 commits.

  • d6c5733 [firebase-release] Updated FirebaseUI for Web to 3.3.0
  • 7802037 change gulp build to use series task (#483)
  • 59331c4 Merge pull request #482 from firebase/remove_extra_comma
  • 7a40789 remove extra comma in gulp
  • ffffd28 remove extra comma in gulp
  • dd11e4e remove extra comma in gulp
  • fb85fe9 revert to node6 on travis and remove extra comma in gulp
  • 1c4b650 Merge pull request #481 from firebase/replace-spread-syntax
  • 3f3e25a Replaces spread syntax with node 6 compliant syntax.
  • bea999e Merge pull request #477 from firebase/release3.3
  • 45dee76 updated changelog and readme
  • 018f2b0 - Removes callback flicker when there is no pending redirect.
  • eaef32b Fix types for sign-in options (#470)
  • 33b7c7c upgrade development dependencies (#467)
  • b1e5463 inline material design lite svg (#457)

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2018

Version 3.4.0 just got published.

Update to this version instead 🚀

Release Notes v3.4.0
  • Allows passing callbacks for Term of Service and Privacy Policy.
Commits

The new version differs by 5 commits.

  • b60747d [firebase-release] Updated FirebaseUI for Web to 3.4.0
  • ad2cfe3 fixed the issue that cordova opens webview instead of system browser (#486)
  • 551c76c Release3.4 (#485)
  • 17e7556 disabled saucelabs test on ie10, ios9 and safari8 (#484)
  • e2b9f17 [firebase-release] Removed change log and reset repo after 3.3.0 release

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant