@firebase/auth 1.8.1 → 1.8.2-canary.01f36ea41
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-983cd941.js → index-ca91d322.js} +5 -2
- package/dist/browser-cjs/index-ca91d322.js.map +1 -0
- 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-5da2a22b.js → popup_redirect-cba728ab.js} +5 -2
- package/dist/cordova/popup_redirect-cba728ab.js.map +1 -0
- package/dist/esm2017/{index-2cab5241.js → index-2a87adf8.js} +5 -2
- package/dist/esm2017/index-2a87adf8.js.map +1 -0
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/index.webworker.js +4 -1
- package/dist/index.webworker.js.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node/{totp-7195c207.js → totp-0306c030.js} +5 -2
- package/dist/node/totp-0306c030.js.map +1 -0
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/{totp-3df2f5f9.js → totp-66334366.js} +5 -2
- package/dist/node-esm/totp-66334366.js.map +1 -0
- package/dist/rn/{index-cd4ba1ef.js → index-fce0c694.js} +5 -2
- package/dist/rn/index-fce0c694.js.map +1 -0
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -1
- package/dist/web-extension-cjs/index.js +1 -1
- package/dist/web-extension-cjs/internal.js +1 -1
- package/dist/web-extension-cjs/{register-3324f63f.js → register-aace81f9.js} +5 -2
- package/dist/web-extension-cjs/register-aace81f9.js.map +1 -0
- package/dist/web-extension-esm2017/index.js +2 -2
- package/dist/web-extension-esm2017/internal.js +2 -2
- package/dist/web-extension-esm2017/{register-5757e89e.js → register-2334231f.js} +5 -2
- package/dist/web-extension-esm2017/register-2334231f.js.map +1 -0
- package/package.json +7 -7
- package/dist/browser-cjs/index-983cd941.js.map +0 -1
- package/dist/cordova/popup_redirect-5da2a22b.js.map +0 -1
- package/dist/esm2017/index-2cab5241.js.map +0 -1
- package/dist/node/totp-7195c207.js.map +0 -1
- package/dist/node-esm/totp-3df2f5f9.js.map +0 -1
- package/dist/rn/index-cd4ba1ef.js.map +0 -1
- package/dist/web-extension-cjs/register-3324f63f.js.map +0 -1
- package/dist/web-extension-esm2017/register-5757e89e.js.map +0 -1
|
@@ -3110,6 +3110,9 @@ class AuthImpl {
|
|
|
3110
3110
|
}
|
|
3111
3111
|
async _getAppCheckToken() {
|
|
3112
3112
|
var _a;
|
|
3113
|
+
if (_isFirebaseServerApp(this.app) && this.app.settings.appCheckToken) {
|
|
3114
|
+
return this.app.settings.appCheckToken;
|
|
3115
|
+
}
|
|
3113
3116
|
const appCheckTokenResult = await ((_a = this.appCheckServiceProvider
|
|
3114
3117
|
.getImmediate({ optional: true })) === null || _a === void 0 ? void 0 : _a.getToken());
|
|
3115
3118
|
if (appCheckTokenResult === null || appCheckTokenResult === void 0 ? void 0 : appCheckTokenResult.error) {
|
|
@@ -10656,7 +10659,7 @@ function _isEmptyString(input) {
|
|
|
10656
10659
|
}
|
|
10657
10660
|
|
|
10658
10661
|
var name = "@firebase/auth";
|
|
10659
|
-
var version = "1.8.
|
|
10662
|
+
var version = "1.8.2-canary.01f36ea41";
|
|
10660
10663
|
|
|
10661
10664
|
/**
|
|
10662
10665
|
* @license
|
|
@@ -10911,4 +10914,4 @@ _setExternalJSProvider({
|
|
|
10911
10914
|
registerAuth("Browser" /* ClientPlatform.BROWSER */);
|
|
10912
10915
|
|
|
10913
10916
|
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 };
|
|
10914
|
-
//# sourceMappingURL=index-
|
|
10917
|
+
//# sourceMappingURL=index-2a87adf8.js.map
|