@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.
- package/dist/browser-cjs/{index-7219afef.js → index-ecd6639d.js} +9 -7
- package/dist/browser-cjs/{index-7219afef.js.map → index-ecd6639d.js.map} +1 -1
- package/dist/browser-cjs/index.js +1 -1
- package/dist/browser-cjs/internal.js +1 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +2 -2
- package/dist/cordova/{popup_redirect-7b3cfc5b.js → popup_redirect-fc45d882.js} +10 -8
- package/dist/cordova/popup_redirect-fc45d882.js.map +1 -0
- package/dist/esm2017/{index-5c850033.js → index-5d739043.js} +9 -7
- package/dist/esm2017/{index-5c850033.js.map → index-5d739043.js.map} +1 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm5/{index-9f03ff00.js → index-0c750d04.js} +10 -8
- package/dist/esm5/{index-9f03ff00.js.map → index-0c750d04.js.map} +1 -1
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/internal.js +2 -2
- package/dist/index.webworker.esm5.js +9 -7
- package/dist/index.webworker.esm5.js.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node/{totp-58078139.js → totp-facb914f.js} +2 -2
- package/dist/node/{totp-58078139.js.map → totp-facb914f.js.map} +1 -1
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/{totp-c7ac8036.js → totp-34ad7018.js} +2 -2
- package/dist/node-esm/{totp-c7ac8036.js.map → totp-34ad7018.js.map} +1 -1
- package/dist/rn/{index-10acf397.js → index-4c4214ff.js} +2 -2
- package/dist/rn/{index-10acf397.js.map → index-4c4214ff.js.map} +1 -1
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +9 -7
- package/dist/rn/internal.js.map +1 -1
- package/package.json +6 -6
- 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
|
-
|
|
7748
|
-
|
|
7749
|
-
|
|
7750
|
-
this.
|
|
7751
|
-
|
|
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.
|
|
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-
|
|
10614
|
+
//# sourceMappingURL=index-ecd6639d.js.map
|