@firebase/auth 1.9.1 → 1.10.0-auth-redirect-credentials.82faa0828
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/auth-public.d.ts +28 -1
- package/dist/auth.d.ts +40 -2
- package/dist/browser-cjs/{index-018c7ebd.js → index-d5da52c1.js} +215 -16
- package/dist/browser-cjs/index-d5da52c1.js.map +1 -0
- package/dist/browser-cjs/index.d.ts +2 -1
- package/dist/browser-cjs/index.js +2 -1
- package/dist/browser-cjs/index.js.map +1 -1
- package/dist/browser-cjs/internal.js +2 -1
- package/dist/browser-cjs/internal.js.map +1 -1
- package/dist/browser-cjs/src/api/index.d.ts +1 -1
- package/dist/browser-cjs/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/browser-cjs/src/core/persistence/index.d.ts +2 -1
- package/dist/browser-cjs/src/model/auth.d.ts +4 -1
- package/dist/browser-cjs/src/model/public_types.d.ts +2 -1
- package/dist/browser-cjs/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/browser-cjs/src/platform_node/index.d.ts +1 -0
- package/dist/cordova/auth-cordova-public.d.ts +26 -1
- package/dist/cordova/auth-cordova.d.ts +29 -2
- package/dist/cordova/index.d.ts +2 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +147 -3
- package/dist/cordova/internal.js.map +1 -1
- package/dist/cordova/{popup_redirect-e795474a.js → popup_redirect-79d5de9a.js} +71 -17
- package/dist/cordova/popup_redirect-79d5de9a.js.map +1 -0
- package/dist/cordova/src/api/index.d.ts +1 -1
- package/dist/cordova/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/cordova/src/core/persistence/index.d.ts +2 -1
- package/dist/cordova/src/model/auth.d.ts +4 -1
- package/dist/cordova/src/model/public_types.d.ts +2 -1
- package/dist/cordova/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/cordova/src/platform_node/index.d.ts +1 -0
- package/dist/esm2017/{index-e84cf44d.js → index-fc6bc882.js} +216 -18
- package/dist/esm2017/index-fc6bc882.js.map +1 -0
- package/dist/esm2017/index.d.ts +2 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm2017/src/api/index.d.ts +1 -1
- package/dist/esm2017/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/esm2017/src/core/persistence/index.d.ts +2 -1
- package/dist/esm2017/src/model/auth.d.ts +4 -1
- package/dist/esm2017/src/model/public_types.d.ts +2 -1
- package/dist/esm2017/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/esm2017/src/platform_node/index.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.webworker.js +70 -16
- package/dist/index.webworker.js.map +1 -1
- package/dist/node/index.d.ts +2 -1
- package/dist/node/index.js +2 -1
- package/dist/node/index.js.map +1 -1
- package/dist/node/internal.js +2 -1
- package/dist/node/internal.js.map +1 -1
- package/dist/node/src/api/index.d.ts +1 -1
- package/dist/node/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/node/src/core/persistence/index.d.ts +2 -1
- package/dist/node/src/model/auth.d.ts +4 -1
- package/dist/node/src/model/public_types.d.ts +2 -1
- package/dist/node/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/node/src/platform_node/index.d.ts +1 -0
- package/dist/node/{totp-06fa6909.js → totp-88cb8aaf.js} +72 -16
- package/dist/node/totp-88cb8aaf.js.map +1 -0
- package/dist/node-esm/index.d.ts +2 -1
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/internal.js.map +1 -1
- package/dist/node-esm/src/api/index.d.ts +1 -1
- package/dist/node-esm/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/node-esm/src/core/persistence/index.d.ts +2 -1
- package/dist/node-esm/src/model/auth.d.ts +4 -1
- package/dist/node-esm/src/model/public_types.d.ts +2 -1
- package/dist/node-esm/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/node-esm/src/platform_node/index.d.ts +1 -0
- package/dist/node-esm/{totp-d5ff2369.js → totp-91f8ecc7.js} +73 -18
- package/dist/node-esm/totp-91f8ecc7.js.map +1 -0
- package/dist/rn/{index-ee081591.js → index-be8638d6.js} +70 -16
- package/dist/rn/index-be8638d6.js.map +1 -0
- package/dist/rn/index.d.ts +2 -1
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +146 -1
- package/dist/rn/internal.js.map +1 -1
- package/dist/rn/src/api/index.d.ts +1 -1
- package/dist/rn/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/rn/src/core/persistence/index.d.ts +2 -1
- package/dist/rn/src/model/auth.d.ts +4 -1
- package/dist/rn/src/model/public_types.d.ts +2 -1
- package/dist/rn/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/rn/src/platform_node/index.d.ts +1 -0
- package/dist/src/api/index.d.ts +1 -1
- package/dist/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/src/core/persistence/index.d.ts +2 -1
- package/dist/src/model/auth.d.ts +4 -1
- package/dist/src/model/public_types.d.ts +2 -1
- package/dist/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/src/platform_node/index.d.ts +1 -0
- package/dist/web-extension-cjs/index.d.ts +2 -1
- package/dist/web-extension-cjs/index.js +1 -1
- package/dist/web-extension-cjs/internal.js +146 -1
- package/dist/web-extension-cjs/internal.js.map +1 -1
- package/dist/web-extension-cjs/{register-c2c7670d.js → register-878ee631.js} +70 -16
- package/dist/web-extension-cjs/register-878ee631.js.map +1 -0
- package/dist/web-extension-cjs/src/api/index.d.ts +1 -1
- package/dist/web-extension-cjs/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/web-extension-cjs/src/core/persistence/index.d.ts +2 -1
- package/dist/web-extension-cjs/src/model/auth.d.ts +4 -1
- package/dist/web-extension-cjs/src/model/public_types.d.ts +2 -1
- package/dist/web-extension-cjs/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/web-extension-cjs/src/platform_node/index.d.ts +1 -0
- package/dist/web-extension-esm2017/auth-web-extension-public.d.ts +26 -1
- package/dist/web-extension-esm2017/auth-web-extension.d.ts +29 -2
- package/dist/web-extension-esm2017/index.d.ts +2 -1
- package/dist/web-extension-esm2017/index.js +2 -2
- package/dist/web-extension-esm2017/internal.js +147 -3
- package/dist/web-extension-esm2017/internal.js.map +1 -1
- package/dist/web-extension-esm2017/{register-31c228e4.js → register-59e2f235.js} +71 -17
- package/dist/web-extension-esm2017/register-59e2f235.js.map +1 -0
- package/dist/web-extension-esm2017/src/api/index.d.ts +1 -1
- package/dist/web-extension-esm2017/src/core/auth/auth_impl.d.ts +4 -1
- package/dist/web-extension-esm2017/src/core/persistence/index.d.ts +2 -1
- package/dist/web-extension-esm2017/src/model/auth.d.ts +4 -1
- package/dist/web-extension-esm2017/src/model/public_types.d.ts +2 -1
- package/dist/web-extension-esm2017/src/platform_browser/persistence/cookie_storage.d.ts +40 -0
- package/dist/web-extension-esm2017/src/platform_node/index.d.ts +1 -0
- package/package.json +8 -7
- package/dist/browser-cjs/index-018c7ebd.js.map +0 -1
- package/dist/cordova/popup_redirect-e795474a.js.map +0 -1
- package/dist/esm2017/index-e84cf44d.js.map +0 -1
- package/dist/node/totp-06fa6909.js.map +0 -1
- package/dist/node-esm/totp-d5ff2369.js.map +0 -1
- package/dist/rn/index-ee081591.js.map +0 -1
- package/dist/web-extension-cjs/register-c2c7670d.js.map +0 -1
- package/dist/web-extension-esm2017/register-31c228e4.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ErrorFactory, isBrowserExtension, isMobileCordova, isReactNative, FirebaseError, querystring, isCloudflareWorker, getModularInstance, base64Decode, getUA, isIE, createSubscribe, deepEqual, querystringDecode, extractQuerystring, isEmpty } from '@firebase/util';
|
|
1
|
+
import { ErrorFactory, isBrowserExtension, isMobileCordova, isReactNative, FirebaseError, querystring, isCloudflareWorker, isCloudWorkstation, getModularInstance, base64Decode, getUA, isIE, createSubscribe, deepEqual, querystringDecode, extractQuerystring, isEmpty } from '@firebase/util';
|
|
2
2
|
import { SDK_VERSION, _isFirebaseServerApp, _getProvider, _registerComponent, registerVersion } from '@firebase/app';
|
|
3
3
|
import { __rest } from 'tslib';
|
|
4
4
|
import { Component } from '@firebase/component';
|
|
@@ -1472,6 +1472,14 @@ const SERVER_ERROR_MAP = {
|
|
|
1472
1472
|
* See the License for the specific language governing permissions and
|
|
1473
1473
|
* limitations under the License.
|
|
1474
1474
|
*/
|
|
1475
|
+
const CookieAuthProxiedEndpoints = [
|
|
1476
|
+
"/v1/accounts:signInWithCustomToken" /* Endpoint.SIGN_IN_WITH_CUSTOM_TOKEN */,
|
|
1477
|
+
"/v1/accounts:signInWithEmailLink" /* Endpoint.SIGN_IN_WITH_EMAIL_LINK */,
|
|
1478
|
+
"/v1/accounts:signInWithIdp" /* Endpoint.SIGN_IN_WITH_IDP */,
|
|
1479
|
+
"/v1/accounts:signInWithPassword" /* Endpoint.SIGN_IN_WITH_PASSWORD */,
|
|
1480
|
+
"/v1/accounts:signInWithPhoneNumber" /* Endpoint.SIGN_IN_WITH_PHONE_NUMBER */,
|
|
1481
|
+
"/v1/token" /* Endpoint.TOKEN */
|
|
1482
|
+
];
|
|
1475
1483
|
const DEFAULT_API_TIMEOUT_MS = new Delay(30000, 60000);
|
|
1476
1484
|
function _addTidIfNecessary(auth, request) {
|
|
1477
1485
|
if (auth.tenantId && !request.tenantId) {
|
|
@@ -1508,7 +1516,10 @@ async function _performApiRequest(auth, method, path, request, customErrorMap =
|
|
|
1508
1516
|
if (!isCloudflareWorker()) {
|
|
1509
1517
|
fetchArgs.referrerPolicy = 'no-referrer';
|
|
1510
1518
|
}
|
|
1511
|
-
|
|
1519
|
+
if (auth.emulatorConfig && isCloudWorkstation(auth.emulatorConfig.host)) {
|
|
1520
|
+
fetchArgs.credentials = 'include';
|
|
1521
|
+
}
|
|
1522
|
+
return FetchProvider.fetch()(await _getFinalTarget(auth, auth.config.apiHost, path, query), fetchArgs);
|
|
1512
1523
|
});
|
|
1513
1524
|
}
|
|
1514
1525
|
async function _performFetchWithErrorHandling(auth, customErrorMap, fetchFn) {
|
|
@@ -1573,12 +1584,25 @@ async function _performSignInRequest(auth, method, path, request, customErrorMap
|
|
|
1573
1584
|
}
|
|
1574
1585
|
return serverResponse;
|
|
1575
1586
|
}
|
|
1576
|
-
function _getFinalTarget(auth, host, path, query) {
|
|
1587
|
+
async function _getFinalTarget(auth, host, path, query) {
|
|
1577
1588
|
const base = `${host}${path}?${query}`;
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1589
|
+
const authInternal = auth;
|
|
1590
|
+
const finalTarget = authInternal.config.emulator
|
|
1591
|
+
? _emulatorUrl(auth.config, base)
|
|
1592
|
+
: `${auth.config.apiScheme}://${base}`;
|
|
1593
|
+
// Cookie auth works by MiTMing the signIn and token endpoints from the developer's backend,
|
|
1594
|
+
// saving the idToken and refreshToken into cookies, and then redacting the refreshToken
|
|
1595
|
+
// from the response
|
|
1596
|
+
if (CookieAuthProxiedEndpoints.includes(path)) {
|
|
1597
|
+
// Persistence manager is async, we need to await it. We can't just wait for auth initialized
|
|
1598
|
+
// here since auth initialization calls this function.
|
|
1599
|
+
await authInternal._persistenceManagerAvailable;
|
|
1600
|
+
if (authInternal._getPersistenceType() === "COOKIE" /* PersistenceType.COOKIE */) {
|
|
1601
|
+
const cookiePersistence = authInternal._getPersistence();
|
|
1602
|
+
return cookiePersistence._getFinalTarget(finalTarget).toString();
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
return finalTarget;
|
|
1582
1606
|
}
|
|
1583
1607
|
function _parseEnforcementState(enforcementStateStr) {
|
|
1584
1608
|
switch (enforcementStateStr) {
|
|
@@ -2154,7 +2178,7 @@ async function requestStsToken(auth, refreshToken) {
|
|
|
2154
2178
|
'refresh_token': refreshToken
|
|
2155
2179
|
}).slice(1);
|
|
2156
2180
|
const { tokenApiHost, apiKey } = auth.config;
|
|
2157
|
-
const url = _getFinalTarget(auth, tokenApiHost, "/v1/token" /* Endpoint.TOKEN */, `key=${apiKey}`);
|
|
2181
|
+
const url = await _getFinalTarget(auth, tokenApiHost, "/v1/token" /* Endpoint.TOKEN */, `key=${apiKey}`);
|
|
2158
2182
|
const headers = await auth._getAdditionalHeaders();
|
|
2159
2183
|
headers["Content-Type" /* HttpHeader.CONTENT_TYPE */] = 'application/x-www-form-urlencoded';
|
|
2160
2184
|
return FetchProvider.fetch()(url, {
|
|
@@ -2645,7 +2669,17 @@ class PersistenceUserManager {
|
|
|
2645
2669
|
}
|
|
2646
2670
|
async getCurrentUser() {
|
|
2647
2671
|
const blob = await this.persistence._get(this.fullUserKey);
|
|
2648
|
-
|
|
2672
|
+
if (!blob) {
|
|
2673
|
+
return null;
|
|
2674
|
+
}
|
|
2675
|
+
if (typeof blob === 'string') {
|
|
2676
|
+
const response = await getAccountInfo(this.auth, { idToken: blob }).catch(() => undefined);
|
|
2677
|
+
if (!response) {
|
|
2678
|
+
return null;
|
|
2679
|
+
}
|
|
2680
|
+
return UserImpl._fromGetAccountInfoResponse(this.auth, response, blob);
|
|
2681
|
+
}
|
|
2682
|
+
return UserImpl._fromJSON(this.auth, blob);
|
|
2649
2683
|
}
|
|
2650
2684
|
removeCurrentUser() {
|
|
2651
2685
|
return this.persistence._remove(this.fullUserKey);
|
|
@@ -2692,7 +2726,19 @@ class PersistenceUserManager {
|
|
|
2692
2726
|
try {
|
|
2693
2727
|
const blob = await persistence._get(key);
|
|
2694
2728
|
if (blob) {
|
|
2695
|
-
|
|
2729
|
+
let user;
|
|
2730
|
+
if (typeof blob === 'string') {
|
|
2731
|
+
const response = await getAccountInfo(auth, {
|
|
2732
|
+
idToken: blob
|
|
2733
|
+
}).catch(() => undefined);
|
|
2734
|
+
if (!response) {
|
|
2735
|
+
break;
|
|
2736
|
+
}
|
|
2737
|
+
user = await UserImpl._fromGetAccountInfoResponse(auth, response, blob);
|
|
2738
|
+
}
|
|
2739
|
+
else {
|
|
2740
|
+
user = UserImpl._fromJSON(auth, blob); // throws for unparsable blob (wrong format)
|
|
2741
|
+
}
|
|
2696
2742
|
if (persistence !== selectedPersistence) {
|
|
2697
2743
|
userToMigrate = user;
|
|
2698
2744
|
}
|
|
@@ -3190,6 +3236,7 @@ class AuthImpl {
|
|
|
3190
3236
|
this._tenantRecaptchaConfigs = {};
|
|
3191
3237
|
this._projectPasswordPolicy = null;
|
|
3192
3238
|
this._tenantPasswordPolicies = {};
|
|
3239
|
+
this._resolvePersistenceManagerAvailable = undefined;
|
|
3193
3240
|
// Tracks the last notified UID for state change listeners to prevent
|
|
3194
3241
|
// repeated calls to the callbacks. Undefined means it's never been
|
|
3195
3242
|
// called, whereas null means it's been called with a signed out user
|
|
@@ -3200,6 +3247,9 @@ class AuthImpl {
|
|
|
3200
3247
|
this.frameworks = [];
|
|
3201
3248
|
this.name = app.name;
|
|
3202
3249
|
this.clientVersion = config.sdkClientVersion;
|
|
3250
|
+
// TODO(jamesdaniels) explore less hacky way to do this, cookie authentication needs
|
|
3251
|
+
// persistenceMananger to be available. see _getFinalTarget for more context
|
|
3252
|
+
this._persistenceManagerAvailable = new Promise(resolve => (this._resolvePersistenceManagerAvailable = resolve));
|
|
3203
3253
|
}
|
|
3204
3254
|
_initializeWithPersistence(persistenceHierarchy, popupRedirectResolver) {
|
|
3205
3255
|
if (popupRedirectResolver) {
|
|
@@ -3208,17 +3258,18 @@ class AuthImpl {
|
|
|
3208
3258
|
// Have to check for app deletion throughout initialization (after each
|
|
3209
3259
|
// promise resolution)
|
|
3210
3260
|
this._initializationPromise = this.queue(async () => {
|
|
3211
|
-
var _a, _b;
|
|
3261
|
+
var _a, _b, _c;
|
|
3212
3262
|
if (this._deleted) {
|
|
3213
3263
|
return;
|
|
3214
3264
|
}
|
|
3215
3265
|
this.persistenceManager = await PersistenceUserManager.create(this, persistenceHierarchy);
|
|
3266
|
+
(_a = this._resolvePersistenceManagerAvailable) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
3216
3267
|
if (this._deleted) {
|
|
3217
3268
|
return;
|
|
3218
3269
|
}
|
|
3219
3270
|
// Initialize the resolver early if necessary (only applicable to web:
|
|
3220
3271
|
// this will cause the iframe to load immediately in certain cases)
|
|
3221
|
-
if ((
|
|
3272
|
+
if ((_b = this._popupRedirectResolver) === null || _b === void 0 ? void 0 : _b._shouldInitProactively) {
|
|
3222
3273
|
// If this fails, don't halt auth loading
|
|
3223
3274
|
try {
|
|
3224
3275
|
await this._popupRedirectResolver._initialize(this);
|
|
@@ -3228,7 +3279,7 @@ class AuthImpl {
|
|
|
3228
3279
|
}
|
|
3229
3280
|
}
|
|
3230
3281
|
await this.initializeCurrentUser(popupRedirectResolver);
|
|
3231
|
-
this.lastNotifiedUid = ((
|
|
3282
|
+
this.lastNotifiedUid = ((_c = this.currentUser) === null || _c === void 0 ? void 0 : _c.uid) || null;
|
|
3232
3283
|
if (this._deleted) {
|
|
3233
3284
|
return;
|
|
3234
3285
|
}
|
|
@@ -3482,9 +3533,12 @@ class AuthImpl {
|
|
|
3482
3533
|
this._tenantPasswordPolicies[this.tenantId] = passwordPolicy;
|
|
3483
3534
|
}
|
|
3484
3535
|
}
|
|
3485
|
-
|
|
3536
|
+
_getPersistenceType() {
|
|
3486
3537
|
return this.assertedPersistence.persistence.type;
|
|
3487
3538
|
}
|
|
3539
|
+
_getPersistence() {
|
|
3540
|
+
return this.assertedPersistence.persistence;
|
|
3541
|
+
}
|
|
3488
3542
|
_updateErrorMap(errorMap) {
|
|
3489
3543
|
this._errorFactory = new ErrorFactory('auth', 'Firebase', errorMap());
|
|
3490
3544
|
}
|
|
@@ -5049,7 +5103,7 @@ class ActionCodeURL {
|
|
|
5049
5103
|
this.operation = operation;
|
|
5050
5104
|
this.code = code;
|
|
5051
5105
|
this.continueUrl = (_d = searchParams["continueUrl" /* QueryField.CONTINUE_URL */]) !== null && _d !== void 0 ? _d : null;
|
|
5052
|
-
this.languageCode = (_e = searchParams["
|
|
5106
|
+
this.languageCode = (_e = searchParams["lang" /* QueryField.LANGUAGE_CODE */]) !== null && _e !== void 0 ? _e : null;
|
|
5053
5107
|
this.tenantId = (_f = searchParams["tenantId" /* QueryField.TENANT_ID */]) !== null && _f !== void 0 ? _f : null;
|
|
5054
5108
|
}
|
|
5055
5109
|
/**
|
|
@@ -7835,7 +7889,7 @@ function multiFactor(user) {
|
|
|
7835
7889
|
}
|
|
7836
7890
|
|
|
7837
7891
|
var name = "@firebase/auth";
|
|
7838
|
-
var version = "1.
|
|
7892
|
+
var version = "1.10.0-auth-redirect-credentials.82faa0828";
|
|
7839
7893
|
|
|
7840
7894
|
/**
|
|
7841
7895
|
* @license
|
|
@@ -9655,4 +9709,4 @@ function generateNoEvent() {
|
|
|
9655
9709
|
}
|
|
9656
9710
|
|
|
9657
9711
|
export { signInWithEmailAndPassword as $, ActionCodeOperation as A, PhoneAuthCredential as B, inMemoryPersistence as C, EmailAuthProvider as D, EmailAuthCredential as E, FactorId as F, FacebookAuthProvider as G, GoogleAuthProvider as H, GithubAuthProvider as I, OAuthProvider as J, SAMLAuthProvider as K, signInAnonymously as L, signInWithCredential as M, linkWithCredential as N, OperationType as O, ProviderId as P, reauthenticateWithCredential as Q, signInWithCustomToken as R, SignInMethod as S, TwitterAuthProvider as T, sendPasswordResetEmail as U, confirmPasswordReset as V, applyActionCode as W, checkActionCode as X, verifyPasswordResetCode as Y, createUserWithEmailAndPassword as Z, _signInWithRedirect as _, _reauthenticateWithRedirect as a, debugFail as a$, sendSignInLinkToEmail as a0, isSignInWithEmailLink as a1, signInWithEmailLink as a2, fetchSignInMethodsForEmail as a3, sendEmailVerification as a4, verifyBeforeUpdateEmail as a5, ActionCodeURL as a6, parseActionCodeURL as a7, updateProfile as a8, updateEmail as a9, FAKE_TOKEN as aA, startEnrollPhoneMfa as aB, handleRecaptchaFlow as aC, sendPhoneVerificationCode as aD, _link$1 as aE, _assertInstanceOf as aF, _withDefaultResolver as aG, AbstractPopupRedirectOperation as aH, debugAssert as aI, _generateEventId as aJ, FederatedAuthProvider as aK, _getProjectConfig as aL, _fail as aM, _getCurrentUrl as aN, _gapiScriptUrl as aO, _emulatorUrl as aP, _isChromeIOS as aQ, _isFirefox as aR, _isIOSStandalone as aS, _getRedirectResult as aT, _overrideRedirectResult as aU, _getRedirectUrl as aV, _setWindowLocation as aW, _isMobileBrowser as aX, _isSafari as aY, _isIOS as aZ, AuthEventManager as a_, updatePassword as aa, getIdToken as ab, getIdTokenResult as ac, unlink as ad, getAdditionalUserInfo as ae, reload as af, getMultiFactorResolver as ag, multiFactor as ah, _performApiRequest as ai, _addTidIfNecessary as aj, Delay as ak, _window as al, _assert as am, isV2 as an, _createError as ao, _recaptchaV2ScriptUrl as ap, _loadJS as aq, MockReCaptcha as ar, _generateCallbackName as as, _castAuth as at, _isHttpOrHttps as au, _isWorker as av, getRecaptchaParams as aw, _serverAppCurrentUserOperationNotSupportedError as ax, _assertLinkedStatus as ay, _initializeRecaptchaConfig as az, _linkWithRedirect as b, finalizeEnrollPhoneMfa as b0, startEnrollTotpMfa as b1, finalizeEnrollTotpMfa as b2, _setExternalJSProvider as b3, _persistenceKeyName as b4, UserImpl as b5, _getInstance as b6, AuthImpl as b7, _getClientVersion as b8, FetchProvider as b9, SAMLAuthCredential as ba, signInWithRedirect as bb, linkWithRedirect as bc, reauthenticateWithRedirect as bd, indexedDBLocalPersistence as c, cordovaPopupRedirectResolver as d, browserLocalPersistence as e, browserSessionPersistence as f, getRedirectResult as g, initializeRecaptchaConfig as h, initializeAuth as i, beforeAuthStateChanged as j, onAuthStateChanged as k, updateCurrentUser as l, signOut as m, revokeAccessToken as n, onIdTokenChanged as o, deleteUser as p, debugErrorMap as q, registerAuth as r, setPersistence as s, prodErrorMap as t, useDeviceLanguage as u, validatePassword as v, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as w, connectAuthEmulator as x, AuthCredential as y, OAuthCredential as z };
|
|
9658
|
-
//# sourceMappingURL=popup_redirect-
|
|
9712
|
+
//# sourceMappingURL=popup_redirect-79d5de9a.js.map
|