@firebase/auth 0.22.0-canary.852ded64d → 0.22.0-canary.ea3849fff

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 (91) hide show
  1. package/dist/auth.d.ts +1 -0
  2. package/dist/browser-cjs/{index-845ba5cf.js → index-a4932583.js} +62 -26
  3. package/dist/browser-cjs/index-a4932583.js.map +1 -0
  4. package/dist/browser-cjs/index.js +1 -1
  5. package/dist/browser-cjs/internal.js +1 -1
  6. package/dist/browser-cjs/src/api/index.d.ts +2 -1
  7. package/dist/browser-cjs/src/core/auth/auth_impl.d.ts +4 -1
  8. package/dist/browser-cjs/src/core/util/handler.d.ts +1 -1
  9. package/dist/browser-cjs/src/core/util/log.d.ts +1 -0
  10. package/dist/browser-cjs/src/model/auth.d.ts +1 -0
  11. package/dist/browser-cjs/test/helpers/mock_auth.d.ts +5 -0
  12. package/dist/cordova/index.js +2 -2
  13. package/dist/cordova/internal.js +15 -6
  14. package/dist/cordova/internal.js.map +1 -1
  15. package/dist/cordova/{popup_redirect-77fcd73a.js → popup_redirect-e2867f33.js} +120 -64
  16. package/dist/cordova/popup_redirect-e2867f33.js.map +1 -0
  17. package/dist/cordova/src/api/index.d.ts +2 -1
  18. package/dist/cordova/src/core/auth/auth_impl.d.ts +4 -1
  19. package/dist/cordova/src/core/util/handler.d.ts +1 -1
  20. package/dist/cordova/src/core/util/log.d.ts +1 -0
  21. package/dist/cordova/src/model/auth.d.ts +1 -0
  22. package/dist/cordova/test/helpers/mock_auth.d.ts +5 -0
  23. package/dist/esm2017/{index-c088f05c.js → index-5eca8e8e.js} +62 -26
  24. package/dist/esm2017/index-5eca8e8e.js.map +1 -0
  25. package/dist/esm2017/index.js +1 -1
  26. package/dist/esm2017/internal.js +2 -2
  27. package/dist/esm2017/src/api/index.d.ts +2 -1
  28. package/dist/esm2017/src/core/auth/auth_impl.d.ts +4 -1
  29. package/dist/esm2017/src/core/util/handler.d.ts +1 -1
  30. package/dist/esm2017/src/core/util/log.d.ts +1 -0
  31. package/dist/esm2017/src/model/auth.d.ts +1 -0
  32. package/dist/esm2017/test/helpers/mock_auth.d.ts +5 -0
  33. package/dist/esm5/{index-7119ea16.js → index-ea49ccf6.js} +133 -68
  34. package/dist/esm5/index-ea49ccf6.js.map +1 -0
  35. package/dist/esm5/index.js +1 -1
  36. package/dist/esm5/internal.js +2 -2
  37. package/dist/esm5/src/api/index.d.ts +2 -1
  38. package/dist/esm5/src/core/auth/auth_impl.d.ts +4 -1
  39. package/dist/esm5/src/core/util/handler.d.ts +1 -1
  40. package/dist/esm5/src/core/util/log.d.ts +1 -0
  41. package/dist/esm5/src/model/auth.d.ts +1 -0
  42. package/dist/esm5/test/helpers/mock_auth.d.ts +5 -0
  43. package/dist/index.webworker.esm5.js +59 -22
  44. package/dist/index.webworker.esm5.js.map +1 -1
  45. package/dist/node/index.js +1 -1
  46. package/dist/node/internal.js +61 -42
  47. package/dist/node/internal.js.map +1 -1
  48. package/dist/node/src/api/index.d.ts +2 -1
  49. package/dist/node/src/core/auth/auth_impl.d.ts +4 -1
  50. package/dist/node/src/core/util/handler.d.ts +1 -1
  51. package/dist/node/src/core/util/log.d.ts +1 -0
  52. package/dist/node/src/model/auth.d.ts +1 -0
  53. package/dist/node/test/helpers/mock_auth.d.ts +5 -0
  54. package/dist/node/{totp-220d9279.js → totp-e4b57fc2.js} +60 -23
  55. package/dist/node/totp-e4b57fc2.js.map +1 -0
  56. package/dist/node-esm/index.js +1 -1
  57. package/dist/node-esm/internal.js +16 -4
  58. package/dist/node-esm/internal.js.map +1 -1
  59. package/dist/node-esm/src/api/index.d.ts +2 -1
  60. package/dist/node-esm/src/core/auth/auth_impl.d.ts +4 -1
  61. package/dist/node-esm/src/core/util/handler.d.ts +1 -1
  62. package/dist/node-esm/src/core/util/log.d.ts +1 -0
  63. package/dist/node-esm/src/model/auth.d.ts +1 -0
  64. package/dist/node-esm/test/helpers/mock_auth.d.ts +5 -0
  65. package/dist/node-esm/{totp-3a805e5d.js → totp-3a67b88c.js} +45 -22
  66. package/dist/node-esm/totp-3a67b88c.js.map +1 -0
  67. package/dist/rn/index.js +1 -1
  68. package/dist/rn/internal.js +74 -46
  69. package/dist/rn/internal.js.map +1 -1
  70. package/dist/rn/{phone-a751cf13.js → phone-6ea1b9dd.js} +60 -23
  71. package/dist/rn/phone-6ea1b9dd.js.map +1 -0
  72. package/dist/rn/src/api/index.d.ts +2 -1
  73. package/dist/rn/src/core/auth/auth_impl.d.ts +4 -1
  74. package/dist/rn/src/core/util/handler.d.ts +1 -1
  75. package/dist/rn/src/core/util/log.d.ts +1 -0
  76. package/dist/rn/src/model/auth.d.ts +1 -0
  77. package/dist/rn/test/helpers/mock_auth.d.ts +5 -0
  78. package/dist/src/api/index.d.ts +2 -1
  79. package/dist/src/core/auth/auth_impl.d.ts +4 -1
  80. package/dist/src/core/util/handler.d.ts +1 -1
  81. package/dist/src/core/util/log.d.ts +1 -0
  82. package/dist/src/model/auth.d.ts +1 -0
  83. package/dist/test/helpers/mock_auth.d.ts +5 -0
  84. package/package.json +6 -6
  85. package/dist/browser-cjs/index-845ba5cf.js.map +0 -1
  86. package/dist/cordova/popup_redirect-77fcd73a.js.map +0 -1
  87. package/dist/esm2017/index-c088f05c.js.map +0 -1
  88. package/dist/esm5/index-7119ea16.js.map +0 -1
  89. package/dist/node/totp-220d9279.js.map +0 -1
  90. package/dist/node-esm/totp-3a805e5d.js.map +0 -1
  91. package/dist/rn/phone-a751cf13.js.map +0 -1
@@ -29,7 +29,8 @@ export declare const enum HttpHeader {
29
29
  X_FIREBASE_LOCALE = "X-Firebase-Locale",
30
30
  X_CLIENT_VERSION = "X-Client-Version",
31
31
  X_FIREBASE_GMPID = "X-Firebase-gmpid",
32
- X_FIREBASE_CLIENT = "X-Firebase-Client"
32
+ X_FIREBASE_CLIENT = "X-Firebase-Client",
33
+ X_FIREBASE_APP_CHECK = "X-Firebase-AppCheck"
33
34
  }
34
35
  export declare const enum Endpoint {
35
36
  CREATE_AUTH_URI = "/v1/accounts:createAuthUri",
@@ -16,6 +16,7 @@
16
16
  */
17
17
  import { _FirebaseService, FirebaseApp } from '@firebase/app';
18
18
  import { Provider } from '@firebase/component';
19
+ import { AppCheckInternalComponentName } from '@firebase/app-check-interop-types';
19
20
  import { Auth, AuthErrorMap, AuthSettings, EmulatorConfig, NextOrObserver, Persistence, PopupRedirectResolver, User, CompleteFn, ErrorFn, Unsubscribe } from '../../model/public_types';
20
21
  import { ErrorFactory } from '@firebase/util';
21
22
  import { AuthInternal, ConfigInternal } from '../../model/auth';
@@ -31,6 +32,7 @@ export declare const enum DefaultConfig {
31
32
  export declare class AuthImpl implements AuthInternal, _FirebaseService {
32
33
  readonly app: FirebaseApp;
33
34
  private readonly heartbeatServiceProvider;
35
+ private readonly appCheckServiceProvider;
34
36
  readonly config: ConfigInternal;
35
37
  currentUser: User | null;
36
38
  emulatorConfig: EmulatorConfig | null;
@@ -53,7 +55,7 @@ export declare class AuthImpl implements AuthInternal, _FirebaseService {
53
55
  languageCode: string | null;
54
56
  tenantId: string | null;
55
57
  settings: AuthSettings;
56
- constructor(app: FirebaseApp, heartbeatServiceProvider: Provider<'heartbeat'>, config: ConfigInternal);
58
+ constructor(app: FirebaseApp, heartbeatServiceProvider: Provider<'heartbeat'>, appCheckServiceProvider: Provider<AppCheckInternalComponentName>, config: ConfigInternal);
57
59
  _initializeWithPersistence(persistenceHierarchy: PersistenceInternal[], popupRedirectResolver?: PopupRedirectResolver): Promise<void>;
58
60
  /**
59
61
  * If the persistence is changed in another window, the user manager will let us know
@@ -100,6 +102,7 @@ export declare class AuthImpl implements AuthInternal, _FirebaseService {
100
102
  _logFramework(framework: string): void;
101
103
  _getFrameworks(): readonly string[];
102
104
  _getAdditionalHeaders(): Promise<Record<string, string>>;
105
+ _getAppCheckToken(): Promise<string | undefined>;
103
106
  }
104
107
  /**
105
108
  * Method to be used to cast down to our private implmentation of Auth.
@@ -17,4 +17,4 @@
17
17
  import { AuthProvider } from '../../model/public_types';
18
18
  import { AuthInternal } from '../../model/auth';
19
19
  import { AuthEventType } from '../../model/popup_redirect';
20
- export declare function _getRedirectUrl(auth: AuthInternal, provider: AuthProvider, authType: AuthEventType, redirectUrl?: string, eventId?: string, additionalParams?: Record<string, string>): string;
20
+ export declare function _getRedirectUrl(auth: AuthInternal, provider: AuthProvider, authType: AuthEventType, redirectUrl?: string, eventId?: string, additionalParams?: Record<string, string>): Promise<string>;
@@ -19,4 +19,5 @@ export { LogLevel };
19
19
  export declare function _getLogLevel(): LogLevel;
20
20
  export declare function _setLogLevel(newLevel: LogLevel): void;
21
21
  export declare function _logDebug(msg: string, ...args: string[]): void;
22
+ export declare function _logWarn(msg: string, ...args: string[]): void;
22
23
  export declare function _logError(msg: string, ...args: string[]): void;
@@ -64,6 +64,7 @@ export interface AuthInternal extends Auth {
64
64
  _logFramework(framework: string): void;
65
65
  _getFrameworks(): readonly string[];
66
66
  _getAdditionalHeaders(): Promise<Record<string, string>>;
67
+ _getAppCheckToken(): Promise<string | undefined>;
67
68
  readonly name: AppName;
68
69
  readonly config: ConfigInternal;
69
70
  languageCode: string | null;
@@ -15,6 +15,7 @@
15
15
  * limitations under the License.
16
16
  */
17
17
  import { Provider } from '@firebase/component';
18
+ import { AppCheckTokenResult } from '@firebase/app-check-interop-types';
18
19
  import { PopupRedirectResolver } from '../../src/model/public_types';
19
20
  import { AuthImpl } from '../../src/core/auth/auth_impl';
20
21
  import { PersistedBlob } from '../../src/core/persistence';
@@ -33,6 +34,10 @@ export declare const FAKE_HEARTBEAT_CONTROLLER: {
33
34
  getHeartbeatsHeader: () => Promise<string>;
34
35
  };
35
36
  export declare const FAKE_HEARTBEAT_CONTROLLER_PROVIDER: Provider<'heartbeat'>;
37
+ export declare const FAKE_APP_CHECK_CONTROLLER: {
38
+ getToken: () => Promise<AppCheckTokenResult>;
39
+ };
40
+ export declare const FAKE_APP_CHECK_CONTROLLER_PROVIDER: Provider<'app-check-internal'>;
36
41
  export declare class MockPersistenceLayer extends InMemoryPersistence {
37
42
  lastObjectSet: PersistedBlob | null;
38
43
  _set(key: string, object: PersistedBlob): Promise<void>;
@@ -421,6 +421,11 @@ const AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY = {
421
421
  * limitations under the License.
422
422
  */
423
423
  const logClient = new Logger('@firebase/auth');
424
+ function _logWarn(msg, ...args) {
425
+ if (logClient.logLevel <= LogLevel.WARN) {
426
+ logClient.warn(`Auth (${SDK_VERSION}): ${msg}`, ...args);
427
+ }
428
+ }
424
429
  function _logError(msg, ...args) {
425
430
  if (logClient.logLevel <= LogLevel.ERROR) {
426
431
  logClient.error(`Auth (${SDK_VERSION}): ${msg}`, ...args);
@@ -2227,9 +2232,10 @@ class AuthMiddlewareQueue {
2227
2232
  * limitations under the License.
2228
2233
  */
2229
2234
  class AuthImpl {
2230
- constructor(app, heartbeatServiceProvider, config) {
2235
+ constructor(app, heartbeatServiceProvider, appCheckServiceProvider, config) {
2231
2236
  this.app = app;
2232
2237
  this.heartbeatServiceProvider = heartbeatServiceProvider;
2238
+ this.appCheckServiceProvider = appCheckServiceProvider;
2233
2239
  this.config = config;
2234
2240
  this.currentUser = null;
2235
2241
  this.emulatorConfig = null;
@@ -2645,8 +2651,26 @@ class AuthImpl {
2645
2651
  if (heartbeatsHeader) {
2646
2652
  headers["X-Firebase-Client" /* HttpHeader.X_FIREBASE_CLIENT */] = heartbeatsHeader;
2647
2653
  }
2654
+ // If the App Check service exists, add the App Check token in the headers
2655
+ const appCheckToken = await this._getAppCheckToken();
2656
+ if (appCheckToken) {
2657
+ headers["X-Firebase-AppCheck" /* HttpHeader.X_FIREBASE_APP_CHECK */] = appCheckToken;
2658
+ }
2648
2659
  return headers;
2649
2660
  }
2661
+ async _getAppCheckToken() {
2662
+ var _a;
2663
+ const appCheckTokenResult = await ((_a = this.appCheckServiceProvider
2664
+ .getImmediate({ optional: true })) === null || _a === void 0 ? void 0 : _a.getToken());
2665
+ if (appCheckTokenResult === null || appCheckTokenResult === void 0 ? void 0 : appCheckTokenResult.error) {
2666
+ // Context: appCheck.getToken() will never throw even if an error happened.
2667
+ // In the error case, a dummy token will be returned along with an error field describing
2668
+ // the error. In general, we shouldn't care about the error condition and just use
2669
+ // the token (actual or dummy) to send requests.
2670
+ _logWarn(`Error while retrieving App Check token: ${appCheckTokenResult.error}`);
2671
+ }
2672
+ return appCheckTokenResult === null || appCheckTokenResult === void 0 ? void 0 : appCheckTokenResult.token;
2673
+ }
2650
2674
  }
2651
2675
  /**
2652
2676
  * Method to be used to cast down to our private implmentation of Auth.
@@ -9112,7 +9136,13 @@ const WIDGET_PATH = '__/auth/handler';
9112
9136
  * @internal
9113
9137
  */
9114
9138
  const EMULATOR_WIDGET_PATH = 'emulator/auth/handler';
9115
- function _getRedirectUrl(auth, provider, authType, redirectUrl, eventId, additionalParams) {
9139
+ /**
9140
+ * Fragment name for the App Check token that gets passed to the widget
9141
+ *
9142
+ * @internal
9143
+ */
9144
+ const FIREBASE_APP_CHECK_FRAGMENT_ID = encodeURIComponent('fac');
9145
+ async function _getRedirectUrl(auth, provider, authType, redirectUrl, eventId, additionalParams) {
9116
9146
  _assert(auth.config.authDomain, auth, "auth-domain-config-required" /* AuthErrorCode.MISSING_AUTH_DOMAIN */);
9117
9147
  _assert(auth.config.apiKey, auth, "invalid-api-key" /* AuthErrorCode.INVALID_API_KEY */);
9118
9148
  const params = {
@@ -9151,7 +9181,13 @@ function _getRedirectUrl(auth, provider, authType, redirectUrl, eventId, additio
9151
9181
  delete paramsDict[key];
9152
9182
  }
9153
9183
  }
9154
- return `${getHandlerBase(auth)}?${querystring(paramsDict).slice(1)}`;
9184
+ // Sets the App Check token to pass to the widget
9185
+ const appCheckToken = await auth._getAppCheckToken();
9186
+ const appCheckTokenFragment = appCheckToken
9187
+ ? `#${FIREBASE_APP_CHECK_FRAGMENT_ID}=${encodeURIComponent(appCheckToken)}`
9188
+ : '';
9189
+ // Start at index 1 to skip the leading '&' in the query string
9190
+ return `${getHandlerBase(auth)}?${querystring(paramsDict).slice(1)}${appCheckTokenFragment}`;
9155
9191
  }
9156
9192
  function getHandlerBase({ config }) {
9157
9193
  if (!config.emulator) {
@@ -9195,12 +9231,13 @@ class BrowserPopupRedirectResolver {
9195
9231
  async _openPopup(auth, provider, authType, eventId) {
9196
9232
  var _a;
9197
9233
  debugAssert((_a = this.eventManagers[auth._key()]) === null || _a === void 0 ? void 0 : _a.manager, '_initialize() not called before _openPopup()');
9198
- const url = _getRedirectUrl(auth, provider, authType, _getCurrentUrl(), eventId);
9234
+ const url = await _getRedirectUrl(auth, provider, authType, _getCurrentUrl(), eventId);
9199
9235
  return _open(auth, url, _generateEventId());
9200
9236
  }
9201
9237
  async _openRedirect(auth, provider, authType, eventId) {
9202
9238
  await this._originValidation(auth);
9203
- _setWindowLocation(_getRedirectUrl(auth, provider, authType, _getCurrentUrl(), eventId));
9239
+ const url = await _getRedirectUrl(auth, provider, authType, _getCurrentUrl(), eventId);
9240
+ _setWindowLocation(url);
9204
9241
  return new Promise(() => { });
9205
9242
  }
9206
9243
  _initialize(auth) {
@@ -9485,7 +9522,7 @@ function _isEmptyString(input) {
9485
9522
  }
9486
9523
 
9487
9524
  var name = "@firebase/auth";
9488
- var version = "0.22.0-canary.852ded64d";
9525
+ var version = "0.22.0-canary.ea3849fff";
9489
9526
 
9490
9527
  /**
9491
9528
  * @license
@@ -9591,26 +9628,25 @@ function registerAuth(clientPlatform) {
9591
9628
  _registerComponent(new Component("auth" /* _ComponentName.AUTH */, (container, { options: deps }) => {
9592
9629
  const app = container.getProvider('app').getImmediate();
9593
9630
  const heartbeatServiceProvider = container.getProvider('heartbeat');
9631
+ const appCheckServiceProvider = container.getProvider('app-check-internal');
9594
9632
  const { apiKey, authDomain } = app.options;
9595
- return ((app, heartbeatServiceProvider) => {
9596
- _assert(apiKey && !apiKey.includes(':'), "invalid-api-key" /* AuthErrorCode.INVALID_API_KEY */, { appName: app.name });
9597
- // Auth domain is optional if IdP sign in isn't being used
9598
- _assert(!(authDomain === null || authDomain === void 0 ? void 0 : authDomain.includes(':')), "argument-error" /* AuthErrorCode.ARGUMENT_ERROR */, {
9599
- appName: app.name
9600
- });
9601
- const config = {
9602
- apiKey,
9603
- authDomain,
9604
- clientPlatform,
9605
- apiHost: "identitytoolkit.googleapis.com" /* DefaultConfig.API_HOST */,
9606
- tokenApiHost: "securetoken.googleapis.com" /* DefaultConfig.TOKEN_API_HOST */,
9607
- apiScheme: "https" /* DefaultConfig.API_SCHEME */,
9608
- sdkClientVersion: _getClientVersion(clientPlatform)
9609
- };
9610
- const authInstance = new AuthImpl(app, heartbeatServiceProvider, config);
9611
- _initializeAuthInstance(authInstance, deps);
9612
- return authInstance;
9613
- })(app, heartbeatServiceProvider);
9633
+ _assert(apiKey && !apiKey.includes(':'), "invalid-api-key" /* AuthErrorCode.INVALID_API_KEY */, { appName: app.name });
9634
+ // Auth domain is optional if IdP sign in isn't being used
9635
+ _assert(!(authDomain === null || authDomain === void 0 ? void 0 : authDomain.includes(':')), "argument-error" /* AuthErrorCode.ARGUMENT_ERROR */, {
9636
+ appName: app.name
9637
+ });
9638
+ const config = {
9639
+ apiKey,
9640
+ authDomain,
9641
+ clientPlatform,
9642
+ apiHost: "identitytoolkit.googleapis.com" /* DefaultConfig.API_HOST */,
9643
+ tokenApiHost: "securetoken.googleapis.com" /* DefaultConfig.TOKEN_API_HOST */,
9644
+ apiScheme: "https" /* DefaultConfig.API_SCHEME */,
9645
+ sdkClientVersion: _getClientVersion(clientPlatform)
9646
+ };
9647
+ const authInstance = new AuthImpl(app, heartbeatServiceProvider, appCheckServiceProvider, config);
9648
+ _initializeAuthInstance(authInstance, deps);
9649
+ return authInstance;
9614
9650
  }, "PUBLIC" /* ComponentType.PUBLIC */)
9615
9651
  /**
9616
9652
  * Auth can only be initialized by explicitly calling getAuth() or initializeAuth()
@@ -9711,4 +9747,4 @@ function getAuth(app = getApp()) {
9711
9747
  registerAuth("Browser" /* ClientPlatform.BROWSER */);
9712
9748
 
9713
9749
  export { linkWithCredential as $, ActionCodeOperation as A, deleteUser as B, debugErrorMap as C, prodErrorMap as D, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as E, FactorId as F, initializeAuth as G, connectAuthEmulator as H, AuthCredential as I, EmailAuthCredential as J, OAuthCredential as K, PhoneAuthCredential as L, inMemoryPersistence as M, EmailAuthProvider as N, OperationType as O, PhoneAuthProvider as P, FacebookAuthProvider as Q, RecaptchaVerifier as R, SignInMethod as S, TotpMultiFactorGenerator as T, GoogleAuthProvider as U, GithubAuthProvider as V, OAuthProvider as W, SAMLAuthProvider as X, TwitterAuthProvider as Y, signInAnonymously as Z, signInWithCredential as _, browserSessionPersistence as a, reauthenticateWithCredential as a0, signInWithCustomToken as a1, sendPasswordResetEmail as a2, confirmPasswordReset as a3, applyActionCode as a4, checkActionCode as a5, verifyPasswordResetCode as a6, createUserWithEmailAndPassword as a7, signInWithEmailAndPassword as a8, sendSignInLinkToEmail as a9, AuthEventManager as aA, _getInstance as aB, _persistenceKeyName as aC, _getRedirectResult as aD, _overrideRedirectResult as aE, _clearRedirectOutcomes as aF, _castAuth as aG, UserImpl as aH, AuthImpl as aI, _getClientVersion as aJ, _generateEventId as aK, AuthPopup as aL, FetchProvider as aM, SAMLAuthCredential as aN, isSignInWithEmailLink as aa, signInWithEmailLink as ab, fetchSignInMethodsForEmail as ac, sendEmailVerification as ad, verifyBeforeUpdateEmail as ae, ActionCodeURL as af, parseActionCodeURL as ag, updateProfile as ah, updateEmail as ai, updatePassword as aj, getIdToken as ak, getIdTokenResult as al, unlink as am, getAdditionalUserInfo as an, reload as ao, getMultiFactorResolver as ap, multiFactor as aq, debugAssert as ar, _isIOS as as, _isAndroid as at, _fail as au, _getRedirectUrl as av, _getProjectConfig as aw, _isIOS7Or8 as ax, _createError as ay, _assert 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, onIdTokenChanged as t, updatePhoneNumber as u, beforeAuthStateChanged as v, onAuthStateChanged as w, useDeviceLanguage as x, updateCurrentUser as y, signOut as z };
9714
- //# sourceMappingURL=index-c088f05c.js.map
9750
+ //# sourceMappingURL=index-5eca8e8e.js.map