@firebase/auth 1.5.0 → 1.5.1-canary.efa116b1b

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 (33) hide show
  1. package/dist/browser-cjs/{index-7219afef.js → index-ecd6639d.js} +9 -7
  2. package/dist/browser-cjs/{index-7219afef.js.map → index-ecd6639d.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/cordova/index.js +2 -2
  6. package/dist/cordova/internal.js +2 -2
  7. package/dist/cordova/{popup_redirect-7b3cfc5b.js → popup_redirect-fc45d882.js} +10 -8
  8. package/dist/cordova/popup_redirect-fc45d882.js.map +1 -0
  9. package/dist/esm2017/{index-5c850033.js → index-5d739043.js} +9 -7
  10. package/dist/esm2017/{index-5c850033.js.map → index-5d739043.js.map} +1 -1
  11. package/dist/esm2017/index.js +1 -1
  12. package/dist/esm2017/internal.js +2 -2
  13. package/dist/esm5/{index-9f03ff00.js → index-0c750d04.js} +10 -8
  14. package/dist/esm5/{index-9f03ff00.js.map → index-0c750d04.js.map} +1 -1
  15. package/dist/esm5/index.js +1 -1
  16. package/dist/esm5/internal.js +2 -2
  17. package/dist/index.webworker.esm5.js +9 -7
  18. package/dist/index.webworker.esm5.js.map +1 -1
  19. package/dist/node/index.js +1 -1
  20. package/dist/node/internal.js +1 -1
  21. package/dist/node/{totp-58078139.js → totp-facb914f.js} +2 -2
  22. package/dist/node/{totp-58078139.js.map → totp-facb914f.js.map} +1 -1
  23. package/dist/node-esm/index.js +1 -1
  24. package/dist/node-esm/internal.js +2 -2
  25. package/dist/node-esm/{totp-c7ac8036.js → totp-34ad7018.js} +2 -2
  26. package/dist/node-esm/{totp-c7ac8036.js.map → totp-34ad7018.js.map} +1 -1
  27. package/dist/rn/{index-10acf397.js → index-4c4214ff.js} +2 -2
  28. package/dist/rn/{index-10acf397.js.map → index-4c4214ff.js.map} +1 -1
  29. package/dist/rn/index.js +1 -1
  30. package/dist/rn/internal.js +9 -7
  31. package/dist/rn/internal.js.map +1 -1
  32. package/package.json +6 -6
  33. package/dist/cordova/popup_redirect-7b3cfc5b.js.map +0 -1
@@ -7744,11 +7744,13 @@ class IndexedDBLocalPersistence {
7744
7744
  }
7745
7745
  const keys = [];
7746
7746
  const keysInResult = new Set();
7747
- for (const { fbase_key: key, value } of result) {
7748
- keysInResult.add(key);
7749
- if (JSON.stringify(this.localCache[key]) !== JSON.stringify(value)) {
7750
- this.notifyListeners(key, value);
7751
- keys.push(key);
7747
+ if (result.length !== 0) {
7748
+ for (const { fbase_key: key, value } of result) {
7749
+ keysInResult.add(key);
7750
+ if (JSON.stringify(this.localCache[key]) !== JSON.stringify(value)) {
7751
+ this.notifyListeners(key, value);
7752
+ keys.push(key);
7753
+ }
7752
7754
  }
7753
7755
  }
7754
7756
  for (const localKey of Object.keys(this.localCache)) {
@@ -10282,7 +10284,7 @@ function _isEmptyString(input) {
10282
10284
  }
10283
10285
 
10284
10286
  var name = "@firebase/auth";
10285
- var version = "1.5.0";
10287
+ var version = "1.5.1-canary.efa116b1b";
10286
10288
 
10287
10289
  /**
10288
10290
  * @license
@@ -10609,4 +10611,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
10609
10611
  exports.validatePassword = validatePassword;
10610
10612
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
10611
10613
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
10612
- //# sourceMappingURL=index-7219afef.js.map
10614
+ //# sourceMappingURL=index-ecd6639d.js.map