@firebase/auth 0.20.3-canary.efe2000fc → 0.20.4-canary.1d3a34d7d

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 (34) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cordova/index.js +2 -2
  3. package/dist/cordova/internal.js +2 -2
  4. package/dist/cordova/{popup_redirect-63057b94.js → popup_redirect-ad97ec62.js} +4 -3
  5. package/dist/cordova/popup_redirect-ad97ec62.js.map +1 -0
  6. package/dist/esm2017/{index-3b4ccca8.js → index-18657799.js} +4 -3
  7. package/dist/esm2017/index-18657799.js.map +1 -0
  8. package/dist/esm2017/index.js +1 -1
  9. package/dist/esm2017/internal.js +2 -2
  10. package/dist/esm5/{index-3891d8ad.js → index-af5cea50.js} +4 -3
  11. package/dist/esm5/index-af5cea50.js.map +1 -0
  12. package/dist/esm5/index.js +1 -1
  13. package/dist/esm5/internal.js +2 -2
  14. package/dist/index.webworker.esm5.js +1 -1
  15. package/dist/index.webworker.esm5.js.map +1 -1
  16. package/dist/node/{index-de7df007.js → index-1985cfb7.js} +4 -3
  17. package/dist/node/index-1985cfb7.js.map +1 -0
  18. package/dist/node/index.js +1 -1
  19. package/dist/node/internal.js +1 -1
  20. package/dist/node-esm/{index-71508366.js → index-8a4eb8a1.js} +4 -3
  21. package/dist/node-esm/index-8a4eb8a1.js.map +1 -0
  22. package/dist/node-esm/index.js +1 -1
  23. package/dist/node-esm/internal.js +2 -2
  24. package/dist/rn/index.js +1 -1
  25. package/dist/rn/internal.js +1 -1
  26. package/dist/rn/{phone-9d99e31b.js → phone-842b1966.js} +4 -3
  27. package/dist/rn/phone-842b1966.js.map +1 -0
  28. package/package.json +6 -6
  29. package/dist/cordova/popup_redirect-63057b94.js.map +0 -1
  30. package/dist/esm2017/index-3b4ccca8.js.map +0 -1
  31. package/dist/esm5/index-3891d8ad.js.map +0 -1
  32. package/dist/node/index-de7df007.js.map +0 -1
  33. package/dist/node-esm/index-71508366.js.map +0 -1
  34. package/dist/rn/phone-9d99e31b.js.map +0 -1
@@ -2404,7 +2404,8 @@ function _isWebOS(ua) {
2404
2404
  }
2405
2405
  function _isIOS(ua) {
2406
2406
  if (ua === void 0) { ua = util.getUA(); }
2407
- return /iphone|ipad|ipod/i.test(ua);
2407
+ return /iphone|ipad|ipod/i.test(ua) ||
2408
+ (/macintosh/i.test(ua) && /mobile/i.test(ua));
2408
2409
  }
2409
2410
  function _isIOS7Or8(ua) {
2410
2411
  if (ua === void 0) { ua = util.getUA(); }
@@ -7061,7 +7062,7 @@ function multiFactor(user) {
7061
7062
  }
7062
7063
 
7063
7064
  var name = "@firebase/auth";
7064
- var version = "0.20.3-canary.efe2000fc";
7065
+ var version = "0.20.4-canary.1d3a34d7d";
7065
7066
 
7066
7067
  /**
7067
7068
  * @license
@@ -7418,4 +7419,4 @@ exports.updateProfile = updateProfile;
7418
7419
  exports.useDeviceLanguage = useDeviceLanguage;
7419
7420
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
7420
7421
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
7421
- //# sourceMappingURL=index-de7df007.js.map
7422
+ //# sourceMappingURL=index-1985cfb7.js.map