@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
|
@@ -7742,11 +7742,13 @@ class IndexedDBLocalPersistence {
|
|
|
7742
7742
|
}
|
|
7743
7743
|
const keys = [];
|
|
7744
7744
|
const keysInResult = new Set();
|
|
7745
|
-
|
|
7746
|
-
|
|
7747
|
-
|
|
7748
|
-
this.
|
|
7749
|
-
|
|
7745
|
+
if (result.length !== 0) {
|
|
7746
|
+
for (const { fbase_key: key, value } of result) {
|
|
7747
|
+
keysInResult.add(key);
|
|
7748
|
+
if (JSON.stringify(this.localCache[key]) !== JSON.stringify(value)) {
|
|
7749
|
+
this.notifyListeners(key, value);
|
|
7750
|
+
keys.push(key);
|
|
7751
|
+
}
|
|
7750
7752
|
}
|
|
7751
7753
|
}
|
|
7752
7754
|
for (const localKey of Object.keys(this.localCache)) {
|
|
@@ -10280,7 +10282,7 @@ function _isEmptyString(input) {
|
|
|
10280
10282
|
}
|
|
10281
10283
|
|
|
10282
10284
|
var name = "@firebase/auth";
|
|
10283
|
-
var version = "1.5.
|
|
10285
|
+
var version = "1.5.1-canary.efa116b1b";
|
|
10284
10286
|
|
|
10285
10287
|
/**
|
|
10286
10288
|
* @license
|
|
@@ -10501,4 +10503,4 @@ function getAuth(app = getApp()) {
|
|
|
10501
10503
|
registerAuth("Browser" /* ClientPlatform.BROWSER */);
|
|
10502
10504
|
|
|
10503
10505
|
export { TwitterAuthProvider as $, ActionCodeOperation as A, updateCurrentUser as B, signOut as C, revokeAccessToken as D, deleteUser as E, FactorId as F, debugErrorMap as G, prodErrorMap as H, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as I, initializeAuth as J, connectAuthEmulator as K, AuthCredential as L, EmailAuthCredential as M, OAuthCredential as N, OperationType as O, PhoneAuthProvider as P, PhoneAuthCredential as Q, RecaptchaVerifier as R, SignInMethod as S, TotpMultiFactorGenerator as T, inMemoryPersistence as U, EmailAuthProvider as V, FacebookAuthProvider as W, GoogleAuthProvider as X, GithubAuthProvider as Y, OAuthProvider as Z, SAMLAuthProvider as _, browserSessionPersistence as a, signInAnonymously as a0, signInWithCredential as a1, linkWithCredential as a2, reauthenticateWithCredential as a3, signInWithCustomToken as a4, sendPasswordResetEmail as a5, confirmPasswordReset as a6, applyActionCode as a7, checkActionCode as a8, verifyPasswordResetCode as a9, _isIOS7Or8 as aA, _createError as aB, _assert as aC, AuthEventManager as aD, _getInstance as aE, _persistenceKeyName as aF, _getRedirectResult as aG, _overrideRedirectResult as aH, _clearRedirectOutcomes as aI, _castAuth as aJ, UserImpl as aK, AuthImpl as aL, _getClientVersion as aM, _generateEventId as aN, AuthPopup as aO, FetchProvider as aP, SAMLAuthCredential as aQ, createUserWithEmailAndPassword as aa, signInWithEmailAndPassword as ab, sendSignInLinkToEmail as ac, isSignInWithEmailLink as ad, signInWithEmailLink as ae, fetchSignInMethodsForEmail as af, sendEmailVerification as ag, verifyBeforeUpdateEmail as ah, ActionCodeURL as ai, parseActionCodeURL as aj, updateProfile as ak, updateEmail as al, updatePassword as am, getIdToken as an, getIdTokenResult as ao, unlink as ap, getAdditionalUserInfo as aq, reload as ar, getMultiFactorResolver as as, multiFactor as at, debugAssert as au, _isIOS as av, _isAndroid as aw, _fail as ax, _getRedirectUrl as ay, _getProjectConfig as az, browserLocalPersistence as b, signInWithPopup as c, linkWithPopup as d, reauthenticateWithPopup as e, signInWithRedirect as f, linkWithRedirect as g, reauthenticateWithRedirect as h, indexedDBLocalPersistence as i, getRedirectResult as j, browserPopupRedirectResolver as k, linkWithPhoneNumber as l, PhoneMultiFactorGenerator as m, TotpSecret as n, getAuth as o, ProviderId as p, setPersistence as q, reauthenticateWithPhoneNumber as r, signInWithPhoneNumber as s, initializeRecaptchaConfig as t, updatePhoneNumber as u, validatePassword as v, onIdTokenChanged as w, beforeAuthStateChanged as x, onAuthStateChanged as y, useDeviceLanguage as z };
|
|
10504
|
-
//# sourceMappingURL=index-
|
|
10506
|
+
//# sourceMappingURL=index-5d739043.js.map
|