@firebase/auth 0.19.6 → 0.19.7-canary.aaeab08ac

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/auth-public.d.ts +9 -0
  3. package/dist/auth.d.ts +9 -0
  4. package/dist/cordova/index.js +2 -2
  5. package/dist/cordova/internal.js +2 -2
  6. package/dist/cordova/{popup_redirect-0a21dcc2.js → popup_redirect-a3eeb4b5.js} +10 -13
  7. package/dist/cordova/popup_redirect-a3eeb4b5.js.map +1 -0
  8. package/dist/cordova/src/mfa/mfa_info.d.ts +3 -3
  9. package/dist/cordova/src/model/public_types.d.ts +8 -0
  10. package/dist/cordova/src/model/user.d.ts +1 -0
  11. package/dist/esm2017/{index-bc414788.js → index-86cc5550.js} +6 -9
  12. package/dist/esm2017/index-86cc5550.js.map +1 -0
  13. package/dist/esm2017/index.js +1 -1
  14. package/dist/esm2017/internal.js +2 -2
  15. package/dist/esm2017/src/mfa/mfa_info.d.ts +3 -3
  16. package/dist/esm2017/src/model/public_types.d.ts +8 -0
  17. package/dist/esm2017/src/model/user.d.ts +1 -0
  18. package/dist/esm5/{index-fb0ec9ba.js → index-69838253.js} +10 -13
  19. package/dist/esm5/index-69838253.js.map +1 -0
  20. package/dist/esm5/index.js +1 -1
  21. package/dist/esm5/internal.js +2 -2
  22. package/dist/esm5/src/mfa/mfa_info.d.ts +3 -3
  23. package/dist/esm5/src/model/public_types.d.ts +8 -0
  24. package/dist/esm5/src/model/user.d.ts +1 -0
  25. package/dist/index.webworker.esm5.js +9 -12
  26. package/dist/index.webworker.esm5.js.map +1 -1
  27. package/dist/node/{index-45556172.js → index-96ce8174.js} +10 -13
  28. package/dist/node/index-96ce8174.js.map +1 -0
  29. package/dist/node/index.js +1 -1
  30. package/dist/node/internal.js +1 -1
  31. package/dist/node/src/mfa/mfa_info.d.ts +3 -3
  32. package/dist/node/src/model/public_types.d.ts +8 -0
  33. package/dist/node/src/model/user.d.ts +1 -0
  34. package/dist/node-esm/{index-c4fe16cb.js → index-4823ced0.js} +6 -9
  35. package/dist/node-esm/index-4823ced0.js.map +1 -0
  36. package/dist/node-esm/index.js +1 -1
  37. package/dist/node-esm/internal.js +2 -2
  38. package/dist/node-esm/src/mfa/mfa_info.d.ts +3 -3
  39. package/dist/node-esm/src/model/public_types.d.ts +8 -0
  40. package/dist/node-esm/src/model/user.d.ts +1 -0
  41. package/dist/rn/index.js +51 -3
  42. package/dist/rn/index.js.map +1 -1
  43. package/dist/rn/internal.js +1 -1
  44. package/dist/rn/{phone-3071a546.js → phone-3f038c53.js} +10 -13
  45. package/dist/rn/phone-3f038c53.js.map +1 -0
  46. package/dist/rn/src/mfa/mfa_info.d.ts +3 -3
  47. package/dist/rn/src/model/public_types.d.ts +8 -0
  48. package/dist/rn/src/model/user.d.ts +1 -0
  49. package/dist/src/mfa/mfa_info.d.ts +3 -3
  50. package/dist/src/model/public_types.d.ts +8 -0
  51. package/dist/src/model/user.d.ts +1 -0
  52. package/package.json +7 -7
  53. package/dist/cordova/popup_redirect-0a21dcc2.js.map +0 -1
  54. package/dist/esm2017/index-bc414788.js.map +0 -1
  55. package/dist/esm5/index-fb0ec9ba.js.map +0 -1
  56. package/dist/node/index-45556172.js.map +0 -1
  57. package/dist/node-esm/index-c4fe16cb.js.map +0 -1
  58. package/dist/rn/phone-3071a546.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @firebase/auth
2
2
 
3
+ ## 0.19.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4983f4d5a`](https://github.com/firebase/firebase-js-sdk/commit/4983f4d5a0dc385c5b3e042ace44c8204d3cce81) [#5923](https://github.com/firebase/firebase-js-sdk/pull/5923) - Fix errors in compatibility layer when cookies are fully disabled in Chrome
8
+
9
+ * [`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f) [#5928](https://github.com/firebase/firebase-js-sdk/pull/5928) - Upgrade `node-fetch` dependency due to a security issue.
10
+
11
+ - [`e04b7452b`](https://github.com/firebase/firebase-js-sdk/commit/e04b7452bae10e6525cfb9c551f76a1aa98f9078) [#5924](https://github.com/firebase/firebase-js-sdk/pull/5924) (fixes [#5922](https://github.com/firebase/firebase-js-sdk/issues/5922)) - Add missing PhoneMultiFactorInfo public interface
12
+
13
+ * [`2820674b8`](https://github.com/firebase/firebase-js-sdk/commit/2820674b848e918ab164e7d0ec9d5b838bbfa6e0) [#5927](https://github.com/firebase/firebase-js-sdk/pull/5927) - Prevent React Native from logging a warning about deprecation of `AsyncStorage` if the developer has provided the non-deprecated version.
14
+
3
15
  ## 0.19.6
4
16
 
5
17
  ### Patch Changes
@@ -2383,6 +2383,15 @@ export declare class PhoneMultiFactorGenerator {
2383
2383
  static FACTOR_ID: string;
2384
2384
  }
2385
2385
 
2386
+ /**
2387
+ * The subclass of the {@link MultiFactorInfo} interface for phone number
2388
+ * second factors. The factorId of this second factor is {@link FactorId.PHONE}.
2389
+ */
2390
+ export declare interface PhoneMultiFactorInfo extends MultiFactorInfo {
2391
+ /** The phone number associated with the current second factor. */
2392
+ readonly phoneNumber: string;
2393
+ }
2394
+
2386
2395
  /**
2387
2396
  * Options used for signing-in with a second factor.
2388
2397
  *
package/dist/auth.d.ts CHANGED
@@ -2708,6 +2708,15 @@ export declare class PhoneMultiFactorGenerator {
2708
2708
  static FACTOR_ID: string;
2709
2709
  }
2710
2710
 
2711
+ /**
2712
+ * The subclass of the {@link MultiFactorInfo} interface for phone number
2713
+ * second factors. The factorId of this second factor is {@link FactorId.PHONE}.
2714
+ */
2715
+ export declare interface PhoneMultiFactorInfo extends MultiFactorInfo {
2716
+ /** The phone number associated with the current second factor. */
2717
+ readonly phoneNumber: string;
2718
+ }
2719
+
2711
2720
  /**
2712
2721
  * Options used for signing-in with a second factor.
2713
2722
  *
@@ -1,6 +1,6 @@
1
1
  import { getApp, _getProvider } from '@firebase/app';
2
- import { _ as _signInWithRedirect, a as _reauthenticateWithRedirect, b as _linkWithRedirect, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, d as cordovaPopupRedirectResolver } from './popup_redirect-0a21dcc2.js';
3
- export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-0a21dcc2.js';
2
+ import { _ as _signInWithRedirect, a as _reauthenticateWithRedirect, b as _linkWithRedirect, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, d as cordovaPopupRedirectResolver } from './popup_redirect-a3eeb4b5.js';
3
+ export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-a3eeb4b5.js';
4
4
  import 'tslib';
5
5
  import '@firebase/util';
6
6
  import '@firebase/component';
@@ -1,5 +1,5 @@
1
- import { ae as _performApiRequest, af as _addTidIfNecessary, ag as _createError, ah as _assert, ai as Delay, aj as _window, ak as _isHttpOrHttps, al as _isWorker, am as _castAuth, I as signInWithCredential, an as sendPhoneVerificationCode, ao as startEnrollPhoneMfa, J as linkWithCredential, ap as _assertLinkedStatus, K as reauthenticateWithCredential, aq as _link, w as PhoneAuthCredential, ar as debugAssert, as as _generateEventId, at as AbstractPopupRedirectOperation, au as _assertInstanceOf, av as _withDefaultResolver, aw as FederatedAuthProvider, ax as _fail, ay as _getProjectConfig, az as _getCurrentUrl, aA as _emulatorUrl, aB as _isChromeIOS, aC as _isFirefox, aD as _isIOSStandalone, aE as _isMobileBrowser, aF as _isSafari, aG as _isIOS, f as browserSessionPersistence, aH as _getRedirectResult, aI as _getRedirectUrl, aJ as _setWindowLocation, aK as AuthEventManager, aL as debugFail, aM as finalizeEnrollPhoneMfa, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, e as browserLocalPersistence } from './popup_redirect-0a21dcc2.js';
2
- export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, aQ as AuthImpl, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, aS as FetchProvider, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, aT as SAMLAuthCredential, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, aO as UserImpl, ah as _assert, am as _castAuth, ax as _fail, as as _generateEventId, aR as _getClientVersion, aP as _getInstance, aH as _getRedirectResult, aN as _persistenceKeyName, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, aV as linkWithRedirect, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, aW as reauthenticateWithRedirect, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, aU as signInWithRedirect, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-0a21dcc2.js';
1
+ import { ae as _performApiRequest, af as _addTidIfNecessary, ag as _createError, ah as _assert, ai as Delay, aj as _window, ak as _isHttpOrHttps, al as _isWorker, am as _castAuth, I as signInWithCredential, an as sendPhoneVerificationCode, ao as startEnrollPhoneMfa, J as linkWithCredential, ap as _assertLinkedStatus, K as reauthenticateWithCredential, aq as _link, w as PhoneAuthCredential, ar as debugAssert, as as _generateEventId, at as AbstractPopupRedirectOperation, au as _assertInstanceOf, av as _withDefaultResolver, aw as FederatedAuthProvider, ax as _fail, ay as _getProjectConfig, az as _getCurrentUrl, aA as _emulatorUrl, aB as _isChromeIOS, aC as _isFirefox, aD as _isIOSStandalone, aE as _isMobileBrowser, aF as _isSafari, aG as _isIOS, f as browserSessionPersistence, aH as _getRedirectResult, aI as _getRedirectUrl, aJ as _setWindowLocation, aK as AuthEventManager, aL as debugFail, aM as finalizeEnrollPhoneMfa, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, e as browserLocalPersistence } from './popup_redirect-a3eeb4b5.js';
2
+ export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, aQ as AuthImpl, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, aS as FetchProvider, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, aT as SAMLAuthCredential, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, aO as UserImpl, ah as _assert, am as _castAuth, ax as _fail, as as _generateEventId, aR as _getClientVersion, aP as _getInstance, aH as _getRedirectResult, aN as _persistenceKeyName, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, aV as linkWithRedirect, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, aW as reauthenticateWithRedirect, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, aU as signInWithRedirect, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-a3eeb4b5.js';
3
3
  import { __awaiter, __generator, __assign, __extends, __spreadArray } from 'tslib';
4
4
  import { querystring, getModularInstance, getUA } from '@firebase/util';
5
5
  import { SDK_VERSION, getApp, _getProvider } from '@firebase/app';
@@ -2613,10 +2613,6 @@ var UserImpl = /** @class */ (function () {
2613
2613
  var uid = _a.uid, auth = _a.auth, stsTokenManager = _a.stsTokenManager, opt = __rest(_a, ["uid", "auth", "stsTokenManager"]);
2614
2614
  // For the user object, provider is always Firebase.
2615
2615
  this.providerId = "firebase" /* FIREBASE */;
2616
- this.emailVerified = false;
2617
- this.isAnonymous = false;
2618
- this.tenantId = null;
2619
- this.providerData = [];
2620
2616
  this.proactiveRefresh = new ProactiveRefresh(this);
2621
2617
  this.reloadUserInfo = null;
2622
2618
  this.reloadListener = null;
@@ -2631,6 +2627,7 @@ var UserImpl = /** @class */ (function () {
2631
2627
  this.photoURL = opt.photoURL || null;
2632
2628
  this.isAnonymous = opt.isAnonymous || false;
2633
2629
  this.tenantId = opt.tenantId || null;
2630
+ this.providerData = opt.providerData ? __spreadArray([], opt.providerData) : [];
2634
2631
  this.metadata = new UserMetadata(opt.createdAt || undefined, opt.lastLoginAt || undefined);
2635
2632
  }
2636
2633
  UserImpl.prototype.getIdToken = function (forceRefresh) {
@@ -6343,23 +6340,23 @@ var MultiFactorInfoImpl = /** @class */ (function () {
6343
6340
  }
6344
6341
  MultiFactorInfoImpl._fromServerResponse = function (auth, enrollment) {
6345
6342
  if ('phoneInfo' in enrollment) {
6346
- return PhoneMultiFactorInfo._fromServerResponse(auth, enrollment);
6343
+ return PhoneMultiFactorInfoImpl._fromServerResponse(auth, enrollment);
6347
6344
  }
6348
6345
  return _fail(auth, "internal-error" /* INTERNAL_ERROR */);
6349
6346
  };
6350
6347
  return MultiFactorInfoImpl;
6351
6348
  }());
6352
- var PhoneMultiFactorInfo = /** @class */ (function (_super) {
6353
- __extends(PhoneMultiFactorInfo, _super);
6354
- function PhoneMultiFactorInfo(response) {
6349
+ var PhoneMultiFactorInfoImpl = /** @class */ (function (_super) {
6350
+ __extends(PhoneMultiFactorInfoImpl, _super);
6351
+ function PhoneMultiFactorInfoImpl(response) {
6355
6352
  var _this = _super.call(this, "phone" /* PHONE */, response) || this;
6356
6353
  _this.phoneNumber = response.phoneInfo;
6357
6354
  return _this;
6358
6355
  }
6359
- PhoneMultiFactorInfo._fromServerResponse = function (_auth, enrollment) {
6360
- return new PhoneMultiFactorInfo(enrollment);
6356
+ PhoneMultiFactorInfoImpl._fromServerResponse = function (_auth, enrollment) {
6357
+ return new PhoneMultiFactorInfoImpl(enrollment);
6361
6358
  };
6362
- return PhoneMultiFactorInfo;
6359
+ return PhoneMultiFactorInfoImpl;
6363
6360
  }(MultiFactorInfoImpl));
6364
6361
 
6365
6362
  /**
@@ -7701,7 +7698,7 @@ function multiFactor(user) {
7701
7698
  }
7702
7699
 
7703
7700
  var name = "@firebase/auth";
7704
- var version = "0.19.6";
7701
+ var version = "0.19.7-canary.aaeab08ac";
7705
7702
 
7706
7703
  /**
7707
7704
  * @license
@@ -9843,4 +9840,4 @@ function generateNoEvent() {
9843
9840
  }
9844
9841
 
9845
9842
  export { fetchSignInMethodsForEmail as $, ActionCodeOperation as A, GithubAuthProvider as B, OAuthProvider as C, SAMLAuthProvider as D, EmailAuthCredential as E, FactorId as F, GoogleAuthProvider as G, signInAnonymously as H, signInWithCredential as I, linkWithCredential as J, reauthenticateWithCredential as K, signInWithCustomToken as L, sendPasswordResetEmail as M, confirmPasswordReset as N, OperationType as O, ProviderId as P, applyActionCode as Q, checkActionCode as R, SignInMethod as S, TwitterAuthProvider as T, verifyPasswordResetCode as U, createUserWithEmailAndPassword as V, signInWithEmailAndPassword as W, sendSignInLinkToEmail as X, isSignInWithEmailLink as Y, signInWithEmailLink as Z, _signInWithRedirect as _, _reauthenticateWithRedirect as a, sendEmailVerification as a0, verifyBeforeUpdateEmail as a1, ActionCodeURL as a2, parseActionCodeURL as a3, updateProfile as a4, updateEmail as a5, updatePassword as a6, getIdToken as a7, getIdTokenResult as a8, unlink as a9, _emulatorUrl as aA, _isChromeIOS as aB, _isFirefox as aC, _isIOSStandalone as aD, _isMobileBrowser as aE, _isSafari as aF, _isIOS as aG, _getRedirectResult as aH, _getRedirectUrl as aI, _setWindowLocation as aJ, AuthEventManager as aK, debugFail as aL, finalizeEnrollPhoneMfa as aM, _persistenceKeyName as aN, UserImpl as aO, _getInstance as aP, AuthImpl as aQ, _getClientVersion as aR, FetchProvider as aS, SAMLAuthCredential as aT, signInWithRedirect as aU, linkWithRedirect as aV, reauthenticateWithRedirect as aW, getAdditionalUserInfo as aa, reload as ab, getMultiFactorResolver as ac, multiFactor as ad, _performApiRequest as ae, _addTidIfNecessary as af, _createError as ag, _assert as ah, Delay as ai, _window as aj, _isHttpOrHttps as ak, _isWorker as al, _castAuth as am, sendPhoneVerificationCode as an, startEnrollPhoneMfa as ao, _assertLinkedStatus as ap, _link$1 as aq, debugAssert as ar, _generateEventId as as, AbstractPopupRedirectOperation as at, _assertInstanceOf as au, _withDefaultResolver as av, FederatedAuthProvider as aw, _fail as ax, _getProjectConfig as ay, _getCurrentUrl as az, _linkWithRedirect as b, indexedDBLocalPersistence as c, cordovaPopupRedirectResolver as d, browserLocalPersistence as e, browserSessionPersistence as f, getRedirectResult as g, onAuthStateChanged as h, initializeAuth as i, updateCurrentUser as j, signOut as k, deleteUser as l, debugErrorMap as m, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as n, onIdTokenChanged as o, prodErrorMap as p, connectAuthEmulator as q, registerAuth as r, setPersistence as s, AuthCredential as t, useDeviceLanguage as u, OAuthCredential as v, PhoneAuthCredential as w, inMemoryPersistence as x, EmailAuthProvider as y, FacebookAuthProvider as z };
9846
- //# sourceMappingURL=popup_redirect-0a21dcc2.js.map
9843
+ //# sourceMappingURL=popup_redirect-a3eeb4b5.js.map