@firebase/auth 0.23.0-canary.253b998fc → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/browser-cjs/{index-51fc658c.js → index-8174c221.js} +4 -6
  2. package/dist/{esm2017/index-184d8cdb.js.map → browser-cjs/index-8174c221.js.map} +1 -1
  3. package/dist/browser-cjs/index.js +1 -1
  4. package/dist/browser-cjs/internal.js +1 -1
  5. package/dist/browser-cjs/src/platform_browser/strategies/popup.d.ts +1 -1
  6. package/dist/cordova/index.js +2 -2
  7. package/dist/cordova/internal.js +4 -6
  8. package/dist/cordova/internal.js.map +1 -1
  9. package/dist/cordova/{popup_redirect-eb696ff9.js → popup_redirect-fedd78b2.js} +2 -2
  10. package/dist/cordova/{popup_redirect-eb696ff9.js.map → popup_redirect-fedd78b2.js.map} +1 -1
  11. package/dist/cordova/src/platform_browser/strategies/popup.d.ts +1 -1
  12. package/dist/esm2017/{index-184d8cdb.js → index-16e22603.js} +4 -6
  13. package/dist/{browser-cjs/index-51fc658c.js.map → esm2017/index-16e22603.js.map} +1 -1
  14. package/dist/esm2017/index.js +1 -1
  15. package/dist/esm2017/internal.js +2 -2
  16. package/dist/esm2017/src/platform_browser/strategies/popup.d.ts +1 -1
  17. package/dist/esm5/{index-003869b4.js → index-932ba0f0.js} +4 -6
  18. package/dist/esm5/{index-003869b4.js.map → index-932ba0f0.js.map} +1 -1
  19. package/dist/esm5/index.js +1 -1
  20. package/dist/esm5/internal.js +2 -2
  21. package/dist/esm5/src/platform_browser/strategies/popup.d.ts +1 -1
  22. package/dist/index.webworker.esm5.js +1 -1
  23. package/dist/node/index.js +1 -1
  24. package/dist/node/internal.js +1 -1
  25. package/dist/node/src/platform_browser/strategies/popup.d.ts +1 -1
  26. package/dist/node/{totp-6870cc48.js → totp-919eeeb3.js} +2 -2
  27. package/dist/node/{totp-6870cc48.js.map → totp-919eeeb3.js.map} +1 -1
  28. package/dist/node-esm/index.js +1 -1
  29. package/dist/node-esm/internal.js +2 -2
  30. package/dist/node-esm/src/platform_browser/strategies/popup.d.ts +1 -1
  31. package/dist/node-esm/{totp-71c80239.js → totp-abcc15a3.js} +2 -2
  32. package/dist/node-esm/{totp-71c80239.js.map → totp-abcc15a3.js.map} +1 -1
  33. package/dist/rn/index.js +1 -1
  34. package/dist/rn/internal.js +3 -5
  35. package/dist/rn/internal.js.map +1 -1
  36. package/dist/rn/{phone-09947e3b.js → phone-1dccf30c.js} +2 -2
  37. package/dist/rn/{phone-09947e3b.js.map → phone-1dccf30c.js.map} +1 -1
  38. package/dist/rn/src/platform_browser/strategies/popup.d.ts +1 -1
  39. package/dist/src/platform_browser/strategies/popup.d.ts +1 -1
  40. package/package.json +6 -6
@@ -8620,13 +8620,11 @@ class PopupOperation extends AbstractPopupRedirectOperation {
8620
8620
  if ((_b = (_a = this.authWindow) === null || _a === void 0 ? void 0 : _a.window) === null || _b === void 0 ? void 0 : _b.closed) {
8621
8621
  // Make sure that there is sufficient time for whatever action to
8622
8622
  // complete. The window could have closed but the sign in network
8623
- // call could still be in flight. This is specifically true for
8624
- // Firefox or if the opener is in an iframe, in which case the oauth
8625
- // helper closes the popup.
8623
+ // call could still be in flight.
8626
8624
  this.pollId = window.setTimeout(() => {
8627
8625
  this.pollId = null;
8628
8626
  this.reject(_createError(this.auth, "popup-closed-by-user" /* AuthErrorCode.POPUP_CLOSED_BY_USER */));
8629
- }, 8000 /* _Timeout.AUTH_EVENT */);
8627
+ }, 2000 /* _Timeout.AUTH_EVENT */);
8630
8628
  return;
8631
8629
  }
8632
8630
  this.pollId = window.setTimeout(poll, _POLL_WINDOW_CLOSE_TIMEOUT.get());
@@ -9870,7 +9868,7 @@ function _isEmptyString(input) {
9870
9868
  }
9871
9869
 
9872
9870
  var name = "@firebase/auth";
9873
- var version = "0.23.0-canary.253b998fc";
9871
+ var version = "0.23.0";
9874
9872
 
9875
9873
  /**
9876
9874
  * @license
@@ -10199,4 +10197,4 @@ exports.updateProfile = updateProfile;
10199
10197
  exports.useDeviceLanguage = useDeviceLanguage;
10200
10198
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
10201
10199
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
10202
- //# sourceMappingURL=index-51fc658c.js.map
10200
+ //# sourceMappingURL=index-8174c221.js.map