@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 } from '@firebase/util';
|
|
1
|
+
import { ErrorFactory, isBrowserExtension, isMobileCordova, isReactNative, FirebaseError, querystring, isCloudflareWorker, isCloudWorkstation, getModularInstance, base64Decode, getUA, isIE, createSubscribe, deepEqual, querystringDecode, extractQuerystring } 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';
|
|
@@ -770,6 +770,14 @@ const SERVER_ERROR_MAP = {
|
|
|
770
770
|
* See the License for the specific language governing permissions and
|
|
771
771
|
* limitations under the License.
|
|
772
772
|
*/
|
|
773
|
+
const CookieAuthProxiedEndpoints = [
|
|
774
|
+
"/v1/accounts:signInWithCustomToken" /* Endpoint.SIGN_IN_WITH_CUSTOM_TOKEN */,
|
|
775
|
+
"/v1/accounts:signInWithEmailLink" /* Endpoint.SIGN_IN_WITH_EMAIL_LINK */,
|
|
776
|
+
"/v1/accounts:signInWithIdp" /* Endpoint.SIGN_IN_WITH_IDP */,
|
|
777
|
+
"/v1/accounts:signInWithPassword" /* Endpoint.SIGN_IN_WITH_PASSWORD */,
|
|
778
|
+
"/v1/accounts:signInWithPhoneNumber" /* Endpoint.SIGN_IN_WITH_PHONE_NUMBER */,
|
|
779
|
+
"/v1/token" /* Endpoint.TOKEN */
|
|
780
|
+
];
|
|
773
781
|
const DEFAULT_API_TIMEOUT_MS = new Delay(30000, 60000);
|
|
774
782
|
function _addTidIfNecessary(auth, request) {
|
|
775
783
|
if (auth.tenantId && !request.tenantId) {
|
|
@@ -806,7 +814,10 @@ async function _performApiRequest(auth, method, path, request, customErrorMap =
|
|
|
806
814
|
if (!isCloudflareWorker()) {
|
|
807
815
|
fetchArgs.referrerPolicy = 'no-referrer';
|
|
808
816
|
}
|
|
809
|
-
|
|
817
|
+
if (auth.emulatorConfig && isCloudWorkstation(auth.emulatorConfig.host)) {
|
|
818
|
+
fetchArgs.credentials = 'include';
|
|
819
|
+
}
|
|
820
|
+
return FetchProvider.fetch()(await _getFinalTarget(auth, auth.config.apiHost, path, query), fetchArgs);
|
|
810
821
|
});
|
|
811
822
|
}
|
|
812
823
|
async function _performFetchWithErrorHandling(auth, customErrorMap, fetchFn) {
|
|
@@ -871,12 +882,25 @@ async function _performSignInRequest(auth, method, path, request, customErrorMap
|
|
|
871
882
|
}
|
|
872
883
|
return serverResponse;
|
|
873
884
|
}
|
|
874
|
-
function _getFinalTarget(auth, host, path, query) {
|
|
885
|
+
async function _getFinalTarget(auth, host, path, query) {
|
|
875
886
|
const base = `${host}${path}?${query}`;
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
887
|
+
const authInternal = auth;
|
|
888
|
+
const finalTarget = authInternal.config.emulator
|
|
889
|
+
? _emulatorUrl(auth.config, base)
|
|
890
|
+
: `${auth.config.apiScheme}://${base}`;
|
|
891
|
+
// Cookie auth works by MiTMing the signIn and token endpoints from the developer's backend,
|
|
892
|
+
// saving the idToken and refreshToken into cookies, and then redacting the refreshToken
|
|
893
|
+
// from the response
|
|
894
|
+
if (CookieAuthProxiedEndpoints.includes(path)) {
|
|
895
|
+
// Persistence manager is async, we need to await it. We can't just wait for auth initialized
|
|
896
|
+
// here since auth initialization calls this function.
|
|
897
|
+
await authInternal._persistenceManagerAvailable;
|
|
898
|
+
if (authInternal._getPersistenceType() === "COOKIE" /* PersistenceType.COOKIE */) {
|
|
899
|
+
const cookiePersistence = authInternal._getPersistence();
|
|
900
|
+
return cookiePersistence._getFinalTarget(finalTarget).toString();
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
return finalTarget;
|
|
880
904
|
}
|
|
881
905
|
function _parseEnforcementState(enforcementStateStr) {
|
|
882
906
|
switch (enforcementStateStr) {
|
|
@@ -1452,7 +1476,7 @@ async function requestStsToken(auth, refreshToken) {
|
|
|
1452
1476
|
'refresh_token': refreshToken
|
|
1453
1477
|
}).slice(1);
|
|
1454
1478
|
const { tokenApiHost, apiKey } = auth.config;
|
|
1455
|
-
const url = _getFinalTarget(auth, tokenApiHost, "/v1/token" /* Endpoint.TOKEN */, `key=${apiKey}`);
|
|
1479
|
+
const url = await _getFinalTarget(auth, tokenApiHost, "/v1/token" /* Endpoint.TOKEN */, `key=${apiKey}`);
|
|
1456
1480
|
const headers = await auth._getAdditionalHeaders();
|
|
1457
1481
|
headers["Content-Type" /* HttpHeader.CONTENT_TYPE */] = 'application/x-www-form-urlencoded';
|
|
1458
1482
|
return FetchProvider.fetch()(url, {
|
|
@@ -1943,7 +1967,17 @@ class PersistenceUserManager {
|
|
|
1943
1967
|
}
|
|
1944
1968
|
async getCurrentUser() {
|
|
1945
1969
|
const blob = await this.persistence._get(this.fullUserKey);
|
|
1946
|
-
|
|
1970
|
+
if (!blob) {
|
|
1971
|
+
return null;
|
|
1972
|
+
}
|
|
1973
|
+
if (typeof blob === 'string') {
|
|
1974
|
+
const response = await getAccountInfo(this.auth, { idToken: blob }).catch(() => undefined);
|
|
1975
|
+
if (!response) {
|
|
1976
|
+
return null;
|
|
1977
|
+
}
|
|
1978
|
+
return UserImpl._fromGetAccountInfoResponse(this.auth, response, blob);
|
|
1979
|
+
}
|
|
1980
|
+
return UserImpl._fromJSON(this.auth, blob);
|
|
1947
1981
|
}
|
|
1948
1982
|
removeCurrentUser() {
|
|
1949
1983
|
return this.persistence._remove(this.fullUserKey);
|
|
@@ -1990,7 +2024,19 @@ class PersistenceUserManager {
|
|
|
1990
2024
|
try {
|
|
1991
2025
|
const blob = await persistence._get(key);
|
|
1992
2026
|
if (blob) {
|
|
1993
|
-
|
|
2027
|
+
let user;
|
|
2028
|
+
if (typeof blob === 'string') {
|
|
2029
|
+
const response = await getAccountInfo(auth, {
|
|
2030
|
+
idToken: blob
|
|
2031
|
+
}).catch(() => undefined);
|
|
2032
|
+
if (!response) {
|
|
2033
|
+
break;
|
|
2034
|
+
}
|
|
2035
|
+
user = await UserImpl._fromGetAccountInfoResponse(auth, response, blob);
|
|
2036
|
+
}
|
|
2037
|
+
else {
|
|
2038
|
+
user = UserImpl._fromJSON(auth, blob); // throws for unparsable blob (wrong format)
|
|
2039
|
+
}
|
|
1994
2040
|
if (persistence !== selectedPersistence) {
|
|
1995
2041
|
userToMigrate = user;
|
|
1996
2042
|
}
|
|
@@ -2488,6 +2534,7 @@ class AuthImpl {
|
|
|
2488
2534
|
this._tenantRecaptchaConfigs = {};
|
|
2489
2535
|
this._projectPasswordPolicy = null;
|
|
2490
2536
|
this._tenantPasswordPolicies = {};
|
|
2537
|
+
this._resolvePersistenceManagerAvailable = undefined;
|
|
2491
2538
|
// Tracks the last notified UID for state change listeners to prevent
|
|
2492
2539
|
// repeated calls to the callbacks. Undefined means it's never been
|
|
2493
2540
|
// called, whereas null means it's been called with a signed out user
|
|
@@ -2498,6 +2545,9 @@ class AuthImpl {
|
|
|
2498
2545
|
this.frameworks = [];
|
|
2499
2546
|
this.name = app.name;
|
|
2500
2547
|
this.clientVersion = config.sdkClientVersion;
|
|
2548
|
+
// TODO(jamesdaniels) explore less hacky way to do this, cookie authentication needs
|
|
2549
|
+
// persistenceMananger to be available. see _getFinalTarget for more context
|
|
2550
|
+
this._persistenceManagerAvailable = new Promise(resolve => (this._resolvePersistenceManagerAvailable = resolve));
|
|
2501
2551
|
}
|
|
2502
2552
|
_initializeWithPersistence(persistenceHierarchy, popupRedirectResolver) {
|
|
2503
2553
|
if (popupRedirectResolver) {
|
|
@@ -2506,17 +2556,18 @@ class AuthImpl {
|
|
|
2506
2556
|
// Have to check for app deletion throughout initialization (after each
|
|
2507
2557
|
// promise resolution)
|
|
2508
2558
|
this._initializationPromise = this.queue(async () => {
|
|
2509
|
-
var _a, _b;
|
|
2559
|
+
var _a, _b, _c;
|
|
2510
2560
|
if (this._deleted) {
|
|
2511
2561
|
return;
|
|
2512
2562
|
}
|
|
2513
2563
|
this.persistenceManager = await PersistenceUserManager.create(this, persistenceHierarchy);
|
|
2564
|
+
(_a = this._resolvePersistenceManagerAvailable) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
2514
2565
|
if (this._deleted) {
|
|
2515
2566
|
return;
|
|
2516
2567
|
}
|
|
2517
2568
|
// Initialize the resolver early if necessary (only applicable to web:
|
|
2518
2569
|
// this will cause the iframe to load immediately in certain cases)
|
|
2519
|
-
if ((
|
|
2570
|
+
if ((_b = this._popupRedirectResolver) === null || _b === void 0 ? void 0 : _b._shouldInitProactively) {
|
|
2520
2571
|
// If this fails, don't halt auth loading
|
|
2521
2572
|
try {
|
|
2522
2573
|
await this._popupRedirectResolver._initialize(this);
|
|
@@ -2526,7 +2577,7 @@ class AuthImpl {
|
|
|
2526
2577
|
}
|
|
2527
2578
|
}
|
|
2528
2579
|
await this.initializeCurrentUser(popupRedirectResolver);
|
|
2529
|
-
this.lastNotifiedUid = ((
|
|
2580
|
+
this.lastNotifiedUid = ((_c = this.currentUser) === null || _c === void 0 ? void 0 : _c.uid) || null;
|
|
2530
2581
|
if (this._deleted) {
|
|
2531
2582
|
return;
|
|
2532
2583
|
}
|
|
@@ -2780,9 +2831,12 @@ class AuthImpl {
|
|
|
2780
2831
|
this._tenantPasswordPolicies[this.tenantId] = passwordPolicy;
|
|
2781
2832
|
}
|
|
2782
2833
|
}
|
|
2783
|
-
|
|
2834
|
+
_getPersistenceType() {
|
|
2784
2835
|
return this.assertedPersistence.persistence.type;
|
|
2785
2836
|
}
|
|
2837
|
+
_getPersistence() {
|
|
2838
|
+
return this.assertedPersistence.persistence;
|
|
2839
|
+
}
|
|
2786
2840
|
_updateErrorMap(errorMap) {
|
|
2787
2841
|
this._errorFactory = new ErrorFactory('auth', 'Firebase', errorMap());
|
|
2788
2842
|
}
|
|
@@ -4347,7 +4401,7 @@ class ActionCodeURL {
|
|
|
4347
4401
|
this.operation = operation;
|
|
4348
4402
|
this.code = code;
|
|
4349
4403
|
this.continueUrl = (_d = searchParams["continueUrl" /* QueryField.CONTINUE_URL */]) !== null && _d !== void 0 ? _d : null;
|
|
4350
|
-
this.languageCode = (_e = searchParams["
|
|
4404
|
+
this.languageCode = (_e = searchParams["lang" /* QueryField.LANGUAGE_CODE */]) !== null && _e !== void 0 ? _e : null;
|
|
4351
4405
|
this.tenantId = (_f = searchParams["tenantId" /* QueryField.TENANT_ID */]) !== null && _f !== void 0 ? _f : null;
|
|
4352
4406
|
}
|
|
4353
4407
|
/**
|
|
@@ -8025,7 +8079,7 @@ function _isEmptyString(input) {
|
|
|
8025
8079
|
}
|
|
8026
8080
|
|
|
8027
8081
|
var name = "@firebase/auth";
|
|
8028
|
-
var version = "1.
|
|
8082
|
+
var version = "1.10.0-auth-redirect-credentials.82faa0828";
|
|
8029
8083
|
|
|
8030
8084
|
/**
|
|
8031
8085
|
* @license
|
|
@@ -8172,4 +8226,4 @@ function registerAuth(clientPlatform) {
|
|
|
8172
8226
|
}
|
|
8173
8227
|
|
|
8174
8228
|
export { updateEmail as $, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as A, linkWithCredential as B, reauthenticateWithCredential as C, signInWithCustomToken as D, EmailAuthCredential as E, FacebookAuthProvider as F, GoogleAuthProvider as G, sendPasswordResetEmail as H, confirmPasswordReset as I, applyActionCode as J, checkActionCode as K, verifyPasswordResetCode as L, createUserWithEmailAndPassword as M, signInWithEmailAndPassword as N, OAuthCredential as O, PhoneAuthCredential as P, sendSignInLinkToEmail as Q, isSignInWithEmailLink as R, SAMLAuthProvider as S, TotpMultiFactorGenerator as T, signInWithEmailLink as U, fetchSignInMethodsForEmail as V, sendEmailVerification as W, verifyBeforeUpdateEmail as X, ActionCodeURL as Y, parseActionCodeURL as Z, updateProfile as _, indexedDBLocalPersistence as a, FetchProvider as a$, updatePassword as a0, getIdToken as a1, getIdTokenResult as a2, unlink as a3, getAdditionalUserInfo as a4, reload as a5, getMultiFactorResolver as a6, multiFactor as a7, STORAGE_AVAILABLE_KEY as a8, _isMobileBrowser as a9, signInWithIdp as aA, _fail as aB, debugAssert as aC, _assertInstanceOf as aD, _generateEventId as aE, FederatedAuthProvider as aF, _persistenceKeyName as aG, _performApiRequest as aH, _getCurrentUrl as aI, _gapiScriptUrl as aJ, _emulatorUrl as aK, _isChromeIOS as aL, _isFirefox as aM, _isIOSStandalone as aN, BaseOAuthProvider as aO, _setWindowLocation as aP, _isSafari as aQ, _isIOS as aR, MultiFactorAssertionImpl as aS, finalizeEnrollPhoneMfa as aT, finalizeSignInPhoneMfa as aU, _setExternalJSProvider as aV, _isAndroid as aW, _isIOS7Or8 as aX, UserImpl as aY, AuthImpl as aZ, _getClientVersion as a_, _isIE10 as aa, Delay as ab, _window as ac, _assert as ad, isV2 as ae, _createError as af, _recaptchaV2ScriptUrl as ag, _loadJS as ah, MockReCaptcha as ai, _generateCallbackName as aj, _castAuth as ak, _isHttpOrHttps as al, _isWorker as am, getRecaptchaParams as an, _serverAppCurrentUserOperationNotSupportedError as ao, _assertLinkedStatus as ap, _initializeRecaptchaConfig as aq, FAKE_TOKEN as ar, startEnrollPhoneMfa as as, handleRecaptchaFlow as at, startSignInPhoneMfa as au, sendPhoneVerificationCode as av, _link as aw, _getInstance as ax, _signInWithCredential as ay, _reauthenticate as az, TotpSecret as b, SAMLAuthCredential as b0, connectAuthEmulator as c, initializeRecaptchaConfig as d, beforeAuthStateChanged as e, onAuthStateChanged as f, updateCurrentUser as g, signOut as h, initializeAuth as i, revokeAccessToken as j, deleteUser as k, debugErrorMap as l, AuthCredential as m, inMemoryPersistence as n, onIdTokenChanged as o, prodErrorMap as p, EmailAuthProvider as q, registerAuth as r, setPersistence as s, GithubAuthProvider as t, useDeviceLanguage as u, validatePassword as v, OAuthProvider as w, TwitterAuthProvider as x, signInAnonymously as y, signInWithCredential as z };
|
|
8175
|
-
//# sourceMappingURL=register-
|
|
8229
|
+
//# sourceMappingURL=register-59e2f235.js.map
|