{"version":3,"file":"firebase-auth-react-native.js","sources":["../../node_modules/tslib/tslib.es6.js","../util/src/constants.ts","../util/src/assert.ts","../util/src/crypt.ts","../util/src/deepCopy.ts","../util/src/global.ts","../util/src/defaults.ts","../util/src/deferred.ts","../util/src/environment.ts","../util/src/errors.ts","../util/src/json.ts","../util/src/jwt.ts","../util/src/obj.ts","../util/src/subscribe.ts","../util/src/validation.ts","../util/src/exponential_backoff.ts","../util/src/sha1.ts","../util/src/emulator.ts","../util/src/query.ts","../util/src/compat.ts","../util/src/formatters.ts","../util/src/promise.ts","../util/src/utf8.ts","../util/src/uuid.ts","../component/src/component.ts","../component/src/provider.ts","../component/src/constants.ts","../component/src/component_container.ts","../logger/src/logger.ts","../auth/src/core/errors.ts","../auth/src/core/util/log.ts","../auth/src/core/util/assert.ts","../auth/src/core/util/instantiator.ts","../auth/src/core/util/location.ts","../auth/src/core/util/delay.ts","../auth/src/core/util/navigator.ts","../auth/src/core/util/emulator.ts","../auth/src/core/util/fetch_provider.ts","../auth/src/api/errors.ts","../auth/src/api/index.ts","../auth/src/api/account_management/account.ts","../auth/src/core/util/time.ts","../auth/src/core/user/id_token_result.ts","../auth/src/core/user/invalidation.ts","../auth/src/core/user/proactive_refresh.ts","../auth/src/core/user/user_metadata.ts","../auth/src/core/user/reload.ts","../auth/src/api/authentication/token.ts","../auth/src/core/user/token_manager.ts","../auth/src/core/user/user_impl.ts","../auth/src/core/persistence/in_memory.ts","../auth/src/core/persistence/persistence_user_manager.ts","../auth/src/core/util/browser.ts","../auth/src/core/util/version.ts","../auth/src/core/auth/middleware.ts","../auth/src/core/auth/auth_impl.ts","../auth/src/core/auth/emulator.ts","../auth/src/core/credentials/auth_credential.ts","../auth/src/api/account_management/email_and_password.ts","../auth/src/api/authentication/email_and_password.ts","../auth/src/api/authentication/email_link.ts","../auth/src/core/credentials/email.ts","../auth/src/api/authentication/idp.ts","../auth/src/core/credentials/oauth.ts","../auth/src/api/authentication/sms.ts","../auth/src/core/credentials/phone.ts","../auth/src/core/action_code_url.ts","../auth/src/core/providers/email.ts","../auth/src/core/providers/federated.ts","../auth/src/core/providers/oauth.ts","../auth/src/core/providers/facebook.ts","../auth/src/core/providers/google.ts","../auth/src/core/providers/github.ts","../auth/src/core/credentials/saml.ts","../auth/src/core/providers/saml.ts","../auth/src/core/providers/twitter.ts","../auth/src/api/authentication/sign_up.ts","../auth/src/core/user/user_credential_impl.ts","../auth/src/mfa/mfa_error.ts","../auth/src/core/util/providers.ts","../auth/src/core/user/link_unlink.ts","../auth/src/core/user/reauthenticate.ts","../auth/src/core/strategies/credential.ts","../auth/src/api/authentication/custom_token.ts","../auth/src/mfa/mfa_info.ts","../auth/src/core/strategies/action_code_settings.ts","../auth/src/core/strategies/email_and_password.ts","../auth/src/api/authentication/create_auth_uri.ts","../auth/src/api/account_management/profile.ts","../auth/src/core/user/account_info.ts","../auth/src/core/user/additional_user_info.ts","../auth/src/mfa/mfa_session.ts","../auth/src/mfa/mfa_resolver.ts","../auth/src/api/account_management/mfa.ts","../auth/src/mfa/mfa_user.ts","../auth/src/core/auth/firebase_internal.ts","../auth/src/api/authentication/mfa.ts","../auth/src/api/authentication/recaptcha.ts","../auth/src/platform_browser/auth_window.ts","../auth/src/platform_browser/util/worker.ts","../auth/src/platform_browser/load_js.ts","../auth/src/platform_browser/recaptcha/recaptcha_mock.ts","../auth/src/platform_browser/recaptcha/recaptcha_loader.ts","../auth/src/platform_browser/recaptcha/recaptcha_verifier.ts","../auth/src/platform_browser/strategies/phone.ts","../auth/src/platform_browser/providers/phone.ts","../auth/src/platform_browser/mfa/assertions/phone.ts","../auth/src/mfa/mfa_assertion.ts","../auth/src/model/enum_maps.ts","../auth/src/core/persistence/index.ts","../auth/src/core/index.ts","../auth/src/core/strategies/email.ts","../auth/src/core/auth/initialize.ts","../auth/src/core/strategies/email_link.ts","../auth/src/core/auth/register.ts","../auth/src/core/strategies/anonymous.ts","../auth/src/core/strategies/custom_token.ts","../auth/src/platform_react_native/persistence/react_native.ts","../auth/index.rn.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * @fileoverview Firebase constants. Some of these (@defines) can be overridden at compile-time.\n */\n\nexport const CONSTANTS = {\n /**\n * @define {boolean} Whether this is the client Node.js SDK.\n */\n NODE_CLIENT: false,\n /**\n * @define {boolean} Whether this is the Admin Node.js SDK.\n */\n NODE_ADMIN: false,\n\n /**\n * Firebase SDK Version\n */\n SDK_VERSION: '${JSCORE_VERSION}'\n};\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { CONSTANTS } from './constants';\n\n/**\n * Throws an error if the provided assertion is falsy\n */\nexport const assert = function (assertion: unknown, message: string): void {\n if (!assertion) {\n throw assertionError(message);\n }\n};\n\n/**\n * Returns an Error object suitable for throwing.\n */\nexport const assertionError = function (message: string): Error {\n return new Error(\n 'Firebase Database (' +\n CONSTANTS.SDK_VERSION +\n ') INTERNAL ASSERT FAILED: ' +\n message\n );\n};\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nconst stringToByteArray = function (str: string): number[] {\n // TODO(user): Use native implementations if/when available\n const out: number[] = [];\n let p = 0;\n for (let i = 0; i < str.length; i++) {\n let c = str.charCodeAt(i);\n if (c < 128) {\n out[p++] = c;\n } else if (c < 2048) {\n out[p++] = (c >> 6) | 192;\n out[p++] = (c & 63) | 128;\n } else if (\n (c & 0xfc00) === 0xd800 &&\n i + 1 < str.length &&\n (str.charCodeAt(i + 1) & 0xfc00) === 0xdc00\n ) {\n // Surrogate Pair\n c = 0x10000 + ((c & 0x03ff) << 10) + (str.charCodeAt(++i) & 0x03ff);\n out[p++] = (c >> 18) | 240;\n out[p++] = ((c >> 12) & 63) | 128;\n out[p++] = ((c >> 6) & 63) | 128;\n out[p++] = (c & 63) | 128;\n } else {\n out[p++] = (c >> 12) | 224;\n out[p++] = ((c >> 6) & 63) | 128;\n out[p++] = (c & 63) | 128;\n }\n }\n return out;\n};\n\n/**\n * Turns an array of numbers into the string given by the concatenation of the\n * characters to which the numbers correspond.\n * @param bytes Array of numbers representing characters.\n * @return Stringification of the array.\n */\nconst byteArrayToString = function (bytes: number[]): string {\n // TODO(user): Use native implementations if/when available\n const out: string[] = [];\n let pos = 0,\n c = 0;\n while (pos < bytes.length) {\n const c1 = bytes[pos++];\n if (c1 < 128) {\n out[c++] = String.fromCharCode(c1);\n } else if (c1 > 191 && c1 < 224) {\n const c2 = bytes[pos++];\n out[c++] = String.fromCharCode(((c1 & 31) << 6) | (c2 & 63));\n } else if (c1 > 239 && c1 < 365) {\n // Surrogate Pair\n const c2 = bytes[pos++];\n const c3 = bytes[pos++];\n const c4 = bytes[pos++];\n const u =\n (((c1 & 7) << 18) | ((c2 & 63) << 12) | ((c3 & 63) << 6) | (c4 & 63)) -\n 0x10000;\n out[c++] = String.fromCharCode(0xd800 + (u >> 10));\n out[c++] = String.fromCharCode(0xdc00 + (u & 1023));\n } else {\n const c2 = bytes[pos++];\n const c3 = bytes[pos++];\n out[c++] = String.fromCharCode(\n ((c1 & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63)\n );\n }\n }\n return out.join('');\n};\n\ninterface Base64 {\n byteToCharMap_: { [key: number]: string } | null;\n charToByteMap_: { [key: string]: number } | null;\n byteToCharMapWebSafe_: { [key: number]: string } | null;\n charToByteMapWebSafe_: { [key: string]: number } | null;\n ENCODED_VALS_BASE: string;\n readonly ENCODED_VALS: string;\n readonly ENCODED_VALS_WEBSAFE: string;\n HAS_NATIVE_SUPPORT: boolean;\n encodeByteArray(input: number[] | Uint8Array, webSafe?: boolean): string;\n encodeString(input: string, webSafe?: boolean): string;\n decodeString(input: string, webSafe: boolean): string;\n decodeStringToByteArray(input: string, webSafe: boolean): number[];\n init_(): void;\n}\n\n// We define it as an object literal instead of a class because a class compiled down to es5 can't\n// be treeshaked. https://github.com/rollup/rollup/issues/1691\n// Static lookup maps, lazily populated by init_()\nexport const base64: Base64 = {\n /**\n * Maps bytes to characters.\n */\n byteToCharMap_: null,\n\n /**\n * Maps characters to bytes.\n */\n charToByteMap_: null,\n\n /**\n * Maps bytes to websafe characters.\n * @private\n */\n byteToCharMapWebSafe_: null,\n\n /**\n * Maps websafe characters to bytes.\n * @private\n */\n charToByteMapWebSafe_: null,\n\n /**\n * Our default alphabet, shared between\n * ENCODED_VALS and ENCODED_VALS_WEBSAFE\n */\n ENCODED_VALS_BASE:\n 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' + 'abcdefghijklmnopqrstuvwxyz' + '0123456789',\n\n /**\n * Our default alphabet. Value 64 (=) is special; it means \"nothing.\"\n */\n get ENCODED_VALS() {\n return this.ENCODED_VALS_BASE + '+/=';\n },\n\n /**\n * Our websafe alphabet.\n */\n get ENCODED_VALS_WEBSAFE() {\n return this.ENCODED_VALS_BASE + '-_.';\n },\n\n /**\n * Whether this browser supports the atob and btoa functions. This extension\n * started at Mozilla but is now implemented by many browsers. We use the\n * ASSUME_* variables to avoid pulling in the full useragent detection library\n * but still allowing the standard per-browser compilations.\n *\n */\n HAS_NATIVE_SUPPORT: typeof atob === 'function',\n\n /**\n * Base64-encode an array of bytes.\n *\n * @param input An array of bytes (numbers with\n * value in [0, 255]) to encode.\n * @param webSafe Boolean indicating we should use the\n * alternative alphabet.\n * @return The base64 encoded string.\n */\n encodeByteArray(input: number[] | Uint8Array, webSafe?: boolean): string {\n if (!Array.isArray(input)) {\n throw Error('encodeByteArray takes an array as a parameter');\n }\n\n this.init_();\n\n const byteToCharMap = webSafe\n ? this.byteToCharMapWebSafe_!\n : this.byteToCharMap_!;\n\n const output = [];\n\n for (let i = 0; i < input.length; i += 3) {\n const byte1 = input[i];\n const haveByte2 = i + 1 < input.length;\n const byte2 = haveByte2 ? input[i + 1] : 0;\n const haveByte3 = i + 2 < input.length;\n const byte3 = haveByte3 ? input[i + 2] : 0;\n\n const outByte1 = byte1 >> 2;\n const outByte2 = ((byte1 & 0x03) << 4) | (byte2 >> 4);\n let outByte3 = ((byte2 & 0x0f) << 2) | (byte3 >> 6);\n let outByte4 = byte3 & 0x3f;\n\n if (!haveByte3) {\n outByte4 = 64;\n\n if (!haveByte2) {\n outByte3 = 64;\n }\n }\n\n output.push(\n byteToCharMap[outByte1],\n byteToCharMap[outByte2],\n byteToCharMap[outByte3],\n byteToCharMap[outByte4]\n );\n }\n\n return output.join('');\n },\n\n /**\n * Base64-encode a string.\n *\n * @param input A string to encode.\n * @param webSafe If true, we should use the\n * alternative alphabet.\n * @return The base64 encoded string.\n */\n encodeString(input: string, webSafe?: boolean): string {\n // Shortcut for Mozilla browsers that implement\n // a native base64 encoder in the form of \"btoa/atob\"\n if (this.HAS_NATIVE_SUPPORT && !webSafe) {\n return btoa(input);\n }\n return this.encodeByteArray(stringToByteArray(input), webSafe);\n },\n\n /**\n * Base64-decode a string.\n *\n * @param input to decode.\n * @param webSafe True if we should use the\n * alternative alphabet.\n * @return string representing the decoded value.\n */\n decodeString(input: string, webSafe: boolean): string {\n // Shortcut for Mozilla browsers that implement\n // a native base64 encoder in the form of \"btoa/atob\"\n if (this.HAS_NATIVE_SUPPORT && !webSafe) {\n return atob(input);\n }\n return byteArrayToString(this.decodeStringToByteArray(input, webSafe));\n },\n\n /**\n * Base64-decode a string.\n *\n * In base-64 decoding, groups of four characters are converted into three\n * bytes. If the encoder did not apply padding, the input length may not\n * be a multiple of 4.\n *\n * In this case, the last group will have fewer than 4 characters, and\n * padding will be inferred. If the group has one or two characters, it decodes\n * to one byte. If the group has three characters, it decodes to two bytes.\n *\n * @param input Input to decode.\n * @param webSafe True if we should use the web-safe alphabet.\n * @return bytes representing the decoded value.\n */\n decodeStringToByteArray(input: string, webSafe: boolean): number[] {\n this.init_();\n\n const charToByteMap = webSafe\n ? this.charToByteMapWebSafe_!\n : this.charToByteMap_!;\n\n const output: number[] = [];\n\n for (let i = 0; i < input.length; ) {\n const byte1 = charToByteMap[input.charAt(i++)];\n\n const haveByte2 = i < input.length;\n const byte2 = haveByte2 ? charToByteMap[input.charAt(i)] : 0;\n ++i;\n\n const haveByte3 = i < input.length;\n const byte3 = haveByte3 ? charToByteMap[input.charAt(i)] : 64;\n ++i;\n\n const haveByte4 = i < input.length;\n const byte4 = haveByte4 ? charToByteMap[input.charAt(i)] : 64;\n ++i;\n\n if (byte1 == null || byte2 == null || byte3 == null || byte4 == null) {\n throw Error();\n }\n\n const outByte1 = (byte1 << 2) | (byte2 >> 4);\n output.push(outByte1);\n\n if (byte3 !== 64) {\n const outByte2 = ((byte2 << 4) & 0xf0) | (byte3 >> 2);\n output.push(outByte2);\n\n if (byte4 !== 64) {\n const outByte3 = ((byte3 << 6) & 0xc0) | byte4;\n output.push(outByte3);\n }\n }\n }\n\n return output;\n },\n\n /**\n * Lazy static initialization function. Called before\n * accessing any of the static map variables.\n * @private\n */\n init_() {\n if (!this.byteToCharMap_) {\n this.byteToCharMap_ = {};\n this.charToByteMap_ = {};\n this.byteToCharMapWebSafe_ = {};\n this.charToByteMapWebSafe_ = {};\n\n // We want quick mappings back and forth, so we precompute two maps.\n for (let i = 0; i < this.ENCODED_VALS.length; i++) {\n this.byteToCharMap_[i] = this.ENCODED_VALS.charAt(i);\n this.charToByteMap_[this.byteToCharMap_[i]] = i;\n this.byteToCharMapWebSafe_[i] = this.ENCODED_VALS_WEBSAFE.charAt(i);\n this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[i]] = i;\n\n // Be forgiving when decoding and correctly decode both encodings.\n if (i >= this.ENCODED_VALS_BASE.length) {\n this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(i)] = i;\n this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(i)] = i;\n }\n }\n }\n }\n};\n\n/**\n * URL-safe base64 encoding\n */\nexport const base64Encode = function (str: string): string {\n const utf8Bytes = stringToByteArray(str);\n return base64.encodeByteArray(utf8Bytes, true);\n};\n\n/**\n * URL-safe base64 encoding (without \".\" padding in the end).\n * e.g. Used in JSON Web Token (JWT) parts.\n */\nexport const base64urlEncodeWithoutPadding = function (str: string): string {\n // Use base64url encoding and remove padding in the end (dot characters).\n return base64Encode(str).replace(/\\./g, '');\n};\n\n/**\n * URL-safe base64 decoding\n *\n * NOTE: DO NOT use the global atob() function - it does NOT support the\n * base64Url variant encoding.\n *\n * @param str To be decoded\n * @return Decoded result, if possible\n */\nexport const base64Decode = function (str: string): string | null {\n try {\n return base64.decodeString(str, true);\n } catch (e) {\n console.error('base64Decode failed: ', e);\n }\n return null;\n};\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Do a deep-copy of basic JavaScript Objects or Arrays.\n */\nexport function deepCopy(value: T): T {\n return deepExtend(undefined, value) as T;\n}\n\n/**\n * Copy properties from source to target (recursively allows extension\n * of Objects and Arrays). Scalar values in the target are over-written.\n * If target is undefined, an object of the appropriate type will be created\n * (and returned).\n *\n * We recursively copy all child properties of plain Objects in the source- so\n * that namespace- like dictionaries are merged.\n *\n * Note that the target can be a function, in which case the properties in\n * the source Object are copied onto it as static properties of the Function.\n *\n * Note: we don't merge __proto__ to prevent prototype pollution\n */\nexport function deepExtend(target: unknown, source: unknown): unknown {\n if (!(source instanceof Object)) {\n return source;\n }\n\n switch (source.constructor) {\n case Date:\n // Treat Dates like scalars; if the target date object had any child\n // properties - they will be lost!\n const dateValue = source as Date;\n return new Date(dateValue.getTime());\n\n case Object:\n if (target === undefined) {\n target = {};\n }\n break;\n case Array:\n // Always copy the array source and overwrite the target.\n target = [];\n break;\n\n default:\n // Not a plain Object - treat it as a scalar.\n return source;\n }\n\n for (const prop in source) {\n // use isValidKey to guard against prototype pollution. See https://snyk.io/vuln/SNYK-JS-LODASH-450202\n if (!source.hasOwnProperty(prop) || !isValidKey(prop)) {\n continue;\n }\n (target as Record)[prop] = deepExtend(\n (target as Record)[prop],\n (source as Record)[prop]\n );\n }\n\n return target;\n}\n\nfunction isValidKey(key: string): boolean {\n return key !== '__proto__';\n}\n","/**\n * @license\n * Copyright 2022 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Polyfill for `globalThis` object.\n * @returns the `globalThis` object for the given environment.\n * @public\n */\nexport function getGlobal(): typeof globalThis {\n if (typeof self !== 'undefined') {\n return self;\n }\n if (typeof window !== 'undefined') {\n return window;\n }\n if (typeof global !== 'undefined') {\n return global;\n }\n throw new Error('Unable to locate global object.');\n}\n","/**\n * @license\n * Copyright 2022 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { base64Decode } from './crypt';\nimport { getGlobal } from './global';\n\n/**\n * Keys for experimental properties on the `FirebaseDefaults` object.\n * @public\n */\nexport type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge';\n\n/**\n * An object that can be injected into the environment as __FIREBASE_DEFAULTS__,\n * either as a property of globalThis, a shell environment variable, or a\n * cookie.\n *\n * This object can be used to automatically configure and initialize\n * a Firebase app as well as any emulators.\n *\n * @public\n */\nexport interface FirebaseDefaults {\n config?: Record;\n emulatorHosts?: Record;\n _authTokenSyncURL?: string;\n _authIdTokenMaxAge?: number;\n /**\n * Override Firebase's runtime environment detection and\n * force the SDK to act as if it were in the specified environment.\n */\n forceEnvironment?: 'browser' | 'node';\n [key: string]: unknown;\n}\n\ndeclare global {\n // Need `var` for this to work.\n // eslint-disable-next-line no-var\n var __FIREBASE_DEFAULTS__: FirebaseDefaults | undefined;\n}\n\nconst getDefaultsFromGlobal = (): FirebaseDefaults | undefined =>\n getGlobal().__FIREBASE_DEFAULTS__;\n\n/**\n * Attempt to read defaults from a JSON string provided to\n * process(.)env(.)__FIREBASE_DEFAULTS__ or a JSON file whose path is in\n * process(.)env(.)__FIREBASE_DEFAULTS_PATH__\n * The dots are in parens because certain compilers (Vite?) cannot\n * handle seeing that variable in comments.\n * See https://github.com/firebase/firebase-js-sdk/issues/6838\n */\nconst getDefaultsFromEnvVariable = (): FirebaseDefaults | undefined => {\n if (typeof process === 'undefined' || typeof process.env === 'undefined') {\n return;\n }\n const defaultsJsonString = process.env.__FIREBASE_DEFAULTS__;\n if (defaultsJsonString) {\n return JSON.parse(defaultsJsonString);\n }\n};\n\nconst getDefaultsFromCookie = (): FirebaseDefaults | undefined => {\n if (typeof document === 'undefined') {\n return;\n }\n let match;\n try {\n match = document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/);\n } catch (e) {\n // Some environments such as Angular Universal SSR have a\n // `document` object but error on accessing `document.cookie`.\n return;\n }\n const decoded = match && base64Decode(match[1]);\n return decoded && JSON.parse(decoded);\n};\n\n/**\n * Get the __FIREBASE_DEFAULTS__ object. It checks in order:\n * (1) if such an object exists as a property of `globalThis`\n * (2) if such an object was provided on a shell environment variable\n * (3) if such an object exists in a cookie\n * @public\n */\nexport const getDefaults = (): FirebaseDefaults | undefined => {\n try {\n return (\n getDefaultsFromGlobal() ||\n getDefaultsFromEnvVariable() ||\n getDefaultsFromCookie()\n );\n } catch (e) {\n /**\n * Catch-all for being unable to get __FIREBASE_DEFAULTS__ due\n * to any environment case we have not accounted for. Log to\n * info instead of swallowing so we can find these unknown cases\n * and add paths for them if needed.\n */\n console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${e}`);\n return;\n }\n};\n\n/**\n * Returns emulator host stored in the __FIREBASE_DEFAULTS__ object\n * for the given product.\n * @returns a URL host formatted like `127.0.0.1:9999` or `[::1]:4000` if available\n * @public\n */\nexport const getDefaultEmulatorHost = (\n productName: string\n): string | undefined => getDefaults()?.emulatorHosts?.[productName];\n\n/**\n * Returns emulator hostname and port stored in the __FIREBASE_DEFAULTS__ object\n * for the given product.\n * @returns a pair of hostname and port like `[\"::1\", 4000]` if available\n * @public\n */\nexport const getDefaultEmulatorHostnameAndPort = (\n productName: string\n): [hostname: string, port: number] | undefined => {\n const host = getDefaultEmulatorHost(productName);\n if (!host) {\n return undefined;\n }\n const separatorIndex = host.lastIndexOf(':'); // Finding the last since IPv6 addr also has colons.\n if (separatorIndex <= 0 || separatorIndex + 1 === host.length) {\n throw new Error(`Invalid host ${host} with no separate hostname and port!`);\n }\n // eslint-disable-next-line no-restricted-globals\n const port = parseInt(host.substring(separatorIndex + 1), 10);\n if (host[0] === '[') {\n // Bracket-quoted `[ipv6addr]:port` => return \"ipv6addr\" (without brackets).\n return [host.substring(1, separatorIndex - 1), port];\n } else {\n return [host.substring(0, separatorIndex), port];\n }\n};\n\n/**\n * Returns Firebase app config stored in the __FIREBASE_DEFAULTS__ object.\n * @public\n */\nexport const getDefaultAppConfig = (): Record | undefined =>\n getDefaults()?.config;\n\n/**\n * Returns an experimental setting on the __FIREBASE_DEFAULTS__ object (properties\n * prefixed by \"_\")\n * @public\n */\nexport const getExperimentalSetting = (\n name: T\n): FirebaseDefaults[`_${T}`] =>\n getDefaults()?.[`_${name}`] as FirebaseDefaults[`_${T}`];\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport class Deferred {\n promise: Promise;\n reject: (value?: unknown) => void = () => {};\n resolve: (value?: unknown) => void = () => {};\n constructor() {\n this.promise = new Promise((resolve, reject) => {\n this.resolve = resolve as (value?: unknown) => void;\n this.reject = reject as (value?: unknown) => void;\n });\n }\n\n /**\n * Our API internals are not promiseified and cannot because our callback APIs have subtle expectations around\n * invoking promises inline, which Promises are forbidden to do. This method accepts an optional node-style callback\n * and returns a node-style callback which will resolve or reject the Deferred's promise.\n */\n wrapCallback(\n callback?: (error?: unknown, value?: unknown) => void\n ): (error: unknown, value?: unknown) => void {\n return (error, value?) => {\n if (error) {\n this.reject(error);\n } else {\n this.resolve(value);\n }\n if (typeof callback === 'function') {\n // Attaching noop handler just in case developer wasn't expecting\n // promises\n this.promise.catch(() => {});\n\n // Some of our callbacks don't expect a value and our own tests\n // assert that the parameter length is 1\n if (callback.length === 1) {\n callback(error);\n } else {\n callback(error, value);\n }\n }\n };\n }\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { CONSTANTS } from './constants';\nimport { getDefaults } from './defaults';\n\n/**\n * Returns navigator.userAgent string or '' if it's not defined.\n * @return user agent string\n */\nexport function getUA(): string {\n if (\n typeof navigator !== 'undefined' &&\n typeof navigator['userAgent'] === 'string'\n ) {\n return navigator['userAgent'];\n } else {\n return '';\n }\n}\n\n/**\n * Detect Cordova / PhoneGap / Ionic frameworks on a mobile device.\n *\n * Deliberately does not rely on checking `file://` URLs (as this fails PhoneGap\n * in the Ripple emulator) nor Cordova `onDeviceReady`, which would normally\n * wait for a callback.\n */\nexport function isMobileCordova(): boolean {\n return (\n typeof window !== 'undefined' &&\n // @ts-ignore Setting up an broadly applicable index signature for Window\n // just to deal with this case would probably be a bad idea.\n !!(window['cordova'] || window['phonegap'] || window['PhoneGap']) &&\n /ios|iphone|ipod|ipad|android|blackberry|iemobile/i.test(getUA())\n );\n}\n\n/**\n * Detect Node.js.\n *\n * @return true if Node.js environment is detected or specified.\n */\n// Node detection logic from: https://github.com/iliakan/detect-node/\nexport function isNode(): boolean {\n const forceEnvironment = getDefaults()?.forceEnvironment;\n if (forceEnvironment === 'node') {\n return true;\n } else if (forceEnvironment === 'browser') {\n return false;\n }\n\n try {\n return (\n Object.prototype.toString.call(global.process) === '[object process]'\n );\n } catch (e) {\n return false;\n }\n}\n\n/**\n * Detect Browser Environment\n */\nexport function isBrowser(): boolean {\n return typeof self === 'object' && self.self === self;\n}\n\n/**\n * Detect browser extensions (Chrome and Firefox at least).\n */\ninterface BrowserRuntime {\n id?: unknown;\n}\ndeclare const chrome: { runtime?: BrowserRuntime };\ndeclare const browser: { runtime?: BrowserRuntime };\nexport function isBrowserExtension(): boolean {\n const runtime =\n typeof chrome === 'object'\n ? chrome.runtime\n : typeof browser === 'object'\n ? browser.runtime\n : undefined;\n return typeof runtime === 'object' && runtime.id !== undefined;\n}\n\n/**\n * Detect React Native.\n *\n * @return true if ReactNative environment is detected.\n */\nexport function isReactNative(): boolean {\n return (\n typeof navigator === 'object' && navigator['product'] === 'ReactNative'\n );\n}\n\n/** Detects Electron apps. */\nexport function isElectron(): boolean {\n return getUA().indexOf('Electron/') >= 0;\n}\n\n/** Detects Internet Explorer. */\nexport function isIE(): boolean {\n const ua = getUA();\n return ua.indexOf('MSIE ') >= 0 || ua.indexOf('Trident/') >= 0;\n}\n\n/** Detects Universal Windows Platform apps. */\nexport function isUWP(): boolean {\n return getUA().indexOf('MSAppHost/') >= 0;\n}\n\n/**\n * Detect whether the current SDK build is the Node version.\n *\n * @return true if it's the Node SDK build.\n */\nexport function isNodeSdk(): boolean {\n return CONSTANTS.NODE_CLIENT === true || CONSTANTS.NODE_ADMIN === true;\n}\n\n/** Returns true if we are running in Safari. */\nexport function isSafari(): boolean {\n return (\n !isNode() &&\n navigator.userAgent.includes('Safari') &&\n !navigator.userAgent.includes('Chrome')\n );\n}\n\n/**\n * This method checks if indexedDB is supported by current browser/service worker context\n * @return true if indexedDB is supported by current browser/service worker context\n */\nexport function isIndexedDBAvailable(): boolean {\n try {\n return typeof indexedDB === 'object';\n } catch (e) {\n return false;\n }\n}\n\n/**\n * This method validates browser/sw context for indexedDB by opening a dummy indexedDB database and reject\n * if errors occur during the database open operation.\n *\n * @throws exception if current browser/sw context can't run idb.open (ex: Safari iframe, Firefox\n * private browsing)\n */\nexport function validateIndexedDBOpenable(): Promise {\n return new Promise((resolve, reject) => {\n try {\n let preExist: boolean = true;\n const DB_CHECK_NAME =\n 'validate-browser-context-for-indexeddb-analytics-module';\n const request = self.indexedDB.open(DB_CHECK_NAME);\n request.onsuccess = () => {\n request.result.close();\n // delete database only when it doesn't pre-exist\n if (!preExist) {\n self.indexedDB.deleteDatabase(DB_CHECK_NAME);\n }\n resolve(true);\n };\n request.onupgradeneeded = () => {\n preExist = false;\n };\n\n request.onerror = () => {\n reject(request.error?.message || '');\n };\n } catch (error) {\n reject(error);\n }\n });\n}\n\n/**\n *\n * This method checks whether cookie is enabled within current browser\n * @return true if cookie is enabled within current browser\n */\nexport function areCookiesEnabled(): boolean {\n if (typeof navigator === 'undefined' || !navigator.cookieEnabled) {\n return false;\n }\n return true;\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n/**\n * @fileoverview Standardized Firebase Error.\n *\n * Usage:\n *\n * // Typescript string literals for type-safe codes\n * type Err =\n * 'unknown' |\n * 'object-not-found'\n * ;\n *\n * // Closure enum for type-safe error codes\n * // at-enum {string}\n * var Err = {\n * UNKNOWN: 'unknown',\n * OBJECT_NOT_FOUND: 'object-not-found',\n * }\n *\n * let errors: Map = {\n * 'generic-error': \"Unknown error\",\n * 'file-not-found': \"Could not find file: {$file}\",\n * };\n *\n * // Type-safe function - must pass a valid error code as param.\n * let error = new ErrorFactory('service', 'Service', errors);\n *\n * ...\n * throw error.create(Err.GENERIC);\n * ...\n * throw error.create(Err.FILE_NOT_FOUND, {'file': fileName});\n * ...\n * // Service: Could not file file: foo.txt (service/file-not-found).\n *\n * catch (e) {\n * assert(e.message === \"Could not find file: foo.txt.\");\n * if ((e as FirebaseError)?.code === 'service/file-not-found') {\n * console.log(\"Could not read file: \" + e['file']);\n * }\n * }\n */\n\nexport type ErrorMap = {\n readonly [K in ErrorCode]: string;\n};\n\nconst ERROR_NAME = 'FirebaseError';\n\nexport interface StringLike {\n toString(): string;\n}\n\nexport interface ErrorData {\n [key: string]: unknown;\n}\n\n// Based on code from:\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error#Custom_Error_Types\nexport class FirebaseError extends Error {\n /** The custom name for all FirebaseErrors. */\n readonly name: string = ERROR_NAME;\n\n constructor(\n /** The error code for this error. */\n readonly code: string,\n message: string,\n /** Custom data for this error. */\n public customData?: Record\n ) {\n super(message);\n\n // Fix For ES5\n // https://github.com/Microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work\n Object.setPrototypeOf(this, FirebaseError.prototype);\n\n // Maintains proper stack trace for where our error was thrown.\n // Only available on V8.\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, ErrorFactory.prototype.create);\n }\n }\n}\n\nexport class ErrorFactory<\n ErrorCode extends string,\n ErrorParams extends { readonly [K in ErrorCode]?: ErrorData } = {}\n> {\n constructor(\n private readonly service: string,\n private readonly serviceName: string,\n private readonly errors: ErrorMap\n ) {}\n\n create(\n code: K,\n ...data: K extends keyof ErrorParams ? [ErrorParams[K]] : []\n ): FirebaseError {\n const customData = (data[0] as ErrorData) || {};\n const fullCode = `${this.service}/${code}`;\n const template = this.errors[code];\n\n const message = template ? replaceTemplate(template, customData) : 'Error';\n // Service Name: Error message (service/code).\n const fullMessage = `${this.serviceName}: ${message} (${fullCode}).`;\n\n const error = new FirebaseError(fullCode, fullMessage, customData);\n\n return error;\n }\n}\n\nfunction replaceTemplate(template: string, data: ErrorData): string {\n return template.replace(PATTERN, (_, key) => {\n const value = data[key];\n return value != null ? String(value) : `<${key}?>`;\n });\n}\n\nconst PATTERN = /\\{\\$([^}]+)}/g;\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Evaluates a JSON string into a javascript object.\n *\n * @param {string} str A string containing JSON.\n * @return {*} The javascript object representing the specified JSON.\n */\nexport function jsonEval(str: string): unknown {\n return JSON.parse(str);\n}\n\n/**\n * Returns JSON representing a javascript object.\n * @param {*} data Javascript object to be stringified.\n * @return {string} The JSON contents of the object.\n */\nexport function stringify(data: unknown): string {\n return JSON.stringify(data);\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { base64Decode } from './crypt';\nimport { jsonEval } from './json';\n\ninterface Claims {\n [key: string]: {};\n}\n\ninterface DecodedToken {\n header: object;\n claims: Claims;\n data: object;\n signature: string;\n}\n\n/**\n * Decodes a Firebase auth. token into constituent parts.\n *\n * Notes:\n * - May return with invalid / incomplete claims if there's no native base64 decoding support.\n * - Doesn't check if the token is actually valid.\n */\nexport const decode = function (token: string): DecodedToken {\n let header = {},\n claims: Claims = {},\n data = {},\n signature = '';\n\n try {\n const parts = token.split('.');\n header = jsonEval(base64Decode(parts[0]) || '') as object;\n claims = jsonEval(base64Decode(parts[1]) || '') as Claims;\n signature = parts[2];\n data = claims['d'] || {};\n delete claims['d'];\n } catch (e) {}\n\n return {\n header,\n claims,\n data,\n signature\n };\n};\n\ninterface DecodedToken {\n header: object;\n claims: Claims;\n data: object;\n signature: string;\n}\n\n/**\n * Decodes a Firebase auth. token and checks the validity of its time-based claims. Will return true if the\n * token is within the time window authorized by the 'nbf' (not-before) and 'iat' (issued-at) claims.\n *\n * Notes:\n * - May return a false negative if there's no native base64 decoding support.\n * - Doesn't check if the token is actually valid.\n */\nexport const isValidTimestamp = function (token: string): boolean {\n const claims: Claims = decode(token).claims;\n const now: number = Math.floor(new Date().getTime() / 1000);\n let validSince: number = 0,\n validUntil: number = 0;\n\n if (typeof claims === 'object') {\n if (claims.hasOwnProperty('nbf')) {\n validSince = claims['nbf'] as number;\n } else if (claims.hasOwnProperty('iat')) {\n validSince = claims['iat'] as number;\n }\n\n if (claims.hasOwnProperty('exp')) {\n validUntil = claims['exp'] as number;\n } else {\n // token will expire after 24h by default\n validUntil = validSince + 86400;\n }\n }\n\n return (\n !!now &&\n !!validSince &&\n !!validUntil &&\n now >= validSince &&\n now <= validUntil\n );\n};\n\n/**\n * Decodes a Firebase auth. token and returns its issued at time if valid, null otherwise.\n *\n * Notes:\n * - May return null if there's no native base64 decoding support.\n * - Doesn't check if the token is actually valid.\n */\nexport const issuedAtTime = function (token: string): number | null {\n const claims: Claims = decode(token).claims;\n if (typeof claims === 'object' && claims.hasOwnProperty('iat')) {\n return claims['iat'] as number;\n }\n return null;\n};\n\n/**\n * Decodes a Firebase auth. token and checks the validity of its format. Expects a valid issued-at time.\n *\n * Notes:\n * - May return a false negative if there's no native base64 decoding support.\n * - Doesn't check if the token is actually valid.\n */\nexport const isValidFormat = function (token: string): boolean {\n const decoded = decode(token),\n claims = decoded.claims;\n\n return !!claims && typeof claims === 'object' && claims.hasOwnProperty('iat');\n};\n\n/**\n * Attempts to peer into an auth token and determine if it's an admin auth token by looking at the claims portion.\n *\n * Notes:\n * - May return a false negative if there's no native base64 decoding support.\n * - Doesn't check if the token is actually valid.\n */\nexport const isAdmin = function (token: string): boolean {\n const claims: Claims = decode(token).claims;\n return typeof claims === 'object' && claims['admin'] === true;\n};\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport function contains(obj: T, key: string): boolean {\n return Object.prototype.hasOwnProperty.call(obj, key);\n}\n\nexport function safeGet(\n obj: T,\n key: K\n): T[K] | undefined {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n return obj[key];\n } else {\n return undefined;\n }\n}\n\nexport function isEmpty(obj: object): obj is {} {\n for (const key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n return false;\n }\n }\n return true;\n}\n\nexport function map(\n obj: { [key in K]: V },\n fn: (value: V, key: K, obj: { [key in K]: V }) => U,\n contextObj?: unknown\n): { [key in K]: U } {\n const res: Partial<{ [key in K]: U }> = {};\n for (const key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n res[key] = fn.call(contextObj, obj[key], key, obj);\n }\n }\n return res as { [key in K]: U };\n}\n\n/**\n * Deep equal two objects. Support Arrays and Objects.\n */\nexport function deepEqual(a: object, b: object): boolean {\n if (a === b) {\n return true;\n }\n\n const aKeys = Object.keys(a);\n const bKeys = Object.keys(b);\n for (const k of aKeys) {\n if (!bKeys.includes(k)) {\n return false;\n }\n\n const aProp = (a as Record)[k];\n const bProp = (b as Record)[k];\n if (isObject(aProp) && isObject(bProp)) {\n if (!deepEqual(aProp, bProp)) {\n return false;\n }\n } else if (aProp !== bProp) {\n return false;\n }\n }\n\n for (const k of bKeys) {\n if (!aKeys.includes(k)) {\n return false;\n }\n }\n return true;\n}\n\nfunction isObject(thing: unknown): thing is object {\n return thing !== null && typeof thing === 'object';\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport type NextFn = (value: T) => void;\nexport type ErrorFn = (error: Error) => void;\nexport type CompleteFn = () => void;\n\nexport interface Observer {\n // Called once for each value in a stream of values.\n next: NextFn;\n\n // A stream terminates by a single call to EITHER error() or complete().\n error: ErrorFn;\n\n // No events will be sent to next() once complete() is called.\n complete: CompleteFn;\n}\n\nexport type PartialObserver = Partial>;\n\n// TODO: Support also Unsubscribe.unsubscribe?\nexport type Unsubscribe = () => void;\n\n/**\n * The Subscribe interface has two forms - passing the inline function\n * callbacks, or a object interface with callback properties.\n */\nexport interface Subscribe {\n (next?: NextFn, error?: ErrorFn, complete?: CompleteFn): Unsubscribe;\n (observer: PartialObserver): Unsubscribe;\n}\n\nexport interface Observable {\n // Subscribe method\n subscribe: Subscribe;\n}\n\nexport type Executor = (observer: Observer) => void;\n\n/**\n * Helper to make a Subscribe function (just like Promise helps make a\n * Thenable).\n *\n * @param executor Function which can make calls to a single Observer\n * as a proxy.\n * @param onNoObservers Callback when count of Observers goes to zero.\n */\nexport function createSubscribe(\n executor: Executor,\n onNoObservers?: Executor\n): Subscribe {\n const proxy = new ObserverProxy(executor, onNoObservers);\n return proxy.subscribe.bind(proxy);\n}\n\n/**\n * Implement fan-out for any number of Observers attached via a subscribe\n * function.\n */\nclass ObserverProxy implements Observer {\n private observers: Array> | undefined = [];\n private unsubscribes: Unsubscribe[] = [];\n private onNoObservers: Executor | undefined;\n private observerCount = 0;\n // Micro-task scheduling by calling task.then().\n private task = Promise.resolve();\n private finalized = false;\n private finalError?: Error;\n\n /**\n * @param executor Function which can make calls to a single Observer\n * as a proxy.\n * @param onNoObservers Callback when count of Observers goes to zero.\n */\n constructor(executor: Executor, onNoObservers?: Executor) {\n this.onNoObservers = onNoObservers;\n // Call the executor asynchronously so subscribers that are called\n // synchronously after the creation of the subscribe function\n // can still receive the very first value generated in the executor.\n this.task\n .then(() => {\n executor(this);\n })\n .catch(e => {\n this.error(e);\n });\n }\n\n next(value: T): void {\n this.forEachObserver((observer: Observer) => {\n observer.next(value);\n });\n }\n\n error(error: Error): void {\n this.forEachObserver((observer: Observer) => {\n observer.error(error);\n });\n this.close(error);\n }\n\n complete(): void {\n this.forEachObserver((observer: Observer) => {\n observer.complete();\n });\n this.close();\n }\n\n /**\n * Subscribe function that can be used to add an Observer to the fan-out list.\n *\n * - We require that no event is sent to a subscriber sychronously to their\n * call to subscribe().\n */\n subscribe(\n nextOrObserver?: NextFn | PartialObserver,\n error?: ErrorFn,\n complete?: CompleteFn\n ): Unsubscribe {\n let observer: Observer;\n\n if (\n nextOrObserver === undefined &&\n error === undefined &&\n complete === undefined\n ) {\n throw new Error('Missing Observer.');\n }\n\n // Assemble an Observer object when passed as callback functions.\n if (\n implementsAnyMethods(nextOrObserver as { [key: string]: unknown }, [\n 'next',\n 'error',\n 'complete'\n ])\n ) {\n observer = nextOrObserver as Observer;\n } else {\n observer = {\n next: nextOrObserver as NextFn,\n error,\n complete\n } as Observer;\n }\n\n if (observer.next === undefined) {\n observer.next = noop as NextFn;\n }\n if (observer.error === undefined) {\n observer.error = noop as ErrorFn;\n }\n if (observer.complete === undefined) {\n observer.complete = noop as CompleteFn;\n }\n\n const unsub = this.unsubscribeOne.bind(this, this.observers!.length);\n\n // Attempt to subscribe to a terminated Observable - we\n // just respond to the Observer with the final error or complete\n // event.\n if (this.finalized) {\n // eslint-disable-next-line @typescript-eslint/no-floating-promises\n this.task.then(() => {\n try {\n if (this.finalError) {\n observer.error(this.finalError);\n } else {\n observer.complete();\n }\n } catch (e) {\n // nothing\n }\n return;\n });\n }\n\n this.observers!.push(observer as Observer);\n\n return unsub;\n }\n\n // Unsubscribe is synchronous - we guarantee that no events are sent to\n // any unsubscribed Observer.\n private unsubscribeOne(i: number): void {\n if (this.observers === undefined || this.observers[i] === undefined) {\n return;\n }\n\n delete this.observers[i];\n\n this.observerCount -= 1;\n if (this.observerCount === 0 && this.onNoObservers !== undefined) {\n this.onNoObservers(this);\n }\n }\n\n private forEachObserver(fn: (observer: Observer) => void): void {\n if (this.finalized) {\n // Already closed by previous event....just eat the additional values.\n return;\n }\n\n // Since sendOne calls asynchronously - there is no chance that\n // this.observers will become undefined.\n for (let i = 0; i < this.observers!.length; i++) {\n this.sendOne(i, fn);\n }\n }\n\n // Call the Observer via one of it's callback function. We are careful to\n // confirm that the observe has not been unsubscribed since this asynchronous\n // function had been queued.\n private sendOne(i: number, fn: (observer: Observer) => void): void {\n // Execute the callback asynchronously\n // eslint-disable-next-line @typescript-eslint/no-floating-promises\n this.task.then(() => {\n if (this.observers !== undefined && this.observers[i] !== undefined) {\n try {\n fn(this.observers[i]);\n } catch (e) {\n // Ignore exceptions raised in Observers or missing methods of an\n // Observer.\n // Log error to console. b/31404806\n if (typeof console !== 'undefined' && console.error) {\n console.error(e);\n }\n }\n }\n });\n }\n\n private close(err?: Error): void {\n if (this.finalized) {\n return;\n }\n this.finalized = true;\n if (err !== undefined) {\n this.finalError = err;\n }\n // Proxy is no longer needed - garbage collect references\n // eslint-disable-next-line @typescript-eslint/no-floating-promises\n this.task.then(() => {\n this.observers = undefined;\n this.onNoObservers = undefined;\n });\n }\n}\n\n/** Turn synchronous function into one called asynchronously. */\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function async(fn: Function, onError?: ErrorFn): Function {\n return (...args: unknown[]) => {\n Promise.resolve(true)\n .then(() => {\n fn(...args);\n })\n .catch((error: Error) => {\n if (onError) {\n onError(error);\n }\n });\n };\n}\n\n/**\n * Return true if the object passed in implements any of the named methods.\n */\nfunction implementsAnyMethods(\n obj: { [key: string]: unknown },\n methods: string[]\n): boolean {\n if (typeof obj !== 'object' || obj === null) {\n return false;\n }\n\n for (const method of methods) {\n if (method in obj && typeof obj[method] === 'function') {\n return true;\n }\n }\n\n return false;\n}\n\nfunction noop(): void {\n // do nothing\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Check to make sure the appropriate number of arguments are provided for a public function.\n * Throws an error if it fails.\n *\n * @param fnName The function name\n * @param minCount The minimum number of arguments to allow for the function call\n * @param maxCount The maximum number of argument to allow for the function call\n * @param argCount The actual number of arguments provided.\n */\nexport const validateArgCount = function (\n fnName: string,\n minCount: number,\n maxCount: number,\n argCount: number\n): void {\n let argError;\n if (argCount < minCount) {\n argError = 'at least ' + minCount;\n } else if (argCount > maxCount) {\n argError = maxCount === 0 ? 'none' : 'no more than ' + maxCount;\n }\n if (argError) {\n const error =\n fnName +\n ' failed: Was called with ' +\n argCount +\n (argCount === 1 ? ' argument.' : ' arguments.') +\n ' Expects ' +\n argError +\n '.';\n throw new Error(error);\n }\n};\n\n/**\n * Generates a string to prefix an error message about failed argument validation\n *\n * @param fnName The function name\n * @param argName The name of the argument\n * @return The prefix to add to the error thrown for validation.\n */\nexport function errorPrefix(fnName: string, argName: string): string {\n return `${fnName} failed: ${argName} argument `;\n}\n\n/**\n * @param fnName\n * @param argumentNumber\n * @param namespace\n * @param optional\n */\nexport function validateNamespace(\n fnName: string,\n namespace: string,\n optional: boolean\n): void {\n if (optional && !namespace) {\n return;\n }\n if (typeof namespace !== 'string') {\n //TODO: I should do more validation here. We only allow certain chars in namespaces.\n throw new Error(\n errorPrefix(fnName, 'namespace') + 'must be a valid firebase namespace.'\n );\n }\n}\n\nexport function validateCallback(\n fnName: string,\n argumentName: string,\n // eslint-disable-next-line @typescript-eslint/ban-types\n callback: Function,\n optional: boolean\n): void {\n if (optional && !callback) {\n return;\n }\n if (typeof callback !== 'function') {\n throw new Error(\n errorPrefix(fnName, argumentName) + 'must be a valid function.'\n );\n }\n}\n\nexport function validateContextObject(\n fnName: string,\n argumentName: string,\n context: unknown,\n optional: boolean\n): void {\n if (optional && !context) {\n return;\n }\n if (typeof context !== 'object' || context === null) {\n throw new Error(\n errorPrefix(fnName, argumentName) + 'must be a valid context object.'\n );\n }\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * The amount of milliseconds to exponentially increase.\n */\nconst DEFAULT_INTERVAL_MILLIS = 1000;\n\n/**\n * The factor to backoff by.\n * Should be a number greater than 1.\n */\nconst DEFAULT_BACKOFF_FACTOR = 2;\n\n/**\n * The maximum milliseconds to increase to.\n *\n *

Visible for testing\n */\nexport const MAX_VALUE_MILLIS = 4 * 60 * 60 * 1000; // Four hours, like iOS and Android.\n\n/**\n * The percentage of backoff time to randomize by.\n * See\n * http://go/safe-client-behavior#step-1-determine-the-appropriate-retry-interval-to-handle-spike-traffic\n * for context.\n *\n *

Visible for testing\n */\nexport const RANDOM_FACTOR = 0.5;\n\n/**\n * Based on the backoff method from\n * https://github.com/google/closure-library/blob/master/closure/goog/math/exponentialbackoff.js.\n * Extracted here so we don't need to pass metadata and a stateful ExponentialBackoff object around.\n */\nexport function calculateBackoffMillis(\n backoffCount: number,\n intervalMillis: number = DEFAULT_INTERVAL_MILLIS,\n backoffFactor: number = DEFAULT_BACKOFF_FACTOR\n): number {\n // Calculates an exponentially increasing value.\n // Deviation: calculates value from count and a constant interval, so we only need to save value\n // and count to restore state.\n const currBaseValue = intervalMillis * Math.pow(backoffFactor, backoffCount);\n\n // A random \"fuzz\" to avoid waves of retries.\n // Deviation: randomFactor is required.\n const randomWait = Math.round(\n // A fraction of the backoff value to add/subtract.\n // Deviation: changes multiplication order to improve readability.\n RANDOM_FACTOR *\n currBaseValue *\n // A random float (rounded to int by Math.round above) in the range [-1, 1]. Determines\n // if we add or subtract.\n (Math.random() - 0.5) *\n 2\n );\n\n // Limits backoff to max to avoid effectively permanent backoff.\n return Math.min(MAX_VALUE_MILLIS, currBaseValue + randomWait);\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * @fileoverview SHA-1 cryptographic hash.\n * Variable names follow the notation in FIPS PUB 180-3:\n * http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf.\n *\n * Usage:\n * var sha1 = new sha1();\n * sha1.update(bytes);\n * var hash = sha1.digest();\n *\n * Performance:\n * Chrome 23: ~400 Mbit/s\n * Firefox 16: ~250 Mbit/s\n *\n */\n\n/**\n * SHA-1 cryptographic hash constructor.\n *\n * The properties declared here are discussed in the above algorithm document.\n * @constructor\n * @final\n * @struct\n */\nexport class Sha1 {\n /**\n * Holds the previous values of accumulated variables a-e in the compress_\n * function.\n * @private\n */\n private chain_: number[] = [];\n\n /**\n * A buffer holding the partially computed hash result.\n * @private\n */\n private buf_: number[] = [];\n\n /**\n * An array of 80 bytes, each a part of the message to be hashed. Referred to\n * as the message schedule in the docs.\n * @private\n */\n private W_: number[] = [];\n\n /**\n * Contains data needed to pad messages less than 64 bytes.\n * @private\n */\n private pad_: number[] = [];\n\n /**\n * @private {number}\n */\n private inbuf_: number = 0;\n\n /**\n * @private {number}\n */\n private total_: number = 0;\n\n blockSize: number;\n\n constructor() {\n this.blockSize = 512 / 8;\n\n this.pad_[0] = 128;\n for (let i = 1; i < this.blockSize; ++i) {\n this.pad_[i] = 0;\n }\n\n this.reset();\n }\n\n reset(): void {\n this.chain_[0] = 0x67452301;\n this.chain_[1] = 0xefcdab89;\n this.chain_[2] = 0x98badcfe;\n this.chain_[3] = 0x10325476;\n this.chain_[4] = 0xc3d2e1f0;\n\n this.inbuf_ = 0;\n this.total_ = 0;\n }\n\n /**\n * Internal compress helper function.\n * @param buf Block to compress.\n * @param offset Offset of the block in the buffer.\n * @private\n */\n compress_(buf: number[] | Uint8Array | string, offset?: number): void {\n if (!offset) {\n offset = 0;\n }\n\n const W = this.W_;\n\n // get 16 big endian words\n if (typeof buf === 'string') {\n for (let i = 0; i < 16; i++) {\n // TODO(user): [bug 8140122] Recent versions of Safari for Mac OS and iOS\n // have a bug that turns the post-increment ++ operator into pre-increment\n // during JIT compilation. We have code that depends heavily on SHA-1 for\n // correctness and which is affected by this bug, so I've removed all uses\n // of post-increment ++ in which the result value is used. We can revert\n // this change once the Safari bug\n // (https://bugs.webkit.org/show_bug.cgi?id=109036) has been fixed and\n // most clients have been updated.\n W[i] =\n (buf.charCodeAt(offset) << 24) |\n (buf.charCodeAt(offset + 1) << 16) |\n (buf.charCodeAt(offset + 2) << 8) |\n buf.charCodeAt(offset + 3);\n offset += 4;\n }\n } else {\n for (let i = 0; i < 16; i++) {\n W[i] =\n (buf[offset] << 24) |\n (buf[offset + 1] << 16) |\n (buf[offset + 2] << 8) |\n buf[offset + 3];\n offset += 4;\n }\n }\n\n // expand to 80 words\n for (let i = 16; i < 80; i++) {\n const t = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16];\n W[i] = ((t << 1) | (t >>> 31)) & 0xffffffff;\n }\n\n let a = this.chain_[0];\n let b = this.chain_[1];\n let c = this.chain_[2];\n let d = this.chain_[3];\n let e = this.chain_[4];\n let f, k;\n\n // TODO(user): Try to unroll this loop to speed up the computation.\n for (let i = 0; i < 80; i++) {\n if (i < 40) {\n if (i < 20) {\n f = d ^ (b & (c ^ d));\n k = 0x5a827999;\n } else {\n f = b ^ c ^ d;\n k = 0x6ed9eba1;\n }\n } else {\n if (i < 60) {\n f = (b & c) | (d & (b | c));\n k = 0x8f1bbcdc;\n } else {\n f = b ^ c ^ d;\n k = 0xca62c1d6;\n }\n }\n\n const t = (((a << 5) | (a >>> 27)) + f + e + k + W[i]) & 0xffffffff;\n e = d;\n d = c;\n c = ((b << 30) | (b >>> 2)) & 0xffffffff;\n b = a;\n a = t;\n }\n\n this.chain_[0] = (this.chain_[0] + a) & 0xffffffff;\n this.chain_[1] = (this.chain_[1] + b) & 0xffffffff;\n this.chain_[2] = (this.chain_[2] + c) & 0xffffffff;\n this.chain_[3] = (this.chain_[3] + d) & 0xffffffff;\n this.chain_[4] = (this.chain_[4] + e) & 0xffffffff;\n }\n\n update(bytes?: number[] | Uint8Array | string, length?: number): void {\n // TODO(johnlenz): tighten the function signature and remove this check\n if (bytes == null) {\n return;\n }\n\n if (length === undefined) {\n length = bytes.length;\n }\n\n const lengthMinusBlock = length - this.blockSize;\n let n = 0;\n // Using local instead of member variables gives ~5% speedup on Firefox 16.\n const buf = this.buf_;\n let inbuf = this.inbuf_;\n\n // The outer while loop should execute at most twice.\n while (n < length) {\n // When we have no data in the block to top up, we can directly process the\n // input buffer (assuming it contains sufficient data). This gives ~25%\n // speedup on Chrome 23 and ~15% speedup on Firefox 16, but requires that\n // the data is provided in large chunks (or in multiples of 64 bytes).\n if (inbuf === 0) {\n while (n <= lengthMinusBlock) {\n this.compress_(bytes, n);\n n += this.blockSize;\n }\n }\n\n if (typeof bytes === 'string') {\n while (n < length) {\n buf[inbuf] = bytes.charCodeAt(n);\n ++inbuf;\n ++n;\n if (inbuf === this.blockSize) {\n this.compress_(buf);\n inbuf = 0;\n // Jump to the outer loop so we use the full-block optimization.\n break;\n }\n }\n } else {\n while (n < length) {\n buf[inbuf] = bytes[n];\n ++inbuf;\n ++n;\n if (inbuf === this.blockSize) {\n this.compress_(buf);\n inbuf = 0;\n // Jump to the outer loop so we use the full-block optimization.\n break;\n }\n }\n }\n }\n\n this.inbuf_ = inbuf;\n this.total_ += length;\n }\n\n /** @override */\n digest(): number[] {\n const digest: number[] = [];\n let totalBits = this.total_ * 8;\n\n // Add pad 0x80 0x00*.\n if (this.inbuf_ < 56) {\n this.update(this.pad_, 56 - this.inbuf_);\n } else {\n this.update(this.pad_, this.blockSize - (this.inbuf_ - 56));\n }\n\n // Add # bits.\n for (let i = this.blockSize - 1; i >= 56; i--) {\n this.buf_[i] = totalBits & 255;\n totalBits /= 256; // Don't use bit-shifting here!\n }\n\n this.compress_(this.buf_);\n\n let n = 0;\n for (let i = 0; i < 5; i++) {\n for (let j = 24; j >= 0; j -= 8) {\n digest[n] = (this.chain_[i] >> j) & 255;\n ++n;\n }\n }\n return digest;\n }\n}\n","/**\n * @license\n * Copyright 2021 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { base64urlEncodeWithoutPadding } from './crypt';\n\n// Firebase Auth tokens contain snake_case claims following the JWT standard / convention.\n/* eslint-disable camelcase */\n\nexport type FirebaseSignInProvider =\n | 'custom'\n | 'email'\n | 'password'\n | 'phone'\n | 'anonymous'\n | 'google.com'\n | 'facebook.com'\n | 'github.com'\n | 'twitter.com'\n | 'microsoft.com'\n | 'apple.com';\n\ninterface FirebaseIdToken {\n // Always set to https://securetoken.google.com/PROJECT_ID\n iss: string;\n\n // Always set to PROJECT_ID\n aud: string;\n\n // The user's unique ID\n sub: string;\n\n // The token issue time, in seconds since epoch\n iat: number;\n\n // The token expiry time, normally 'iat' + 3600\n exp: number;\n\n // The user's unique ID. Must be equal to 'sub'\n user_id: string;\n\n // The time the user authenticated, normally 'iat'\n auth_time: number;\n\n // The sign in provider, only set when the provider is 'anonymous'\n provider_id?: 'anonymous';\n\n // The user's primary email\n email?: string;\n\n // The user's email verification status\n email_verified?: boolean;\n\n // The user's primary phone number\n phone_number?: string;\n\n // The user's display name\n name?: string;\n\n // The user's profile photo URL\n picture?: string;\n\n // Information on all identities linked to this user\n firebase: {\n // The primary sign-in provider\n sign_in_provider: FirebaseSignInProvider;\n\n // A map of providers to the user's list of unique identifiers from\n // each provider\n identities?: { [provider in FirebaseSignInProvider]?: string[] };\n };\n\n // Custom claims set by the developer\n [claim: string]: unknown;\n\n uid?: never; // Try to catch a common mistake of \"uid\" (should be \"sub\" instead).\n}\n\nexport type EmulatorMockTokenOptions = ({ user_id: string } | { sub: string }) &\n Partial;\n\nexport function createMockUserToken(\n token: EmulatorMockTokenOptions,\n projectId?: string\n): string {\n if (token.uid) {\n throw new Error(\n 'The \"uid\" field is no longer supported by mockUserToken. Please use \"sub\" instead for Firebase Auth User ID.'\n );\n }\n // Unsecured JWTs use \"none\" as the algorithm.\n const header = {\n alg: 'none',\n type: 'JWT'\n };\n\n const project = projectId || 'demo-project';\n const iat = token.iat || 0;\n const sub = token.sub || token.user_id;\n if (!sub) {\n throw new Error(\"mockUserToken must contain 'sub' or 'user_id' field!\");\n }\n\n const payload: FirebaseIdToken = {\n // Set all required fields to decent defaults\n iss: `https://securetoken.google.com/${project}`,\n aud: project,\n iat,\n exp: iat + 3600,\n auth_time: iat,\n sub,\n user_id: sub,\n firebase: {\n sign_in_provider: 'custom',\n identities: {}\n },\n\n // Override with user options\n ...token\n };\n\n // Unsecured JWTs use the empty string as a signature.\n const signature = '';\n return [\n base64urlEncodeWithoutPadding(JSON.stringify(header)),\n base64urlEncodeWithoutPadding(JSON.stringify(payload)),\n signature\n ].join('.');\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Returns a querystring-formatted string (e.g. &arg=val&arg2=val2) from a\n * params object (e.g. {arg: 'val', arg2: 'val2'})\n * Note: You must prepend it with ? when adding it to a URL.\n */\nexport function querystring(querystringParams: {\n [key: string]: string | number;\n}): string {\n const params = [];\n for (const [key, value] of Object.entries(querystringParams)) {\n if (Array.isArray(value)) {\n value.forEach(arrayVal => {\n params.push(\n encodeURIComponent(key) + '=' + encodeURIComponent(arrayVal)\n );\n });\n } else {\n params.push(encodeURIComponent(key) + '=' + encodeURIComponent(value));\n }\n }\n return params.length ? '&' + params.join('&') : '';\n}\n\n/**\n * Decodes a querystring (e.g. ?arg=val&arg2=val2) into a params object\n * (e.g. {arg: 'val', arg2: 'val2'})\n */\nexport function querystringDecode(querystring: string): Record {\n const obj: Record = {};\n const tokens = querystring.replace(/^\\?/, '').split('&');\n\n tokens.forEach(token => {\n if (token) {\n const [key, value] = token.split('=');\n obj[decodeURIComponent(key)] = decodeURIComponent(value);\n }\n });\n return obj;\n}\n\n/**\n * Extract the query string part of a URL, including the leading question mark (if present).\n */\nexport function extractQuerystring(url: string): string {\n const queryStart = url.indexOf('?');\n if (!queryStart) {\n return '';\n }\n const fragmentStart = url.indexOf('#', queryStart);\n return url.substring(\n queryStart,\n fragmentStart > 0 ? fragmentStart : undefined\n );\n}\n","/**\n * @license\n * Copyright 2021 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport interface Compat {\n _delegate: T;\n}\n\nexport function getModularInstance(\n service: Compat | ExpService\n): ExpService {\n if (service && (service as Compat)._delegate) {\n return (service as Compat)._delegate;\n } else {\n return service as ExpService;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Provide English ordinal letters after a number\n */\nexport function ordinal(i: number): string {\n if (!Number.isFinite(i)) {\n return `${i}`;\n }\n return i + indicator(i);\n}\n\nfunction indicator(i: number): string {\n i = Math.abs(i);\n const cent = i % 100;\n if (cent >= 10 && cent <= 20) {\n return 'th';\n }\n const dec = i % 10;\n if (dec === 1) {\n return 'st';\n }\n if (dec === 2) {\n return 'nd';\n }\n if (dec === 3) {\n return 'rd';\n }\n return 'th';\n}\n","/**\n * @license\n * Copyright 2022 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Deferred } from './deferred';\n\n/**\n * Rejects if the given promise doesn't resolve in timeInMS milliseconds.\n * @internal\n */\nexport function promiseWithTimeout(\n promise: Promise,\n timeInMS = 2000\n): Promise {\n const deferredPromise = new Deferred();\n setTimeout(() => deferredPromise.reject('timeout!'), timeInMS);\n promise.then(deferredPromise.resolve, deferredPromise.reject);\n return deferredPromise.promise;\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { assert } from './assert';\n\n// Code originally came from goog.crypt.stringToUtf8ByteArray, but for some reason they\n// automatically replaced '\\r\\n' with '\\n', and they didn't handle surrogate pairs,\n// so it's been modified.\n\n// Note that not all Unicode characters appear as single characters in JavaScript strings.\n// fromCharCode returns the UTF-16 encoding of a character - so some Unicode characters\n// use 2 characters in Javascript. All 4-byte UTF-8 characters begin with a first\n// character in the range 0xD800 - 0xDBFF (the first character of a so-called surrogate\n// pair).\n// See http://www.ecma-international.org/ecma-262/5.1/#sec-15.1.3\n\n/**\n * @param {string} str\n * @return {Array}\n */\nexport const stringToByteArray = function (str: string): number[] {\n const out: number[] = [];\n let p = 0;\n for (let i = 0; i < str.length; i++) {\n let c = str.charCodeAt(i);\n\n // Is this the lead surrogate in a surrogate pair?\n if (c >= 0xd800 && c <= 0xdbff) {\n const high = c - 0xd800; // the high 10 bits.\n i++;\n assert(i < str.length, 'Surrogate pair missing trail surrogate.');\n const low = str.charCodeAt(i) - 0xdc00; // the low 10 bits.\n c = 0x10000 + (high << 10) + low;\n }\n\n if (c < 128) {\n out[p++] = c;\n } else if (c < 2048) {\n out[p++] = (c >> 6) | 192;\n out[p++] = (c & 63) | 128;\n } else if (c < 65536) {\n out[p++] = (c >> 12) | 224;\n out[p++] = ((c >> 6) & 63) | 128;\n out[p++] = (c & 63) | 128;\n } else {\n out[p++] = (c >> 18) | 240;\n out[p++] = ((c >> 12) & 63) | 128;\n out[p++] = ((c >> 6) & 63) | 128;\n out[p++] = (c & 63) | 128;\n }\n }\n return out;\n};\n\n/**\n * Calculate length without actually converting; useful for doing cheaper validation.\n * @param {string} str\n * @return {number}\n */\nexport const stringLength = function (str: string): number {\n let p = 0;\n for (let i = 0; i < str.length; i++) {\n const c = str.charCodeAt(i);\n if (c < 128) {\n p++;\n } else if (c < 2048) {\n p += 2;\n } else if (c >= 0xd800 && c <= 0xdbff) {\n // Lead surrogate of a surrogate pair. The pair together will take 4 bytes to represent.\n p += 4;\n i++; // skip trail surrogate.\n } else {\n p += 3;\n }\n }\n return p;\n};\n","/**\n * @license\n * Copyright 2022 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Copied from https://stackoverflow.com/a/2117523\n * Generates a new uuid.\n * @public\n */\nexport const uuidv4 = function (): string {\n return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, c => {\n const r = (Math.random() * 16) | 0,\n v = c === 'x' ? r : (r & 0x3) | 0x8;\n return v.toString(16);\n });\n};\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport {\n InstantiationMode,\n InstanceFactory,\n ComponentType,\n Dictionary,\n Name,\n onInstanceCreatedCallback\n} from './types';\n\n/**\n * Component for service name T, e.g. `auth`, `auth-internal`\n */\nexport class Component {\n multipleInstances = false;\n /**\n * Properties to be added to the service namespace\n */\n serviceProps: Dictionary = {};\n\n instantiationMode = InstantiationMode.LAZY;\n\n onInstanceCreated: onInstanceCreatedCallback | null = null;\n\n /**\n *\n * @param name The public service name, e.g. app, auth, firestore, database\n * @param instanceFactory Service factory responsible for creating the public interface\n * @param type whether the service provided by the component is public or private\n */\n constructor(\n readonly name: T,\n readonly instanceFactory: InstanceFactory,\n readonly type: ComponentType\n ) {}\n\n setInstantiationMode(mode: InstantiationMode): this {\n this.instantiationMode = mode;\n return this;\n }\n\n setMultipleInstances(multipleInstances: boolean): this {\n this.multipleInstances = multipleInstances;\n return this;\n }\n\n setServiceProps(props: Dictionary): this {\n this.serviceProps = props;\n return this;\n }\n\n setInstanceCreatedCallback(callback: onInstanceCreatedCallback): this {\n this.onInstanceCreated = callback;\n return this;\n }\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Deferred } from '@firebase/util';\nimport { ComponentContainer } from './component_container';\nimport { DEFAULT_ENTRY_NAME } from './constants';\nimport {\n InitializeOptions,\n InstantiationMode,\n Name,\n NameServiceMapping,\n OnInitCallBack\n} from './types';\nimport { Component } from './component';\n\n/**\n * Provider for instance for service name T, e.g. 'auth', 'auth-internal'\n * NameServiceMapping[T] is an alias for the type of the instance\n */\nexport class Provider {\n private component: Component | null = null;\n private readonly instances: Map = new Map();\n private readonly instancesDeferred: Map<\n string,\n Deferred\n > = new Map();\n private readonly instancesOptions: Map> =\n new Map();\n private onInitCallbacks: Map>> = new Map();\n\n constructor(\n private readonly name: T,\n private readonly container: ComponentContainer\n ) {}\n\n /**\n * @param identifier A provider can provide mulitple instances of a service\n * if this.component.multipleInstances is true.\n */\n get(identifier?: string): Promise {\n // if multipleInstances is not supported, use the default name\n const normalizedIdentifier = this.normalizeInstanceIdentifier(identifier);\n\n if (!this.instancesDeferred.has(normalizedIdentifier)) {\n const deferred = new Deferred();\n this.instancesDeferred.set(normalizedIdentifier, deferred);\n\n if (\n this.isInitialized(normalizedIdentifier) ||\n this.shouldAutoInitialize()\n ) {\n // initialize the service if it can be auto-initialized\n try {\n const instance = this.getOrInitializeService({\n instanceIdentifier: normalizedIdentifier\n });\n if (instance) {\n deferred.resolve(instance);\n }\n } catch (e) {\n // when the instance factory throws an exception during get(), it should not cause\n // a fatal error. We just return the unresolved promise in this case.\n }\n }\n }\n\n return this.instancesDeferred.get(normalizedIdentifier)!.promise;\n }\n\n /**\n *\n * @param options.identifier A provider can provide mulitple instances of a service\n * if this.component.multipleInstances is true.\n * @param options.optional If optional is false or not provided, the method throws an error when\n * the service is not immediately available.\n * If optional is true, the method returns null if the service is not immediately available.\n */\n getImmediate(options: {\n identifier?: string;\n optional: true;\n }): NameServiceMapping[T] | null;\n getImmediate(options?: {\n identifier?: string;\n optional?: false;\n }): NameServiceMapping[T];\n getImmediate(options?: {\n identifier?: string;\n optional?: boolean;\n }): NameServiceMapping[T] | null {\n // if multipleInstances is not supported, use the default name\n const normalizedIdentifier = this.normalizeInstanceIdentifier(\n options?.identifier\n );\n const optional = options?.optional ?? false;\n\n if (\n this.isInitialized(normalizedIdentifier) ||\n this.shouldAutoInitialize()\n ) {\n try {\n return this.getOrInitializeService({\n instanceIdentifier: normalizedIdentifier\n });\n } catch (e) {\n if (optional) {\n return null;\n } else {\n throw e;\n }\n }\n } else {\n // In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw\n if (optional) {\n return null;\n } else {\n throw Error(`Service ${this.name} is not available`);\n }\n }\n }\n\n getComponent(): Component | null {\n return this.component;\n }\n\n setComponent(component: Component): void {\n if (component.name !== this.name) {\n throw Error(\n `Mismatching Component ${component.name} for Provider ${this.name}.`\n );\n }\n\n if (this.component) {\n throw Error(`Component for ${this.name} has already been provided`);\n }\n\n this.component = component;\n\n // return early without attempting to initialize the component if the component requires explicit initialization (calling `Provider.initialize()`)\n if (!this.shouldAutoInitialize()) {\n return;\n }\n\n // if the service is eager, initialize the default instance\n if (isComponentEager(component)) {\n try {\n this.getOrInitializeService({ instanceIdentifier: DEFAULT_ENTRY_NAME });\n } catch (e) {\n // when the instance factory for an eager Component throws an exception during the eager\n // initialization, it should not cause a fatal error.\n // TODO: Investigate if we need to make it configurable, because some component may want to cause\n // a fatal error in this case?\n }\n }\n\n // Create service instances for the pending promises and resolve them\n // NOTE: if this.multipleInstances is false, only the default instance will be created\n // and all promises with resolve with it regardless of the identifier.\n for (const [\n instanceIdentifier,\n instanceDeferred\n ] of this.instancesDeferred.entries()) {\n const normalizedIdentifier =\n this.normalizeInstanceIdentifier(instanceIdentifier);\n\n try {\n // `getOrInitializeService()` should always return a valid instance since a component is guaranteed. use ! to make typescript happy.\n const instance = this.getOrInitializeService({\n instanceIdentifier: normalizedIdentifier\n })!;\n instanceDeferred.resolve(instance);\n } catch (e) {\n // when the instance factory throws an exception, it should not cause\n // a fatal error. We just leave the promise unresolved.\n }\n }\n }\n\n clearInstance(identifier: string = DEFAULT_ENTRY_NAME): void {\n this.instancesDeferred.delete(identifier);\n this.instancesOptions.delete(identifier);\n this.instances.delete(identifier);\n }\n\n // app.delete() will call this method on every provider to delete the services\n // TODO: should we mark the provider as deleted?\n async delete(): Promise {\n const services = Array.from(this.instances.values());\n\n await Promise.all([\n ...services\n .filter(service => 'INTERNAL' in service) // legacy services\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n .map(service => (service as any).INTERNAL!.delete()),\n ...services\n .filter(service => '_delete' in service) // modularized services\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n .map(service => (service as any)._delete())\n ]);\n }\n\n isComponentSet(): boolean {\n return this.component != null;\n }\n\n isInitialized(identifier: string = DEFAULT_ENTRY_NAME): boolean {\n return this.instances.has(identifier);\n }\n\n getOptions(identifier: string = DEFAULT_ENTRY_NAME): Record {\n return this.instancesOptions.get(identifier) || {};\n }\n\n initialize(opts: InitializeOptions = {}): NameServiceMapping[T] {\n const { options = {} } = opts;\n const normalizedIdentifier = this.normalizeInstanceIdentifier(\n opts.instanceIdentifier\n );\n if (this.isInitialized(normalizedIdentifier)) {\n throw Error(\n `${this.name}(${normalizedIdentifier}) has already been initialized`\n );\n }\n\n if (!this.isComponentSet()) {\n throw Error(`Component ${this.name} has not been registered yet`);\n }\n\n const instance = this.getOrInitializeService({\n instanceIdentifier: normalizedIdentifier,\n options\n })!;\n\n // resolve any pending promise waiting for the service instance\n for (const [\n instanceIdentifier,\n instanceDeferred\n ] of this.instancesDeferred.entries()) {\n const normalizedDeferredIdentifier =\n this.normalizeInstanceIdentifier(instanceIdentifier);\n if (normalizedIdentifier === normalizedDeferredIdentifier) {\n instanceDeferred.resolve(instance);\n }\n }\n\n return instance;\n }\n\n /**\n *\n * @param callback - a function that will be invoked after the provider has been initialized by calling provider.initialize().\n * The function is invoked SYNCHRONOUSLY, so it should not execute any longrunning tasks in order to not block the program.\n *\n * @param identifier An optional instance identifier\n * @returns a function to unregister the callback\n */\n onInit(callback: OnInitCallBack, identifier?: string): () => void {\n const normalizedIdentifier = this.normalizeInstanceIdentifier(identifier);\n const existingCallbacks =\n this.onInitCallbacks.get(normalizedIdentifier) ??\n new Set>();\n existingCallbacks.add(callback);\n this.onInitCallbacks.set(normalizedIdentifier, existingCallbacks);\n\n const existingInstance = this.instances.get(normalizedIdentifier);\n if (existingInstance) {\n callback(existingInstance, normalizedIdentifier);\n }\n\n return () => {\n existingCallbacks.delete(callback);\n };\n }\n\n /**\n * Invoke onInit callbacks synchronously\n * @param instance the service instance`\n */\n private invokeOnInitCallbacks(\n instance: NameServiceMapping[T],\n identifier: string\n ): void {\n const callbacks = this.onInitCallbacks.get(identifier);\n if (!callbacks) {\n return;\n }\n for (const callback of callbacks) {\n try {\n callback(instance, identifier);\n } catch {\n // ignore errors in the onInit callback\n }\n }\n }\n\n private getOrInitializeService({\n instanceIdentifier,\n options = {}\n }: {\n instanceIdentifier: string;\n options?: Record;\n }): NameServiceMapping[T] | null {\n let instance = this.instances.get(instanceIdentifier);\n if (!instance && this.component) {\n instance = this.component.instanceFactory(this.container, {\n instanceIdentifier: normalizeIdentifierForFactory(instanceIdentifier),\n options\n });\n this.instances.set(instanceIdentifier, instance);\n this.instancesOptions.set(instanceIdentifier, options);\n\n /**\n * Invoke onInit listeners.\n * Note this.component.onInstanceCreated is different, which is used by the component creator,\n * while onInit listeners are registered by consumers of the provider.\n */\n this.invokeOnInitCallbacks(instance, instanceIdentifier);\n\n /**\n * Order is important\n * onInstanceCreated() should be called after this.instances.set(instanceIdentifier, instance); which\n * makes `isInitialized()` return true.\n */\n if (this.component.onInstanceCreated) {\n try {\n this.component.onInstanceCreated(\n this.container,\n instanceIdentifier,\n instance\n );\n } catch {\n // ignore errors in the onInstanceCreatedCallback\n }\n }\n }\n\n return instance || null;\n }\n\n private normalizeInstanceIdentifier(\n identifier: string = DEFAULT_ENTRY_NAME\n ): string {\n if (this.component) {\n return this.component.multipleInstances ? identifier : DEFAULT_ENTRY_NAME;\n } else {\n return identifier; // assume multiple instances are supported before the component is provided.\n }\n }\n\n private shouldAutoInitialize(): boolean {\n return (\n !!this.component &&\n this.component.instantiationMode !== InstantiationMode.EXPLICIT\n );\n }\n}\n\n// undefined should be passed to the service factory for the default instance\nfunction normalizeIdentifierForFactory(identifier: string): string | undefined {\n return identifier === DEFAULT_ENTRY_NAME ? undefined : identifier;\n}\n\nfunction isComponentEager(component: Component): boolean {\n return component.instantiationMode === InstantiationMode.EAGER;\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const DEFAULT_ENTRY_NAME = '[DEFAULT]';\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Provider } from './provider';\nimport { Component } from './component';\nimport { Name } from './types';\n\n/**\n * ComponentContainer that provides Providers for service name T, e.g. `auth`, `auth-internal`\n */\nexport class ComponentContainer {\n private readonly providers = new Map>();\n\n constructor(private readonly name: string) {}\n\n /**\n *\n * @param component Component being added\n * @param overwrite When a component with the same name has already been registered,\n * if overwrite is true: overwrite the existing component with the new component and create a new\n * provider with the new component. It can be useful in tests where you want to use different mocks\n * for different tests.\n * if overwrite is false: throw an exception\n */\n addComponent(component: Component): void {\n const provider = this.getProvider(component.name);\n if (provider.isComponentSet()) {\n throw new Error(\n `Component ${component.name} has already been registered with ${this.name}`\n );\n }\n\n provider.setComponent(component);\n }\n\n addOrOverwriteComponent(component: Component): void {\n const provider = this.getProvider(component.name);\n if (provider.isComponentSet()) {\n // delete the existing provider from the container, so we can register the new component\n this.providers.delete(component.name);\n }\n\n this.addComponent(component);\n }\n\n /**\n * getProvider provides a type safe interface where it can only be called with a field name\n * present in NameServiceMapping interface.\n *\n * Firebase SDKs providing services should extend NameServiceMapping interface to register\n * themselves.\n */\n getProvider(name: T): Provider {\n if (this.providers.has(name)) {\n return this.providers.get(name) as unknown as Provider;\n }\n\n // create a Provider for a service that hasn't registered with Firebase\n const provider = new Provider(name, this);\n this.providers.set(name, provider as unknown as Provider);\n\n return provider as Provider;\n }\n\n getProviders(): Array> {\n return Array.from(this.providers.values());\n }\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport type LogLevelString =\n | 'debug'\n | 'verbose'\n | 'info'\n | 'warn'\n | 'error'\n | 'silent';\n\nexport interface LogOptions {\n level: LogLevelString;\n}\n\nexport type LogCallback = (callbackParams: LogCallbackParams) => void;\n\nexport interface LogCallbackParams {\n level: LogLevelString;\n message: string;\n args: unknown[];\n type: string;\n}\n\n/**\n * A container for all of the Logger instances\n */\nexport const instances: Logger[] = [];\n\n/**\n * The JS SDK supports 5 log levels and also allows a user the ability to\n * silence the logs altogether.\n *\n * The order is a follows:\n * DEBUG < VERBOSE < INFO < WARN < ERROR\n *\n * All of the log types above the current log level will be captured (i.e. if\n * you set the log level to `INFO`, errors will still be logged, but `DEBUG` and\n * `VERBOSE` logs will not)\n */\nexport enum LogLevel {\n DEBUG,\n VERBOSE,\n INFO,\n WARN,\n ERROR,\n SILENT\n}\n\nconst levelStringToEnum: { [key in LogLevelString]: LogLevel } = {\n 'debug': LogLevel.DEBUG,\n 'verbose': LogLevel.VERBOSE,\n 'info': LogLevel.INFO,\n 'warn': LogLevel.WARN,\n 'error': LogLevel.ERROR,\n 'silent': LogLevel.SILENT\n};\n\n/**\n * The default log level\n */\nconst defaultLogLevel: LogLevel = LogLevel.INFO;\n\n/**\n * We allow users the ability to pass their own log handler. We will pass the\n * type of log, the current log level, and any other arguments passed (i.e. the\n * messages that the user wants to log) to this function.\n */\nexport type LogHandler = (\n loggerInstance: Logger,\n logType: LogLevel,\n ...args: unknown[]\n) => void;\n\n/**\n * By default, `console.debug` is not displayed in the developer console (in\n * chrome). To avoid forcing users to have to opt-in to these logs twice\n * (i.e. once for firebase, and once in the console), we are sending `DEBUG`\n * logs to the `console.log` function.\n */\nconst ConsoleMethod = {\n [LogLevel.DEBUG]: 'log',\n [LogLevel.VERBOSE]: 'log',\n [LogLevel.INFO]: 'info',\n [LogLevel.WARN]: 'warn',\n [LogLevel.ERROR]: 'error'\n};\n\n/**\n * The default log handler will forward DEBUG, VERBOSE, INFO, WARN, and ERROR\n * messages on to their corresponding console counterparts (if the log method\n * is supported by the current log level)\n */\nconst defaultLogHandler: LogHandler = (instance, logType, ...args): void => {\n if (logType < instance.logLevel) {\n return;\n }\n const now = new Date().toISOString();\n const method = ConsoleMethod[logType as keyof typeof ConsoleMethod];\n if (method) {\n console[method as 'log' | 'info' | 'warn' | 'error'](\n `[${now}] ${instance.name}:`,\n ...args\n );\n } else {\n throw new Error(\n `Attempted to log a message with an invalid logType (value: ${logType})`\n );\n }\n};\n\nexport class Logger {\n /**\n * Gives you an instance of a Logger to capture messages according to\n * Firebase's logging scheme.\n *\n * @param name The name that the logs will be associated with\n */\n constructor(public name: string) {\n /**\n * Capture the current instance for later use\n */\n instances.push(this);\n }\n\n /**\n * The log level of the given Logger instance.\n */\n private _logLevel = defaultLogLevel;\n\n get logLevel(): LogLevel {\n return this._logLevel;\n }\n\n set logLevel(val: LogLevel) {\n if (!(val in LogLevel)) {\n throw new TypeError(`Invalid value \"${val}\" assigned to \\`logLevel\\``);\n }\n this._logLevel = val;\n }\n\n // Workaround for setter/getter having to be the same type.\n setLogLevel(val: LogLevel | LogLevelString): void {\n this._logLevel = typeof val === 'string' ? levelStringToEnum[val] : val;\n }\n\n /**\n * The main (internal) log handler for the Logger instance.\n * Can be set to a new function in internal package code but not by user.\n */\n private _logHandler: LogHandler = defaultLogHandler;\n get logHandler(): LogHandler {\n return this._logHandler;\n }\n set logHandler(val: LogHandler) {\n if (typeof val !== 'function') {\n throw new TypeError('Value assigned to `logHandler` must be a function');\n }\n this._logHandler = val;\n }\n\n /**\n * The optional, additional, user-defined log handler for the Logger instance.\n */\n private _userLogHandler: LogHandler | null = null;\n get userLogHandler(): LogHandler | null {\n return this._userLogHandler;\n }\n set userLogHandler(val: LogHandler | null) {\n this._userLogHandler = val;\n }\n\n /**\n * The functions below are all based on the `console` interface\n */\n\n debug(...args: unknown[]): void {\n this._userLogHandler && this._userLogHandler(this, LogLevel.DEBUG, ...args);\n this._logHandler(this, LogLevel.DEBUG, ...args);\n }\n log(...args: unknown[]): void {\n this._userLogHandler &&\n this._userLogHandler(this, LogLevel.VERBOSE, ...args);\n this._logHandler(this, LogLevel.VERBOSE, ...args);\n }\n info(...args: unknown[]): void {\n this._userLogHandler && this._userLogHandler(this, LogLevel.INFO, ...args);\n this._logHandler(this, LogLevel.INFO, ...args);\n }\n warn(...args: unknown[]): void {\n this._userLogHandler && this._userLogHandler(this, LogLevel.WARN, ...args);\n this._logHandler(this, LogLevel.WARN, ...args);\n }\n error(...args: unknown[]): void {\n this._userLogHandler && this._userLogHandler(this, LogLevel.ERROR, ...args);\n this._logHandler(this, LogLevel.ERROR, ...args);\n }\n}\n\nexport function setLogLevel(level: LogLevelString | LogLevel): void {\n instances.forEach(inst => {\n inst.setLogLevel(level);\n });\n}\n\nexport function setUserLogHandler(\n logCallback: LogCallback | null,\n options?: LogOptions\n): void {\n for (const instance of instances) {\n let customLogLevel: LogLevel | null = null;\n if (options && options.level) {\n customLogLevel = levelStringToEnum[options.level];\n }\n if (logCallback === null) {\n instance.userLogHandler = null;\n } else {\n instance.userLogHandler = (\n instance: Logger,\n level: LogLevel,\n ...args: unknown[]\n ) => {\n const message = args\n .map(arg => {\n if (arg == null) {\n return null;\n } else if (typeof arg === 'string') {\n return arg;\n } else if (typeof arg === 'number' || typeof arg === 'boolean') {\n return arg.toString();\n } else if (arg instanceof Error) {\n return arg.message;\n } else {\n try {\n return JSON.stringify(arg);\n } catch (ignored) {\n return null;\n }\n }\n })\n .filter(arg => arg)\n .join(' ');\n if (level >= (customLogLevel ?? instance.logLevel)) {\n logCallback({\n level: LogLevel[level].toLowerCase() as LogLevelString,\n message,\n args,\n type: instance.name\n });\n }\n };\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AuthErrorMap, User } from '../model/public_types';\nimport { ErrorFactory, ErrorMap } from '@firebase/util';\n\nimport { IdTokenMfaResponse } from '../api/authentication/mfa';\nimport { AppName } from '../model/auth';\nimport { AuthCredential } from './credentials';\n\n/**\n * Enumeration of Firebase Auth error codes.\n *\n * @internal\n */\nexport const enum AuthErrorCode {\n ADMIN_ONLY_OPERATION = 'admin-restricted-operation',\n ARGUMENT_ERROR = 'argument-error',\n APP_NOT_AUTHORIZED = 'app-not-authorized',\n APP_NOT_INSTALLED = 'app-not-installed',\n CAPTCHA_CHECK_FAILED = 'captcha-check-failed',\n CODE_EXPIRED = 'code-expired',\n CORDOVA_NOT_READY = 'cordova-not-ready',\n CORS_UNSUPPORTED = 'cors-unsupported',\n CREDENTIAL_ALREADY_IN_USE = 'credential-already-in-use',\n CREDENTIAL_MISMATCH = 'custom-token-mismatch',\n CREDENTIAL_TOO_OLD_LOGIN_AGAIN = 'requires-recent-login',\n DEPENDENT_SDK_INIT_BEFORE_AUTH = 'dependent-sdk-initialized-before-auth',\n DYNAMIC_LINK_NOT_ACTIVATED = 'dynamic-link-not-activated',\n EMAIL_CHANGE_NEEDS_VERIFICATION = 'email-change-needs-verification',\n EMAIL_EXISTS = 'email-already-in-use',\n EMULATOR_CONFIG_FAILED = 'emulator-config-failed',\n EXPIRED_OOB_CODE = 'expired-action-code',\n EXPIRED_POPUP_REQUEST = 'cancelled-popup-request',\n INTERNAL_ERROR = 'internal-error',\n INVALID_API_KEY = 'invalid-api-key',\n INVALID_APP_CREDENTIAL = 'invalid-app-credential',\n INVALID_APP_ID = 'invalid-app-id',\n INVALID_AUTH = 'invalid-user-token',\n INVALID_AUTH_EVENT = 'invalid-auth-event',\n INVALID_CERT_HASH = 'invalid-cert-hash',\n INVALID_CODE = 'invalid-verification-code',\n INVALID_CONTINUE_URI = 'invalid-continue-uri',\n INVALID_CORDOVA_CONFIGURATION = 'invalid-cordova-configuration',\n INVALID_CUSTOM_TOKEN = 'invalid-custom-token',\n INVALID_DYNAMIC_LINK_DOMAIN = 'invalid-dynamic-link-domain',\n INVALID_EMAIL = 'invalid-email',\n INVALID_EMULATOR_SCHEME = 'invalid-emulator-scheme',\n INVALID_IDP_RESPONSE = 'invalid-credential',\n INVALID_MESSAGE_PAYLOAD = 'invalid-message-payload',\n INVALID_MFA_SESSION = 'invalid-multi-factor-session',\n INVALID_OAUTH_CLIENT_ID = 'invalid-oauth-client-id',\n INVALID_OAUTH_PROVIDER = 'invalid-oauth-provider',\n INVALID_OOB_CODE = 'invalid-action-code',\n INVALID_ORIGIN = 'unauthorized-domain',\n INVALID_PASSWORD = 'wrong-password',\n INVALID_PERSISTENCE = 'invalid-persistence-type',\n INVALID_PHONE_NUMBER = 'invalid-phone-number',\n INVALID_PROVIDER_ID = 'invalid-provider-id',\n INVALID_RECIPIENT_EMAIL = 'invalid-recipient-email',\n INVALID_SENDER = 'invalid-sender',\n INVALID_SESSION_INFO = 'invalid-verification-id',\n INVALID_TENANT_ID = 'invalid-tenant-id',\n LOGIN_BLOCKED = 'login-blocked',\n MFA_INFO_NOT_FOUND = 'multi-factor-info-not-found',\n MFA_REQUIRED = 'multi-factor-auth-required',\n MISSING_ANDROID_PACKAGE_NAME = 'missing-android-pkg-name',\n MISSING_APP_CREDENTIAL = 'missing-app-credential',\n MISSING_AUTH_DOMAIN = 'auth-domain-config-required',\n MISSING_CODE = 'missing-verification-code',\n MISSING_CONTINUE_URI = 'missing-continue-uri',\n MISSING_IFRAME_START = 'missing-iframe-start',\n MISSING_IOS_BUNDLE_ID = 'missing-ios-bundle-id',\n MISSING_OR_INVALID_NONCE = 'missing-or-invalid-nonce',\n MISSING_MFA_INFO = 'missing-multi-factor-info',\n MISSING_MFA_SESSION = 'missing-multi-factor-session',\n MISSING_PHONE_NUMBER = 'missing-phone-number',\n MISSING_SESSION_INFO = 'missing-verification-id',\n MODULE_DESTROYED = 'app-deleted',\n NEED_CONFIRMATION = 'account-exists-with-different-credential',\n NETWORK_REQUEST_FAILED = 'network-request-failed',\n NULL_USER = 'null-user',\n NO_AUTH_EVENT = 'no-auth-event',\n NO_SUCH_PROVIDER = 'no-such-provider',\n OPERATION_NOT_ALLOWED = 'operation-not-allowed',\n OPERATION_NOT_SUPPORTED = 'operation-not-supported-in-this-environment',\n POPUP_BLOCKED = 'popup-blocked',\n POPUP_CLOSED_BY_USER = 'popup-closed-by-user',\n PROVIDER_ALREADY_LINKED = 'provider-already-linked',\n QUOTA_EXCEEDED = 'quota-exceeded',\n REDIRECT_CANCELLED_BY_USER = 'redirect-cancelled-by-user',\n REDIRECT_OPERATION_PENDING = 'redirect-operation-pending',\n REJECTED_CREDENTIAL = 'rejected-credential',\n SECOND_FACTOR_ALREADY_ENROLLED = 'second-factor-already-in-use',\n SECOND_FACTOR_LIMIT_EXCEEDED = 'maximum-second-factor-count-exceeded',\n TENANT_ID_MISMATCH = 'tenant-id-mismatch',\n TIMEOUT = 'timeout',\n TOKEN_EXPIRED = 'user-token-expired',\n TOO_MANY_ATTEMPTS_TRY_LATER = 'too-many-requests',\n UNAUTHORIZED_DOMAIN = 'unauthorized-continue-uri',\n UNSUPPORTED_FIRST_FACTOR = 'unsupported-first-factor',\n UNSUPPORTED_PERSISTENCE = 'unsupported-persistence-type',\n UNSUPPORTED_TENANT_OPERATION = 'unsupported-tenant-operation',\n UNVERIFIED_EMAIL = 'unverified-email',\n USER_CANCELLED = 'user-cancelled',\n USER_DELETED = 'user-not-found',\n USER_DISABLED = 'user-disabled',\n USER_MISMATCH = 'user-mismatch',\n USER_SIGNED_OUT = 'user-signed-out',\n WEAK_PASSWORD = 'weak-password',\n WEB_STORAGE_UNSUPPORTED = 'web-storage-unsupported',\n ALREADY_INITIALIZED = 'already-initialized'\n}\n\nfunction _debugErrorMap(): ErrorMap {\n return {\n [AuthErrorCode.ADMIN_ONLY_OPERATION]:\n 'This operation is restricted to administrators only.',\n [AuthErrorCode.ARGUMENT_ERROR]: '',\n [AuthErrorCode.APP_NOT_AUTHORIZED]:\n \"This app, identified by the domain where it's hosted, is not \" +\n 'authorized to use Firebase Authentication with the provided API key. ' +\n 'Review your key configuration in the Google API console.',\n [AuthErrorCode.APP_NOT_INSTALLED]:\n 'The requested mobile application corresponding to the identifier (' +\n 'Android package name or iOS bundle ID) provided is not installed on ' +\n 'this device.',\n [AuthErrorCode.CAPTCHA_CHECK_FAILED]:\n 'The reCAPTCHA response token provided is either invalid, expired, ' +\n 'already used or the domain associated with it does not match the list ' +\n 'of whitelisted domains.',\n [AuthErrorCode.CODE_EXPIRED]:\n 'The SMS code has expired. Please re-send the verification code to try ' +\n 'again.',\n [AuthErrorCode.CORDOVA_NOT_READY]: 'Cordova framework is not ready.',\n [AuthErrorCode.CORS_UNSUPPORTED]: 'This browser is not supported.',\n [AuthErrorCode.CREDENTIAL_ALREADY_IN_USE]:\n 'This credential is already associated with a different user account.',\n [AuthErrorCode.CREDENTIAL_MISMATCH]:\n 'The custom token corresponds to a different audience.',\n [AuthErrorCode.CREDENTIAL_TOO_OLD_LOGIN_AGAIN]:\n 'This operation is sensitive and requires recent authentication. Log in ' +\n 'again before retrying this request.',\n [AuthErrorCode.DEPENDENT_SDK_INIT_BEFORE_AUTH]:\n 'Another Firebase SDK was initialized and is trying to use Auth before Auth is ' +\n 'initialized. Please be sure to call `initializeAuth` or `getAuth` before ' +\n 'starting any other Firebase SDK.',\n [AuthErrorCode.DYNAMIC_LINK_NOT_ACTIVATED]:\n 'Please activate Dynamic Links in the Firebase Console and agree to the terms and ' +\n 'conditions.',\n [AuthErrorCode.EMAIL_CHANGE_NEEDS_VERIFICATION]:\n 'Multi-factor users must always have a verified email.',\n [AuthErrorCode.EMAIL_EXISTS]:\n 'The email address is already in use by another account.',\n [AuthErrorCode.EMULATOR_CONFIG_FAILED]:\n 'Auth instance has already been used to make a network call. Auth can ' +\n 'no longer be configured to use the emulator. Try calling ' +\n '\"connectAuthEmulator()\" sooner.',\n [AuthErrorCode.EXPIRED_OOB_CODE]: 'The action code has expired.',\n [AuthErrorCode.EXPIRED_POPUP_REQUEST]:\n 'This operation has been cancelled due to another conflicting popup being opened.',\n [AuthErrorCode.INTERNAL_ERROR]: 'An internal AuthError has occurred.',\n [AuthErrorCode.INVALID_APP_CREDENTIAL]:\n 'The phone verification request contains an invalid application verifier.' +\n ' The reCAPTCHA token response is either invalid or expired.',\n [AuthErrorCode.INVALID_APP_ID]:\n 'The mobile app identifier is not registed for the current project.',\n [AuthErrorCode.INVALID_AUTH]:\n \"This user's credential isn't valid for this project. This can happen \" +\n \"if the user's token has been tampered with, or if the user isn't for \" +\n 'the project associated with this API key.',\n [AuthErrorCode.INVALID_AUTH_EVENT]: 'An internal AuthError has occurred.',\n [AuthErrorCode.INVALID_CODE]:\n 'The SMS verification code used to create the phone auth credential is ' +\n 'invalid. Please resend the verification code sms and be sure to use the ' +\n 'verification code provided by the user.',\n [AuthErrorCode.INVALID_CONTINUE_URI]:\n 'The continue URL provided in the request is invalid.',\n [AuthErrorCode.INVALID_CORDOVA_CONFIGURATION]:\n 'The following Cordova plugins must be installed to enable OAuth sign-in: ' +\n 'cordova-plugin-buildinfo, cordova-universal-links-plugin, ' +\n 'cordova-plugin-browsertab, cordova-plugin-inappbrowser and ' +\n 'cordova-plugin-customurlscheme.',\n [AuthErrorCode.INVALID_CUSTOM_TOKEN]:\n 'The custom token format is incorrect. Please check the documentation.',\n [AuthErrorCode.INVALID_DYNAMIC_LINK_DOMAIN]:\n 'The provided dynamic link domain is not configured or authorized for the current project.',\n [AuthErrorCode.INVALID_EMAIL]: 'The email address is badly formatted.',\n [AuthErrorCode.INVALID_EMULATOR_SCHEME]:\n 'Emulator URL must start with a valid scheme (http:// or https://).',\n [AuthErrorCode.INVALID_API_KEY]:\n 'Your API key is invalid, please check you have copied it correctly.',\n [AuthErrorCode.INVALID_CERT_HASH]:\n 'The SHA-1 certificate hash provided is invalid.',\n [AuthErrorCode.INVALID_IDP_RESPONSE]:\n 'The supplied auth credential is malformed or has expired.',\n [AuthErrorCode.INVALID_MESSAGE_PAYLOAD]:\n 'The email template corresponding to this action contains invalid characters in its message. ' +\n 'Please fix by going to the Auth email templates section in the Firebase Console.',\n [AuthErrorCode.INVALID_MFA_SESSION]:\n 'The request does not contain a valid proof of first factor successful sign-in.',\n [AuthErrorCode.INVALID_OAUTH_PROVIDER]:\n 'EmailAuthProvider is not supported for this operation. This operation ' +\n 'only supports OAuth providers.',\n [AuthErrorCode.INVALID_OAUTH_CLIENT_ID]:\n 'The OAuth client ID provided is either invalid or does not match the ' +\n 'specified API key.',\n [AuthErrorCode.INVALID_ORIGIN]:\n 'This domain is not authorized for OAuth operations for your Firebase ' +\n 'project. Edit the list of authorized domains from the Firebase console.',\n [AuthErrorCode.INVALID_OOB_CODE]:\n 'The action code is invalid. This can happen if the code is malformed, ' +\n 'expired, or has already been used.',\n [AuthErrorCode.INVALID_PASSWORD]:\n 'The password is invalid or the user does not have a password.',\n [AuthErrorCode.INVALID_PERSISTENCE]:\n 'The specified persistence type is invalid. It can only be local, session or none.',\n [AuthErrorCode.INVALID_PHONE_NUMBER]:\n 'The format of the phone number provided is incorrect. Please enter the ' +\n 'phone number in a format that can be parsed into E.164 format. E.164 ' +\n 'phone numbers are written in the format [+][country code][subscriber ' +\n 'number including area code].',\n [AuthErrorCode.INVALID_PROVIDER_ID]:\n 'The specified provider ID is invalid.',\n [AuthErrorCode.INVALID_RECIPIENT_EMAIL]:\n 'The email corresponding to this action failed to send as the provided ' +\n 'recipient email address is invalid.',\n [AuthErrorCode.INVALID_SENDER]:\n 'The email template corresponding to this action contains an invalid sender email or name. ' +\n 'Please fix by going to the Auth email templates section in the Firebase Console.',\n [AuthErrorCode.INVALID_SESSION_INFO]:\n 'The verification ID used to create the phone auth credential is invalid.',\n [AuthErrorCode.INVALID_TENANT_ID]:\n \"The Auth instance's tenant ID is invalid.\",\n [AuthErrorCode.LOGIN_BLOCKED]:\n 'Login blocked by user-provided method: {$originalMessage}',\n [AuthErrorCode.MISSING_ANDROID_PACKAGE_NAME]:\n 'An Android Package Name must be provided if the Android App is required to be installed.',\n [AuthErrorCode.MISSING_AUTH_DOMAIN]:\n 'Be sure to include authDomain when calling firebase.initializeApp(), ' +\n 'by following the instructions in the Firebase console.',\n [AuthErrorCode.MISSING_APP_CREDENTIAL]:\n 'The phone verification request is missing an application verifier ' +\n 'assertion. A reCAPTCHA response token needs to be provided.',\n [AuthErrorCode.MISSING_CODE]:\n 'The phone auth credential was created with an empty SMS verification code.',\n [AuthErrorCode.MISSING_CONTINUE_URI]:\n 'A continue URL must be provided in the request.',\n [AuthErrorCode.MISSING_IFRAME_START]: 'An internal AuthError has occurred.',\n [AuthErrorCode.MISSING_IOS_BUNDLE_ID]:\n 'An iOS Bundle ID must be provided if an App Store ID is provided.',\n [AuthErrorCode.MISSING_OR_INVALID_NONCE]:\n 'The request does not contain a valid nonce. This can occur if the ' +\n 'SHA-256 hash of the provided raw nonce does not match the hashed nonce ' +\n 'in the ID token payload.',\n [AuthErrorCode.MISSING_MFA_INFO]:\n 'No second factor identifier is provided.',\n [AuthErrorCode.MISSING_MFA_SESSION]:\n 'The request is missing proof of first factor successful sign-in.',\n [AuthErrorCode.MISSING_PHONE_NUMBER]:\n 'To send verification codes, provide a phone number for the recipient.',\n [AuthErrorCode.MISSING_SESSION_INFO]:\n 'The phone auth credential was created with an empty verification ID.',\n [AuthErrorCode.MODULE_DESTROYED]:\n 'This instance of FirebaseApp has been deleted.',\n [AuthErrorCode.MFA_INFO_NOT_FOUND]:\n 'The user does not have a second factor matching the identifier provided.',\n [AuthErrorCode.MFA_REQUIRED]:\n 'Proof of ownership of a second factor is required to complete sign-in.',\n [AuthErrorCode.NEED_CONFIRMATION]:\n 'An account already exists with the same email address but different ' +\n 'sign-in credentials. Sign in using a provider associated with this ' +\n 'email address.',\n [AuthErrorCode.NETWORK_REQUEST_FAILED]:\n 'A network AuthError (such as timeout, interrupted connection or unreachable host) has occurred.',\n [AuthErrorCode.NO_AUTH_EVENT]: 'An internal AuthError has occurred.',\n [AuthErrorCode.NO_SUCH_PROVIDER]:\n 'User was not linked to an account with the given provider.',\n [AuthErrorCode.NULL_USER]:\n 'A null user object was provided as the argument for an operation which ' +\n 'requires a non-null user object.',\n [AuthErrorCode.OPERATION_NOT_ALLOWED]:\n 'The given sign-in provider is disabled for this Firebase project. ' +\n 'Enable it in the Firebase console, under the sign-in method tab of the ' +\n 'Auth section.',\n [AuthErrorCode.OPERATION_NOT_SUPPORTED]:\n 'This operation is not supported in the environment this application is ' +\n 'running on. \"location.protocol\" must be http, https or chrome-extension' +\n ' and web storage must be enabled.',\n [AuthErrorCode.POPUP_BLOCKED]:\n 'Unable to establish a connection with the popup. It may have been blocked by the browser.',\n [AuthErrorCode.POPUP_CLOSED_BY_USER]:\n 'The popup has been closed by the user before finalizing the operation.',\n [AuthErrorCode.PROVIDER_ALREADY_LINKED]:\n 'User can only be linked to one identity for the given provider.',\n [AuthErrorCode.QUOTA_EXCEEDED]:\n \"The project's quota for this operation has been exceeded.\",\n [AuthErrorCode.REDIRECT_CANCELLED_BY_USER]:\n 'The redirect operation has been cancelled by the user before finalizing.',\n [AuthErrorCode.REDIRECT_OPERATION_PENDING]:\n 'A redirect sign-in operation is already pending.',\n [AuthErrorCode.REJECTED_CREDENTIAL]:\n 'The request contains malformed or mismatching credentials.',\n [AuthErrorCode.SECOND_FACTOR_ALREADY_ENROLLED]:\n 'The second factor is already enrolled on this account.',\n [AuthErrorCode.SECOND_FACTOR_LIMIT_EXCEEDED]:\n 'The maximum allowed number of second factors on a user has been exceeded.',\n [AuthErrorCode.TENANT_ID_MISMATCH]:\n \"The provided tenant ID does not match the Auth instance's tenant ID\",\n [AuthErrorCode.TIMEOUT]: 'The operation has timed out.',\n [AuthErrorCode.TOKEN_EXPIRED]:\n \"The user's credential is no longer valid. The user must sign in again.\",\n [AuthErrorCode.TOO_MANY_ATTEMPTS_TRY_LATER]:\n 'We have blocked all requests from this device due to unusual activity. ' +\n 'Try again later.',\n [AuthErrorCode.UNAUTHORIZED_DOMAIN]:\n 'The domain of the continue URL is not whitelisted. Please whitelist ' +\n 'the domain in the Firebase console.',\n [AuthErrorCode.UNSUPPORTED_FIRST_FACTOR]:\n 'Enrolling a second factor or signing in with a multi-factor account requires sign-in with a supported first factor.',\n [AuthErrorCode.UNSUPPORTED_PERSISTENCE]:\n 'The current environment does not support the specified persistence type.',\n [AuthErrorCode.UNSUPPORTED_TENANT_OPERATION]:\n 'This operation is not supported in a multi-tenant context.',\n [AuthErrorCode.UNVERIFIED_EMAIL]:\n 'The operation requires a verified email.',\n [AuthErrorCode.USER_CANCELLED]:\n 'The user did not grant your application the permissions it requested.',\n [AuthErrorCode.USER_DELETED]:\n 'There is no user record corresponding to this identifier. The user may ' +\n 'have been deleted.',\n [AuthErrorCode.USER_DISABLED]:\n 'The user account has been disabled by an administrator.',\n [AuthErrorCode.USER_MISMATCH]:\n 'The supplied credentials do not correspond to the previously signed in user.',\n [AuthErrorCode.USER_SIGNED_OUT]: '',\n [AuthErrorCode.WEAK_PASSWORD]:\n 'The password must be 6 characters long or more.',\n [AuthErrorCode.WEB_STORAGE_UNSUPPORTED]:\n 'This browser is not supported or 3rd party cookies and data may be disabled.',\n [AuthErrorCode.ALREADY_INITIALIZED]:\n 'initializeAuth() has already been called with ' +\n 'different options. To avoid this error, call initializeAuth() with the ' +\n 'same options as when it was originally called, or call getAuth() to return the' +\n ' already initialized instance.'\n };\n}\n\nexport interface ErrorMapRetriever extends AuthErrorMap {\n (): ErrorMap;\n}\n\nfunction _prodErrorMap(): ErrorMap {\n // We will include this one message in the prod error map since by the very\n // nature of this error, developers will never be able to see the message\n // using the debugErrorMap (which is installed during auth initialization).\n return {\n [AuthErrorCode.DEPENDENT_SDK_INIT_BEFORE_AUTH]:\n 'Another Firebase SDK was initialized and is trying to use Auth before Auth is ' +\n 'initialized. Please be sure to call `initializeAuth` or `getAuth` before ' +\n 'starting any other Firebase SDK.'\n } as ErrorMap;\n}\n\n/**\n * A verbose error map with detailed descriptions for most error codes.\n *\n * See discussion at {@link AuthErrorMap}\n *\n * @public\n */\nexport const debugErrorMap: AuthErrorMap = _debugErrorMap;\n\n/**\n * A minimal error map with all verbose error messages stripped.\n *\n * See discussion at {@link AuthErrorMap}\n *\n * @public\n */\nexport const prodErrorMap: AuthErrorMap = _prodErrorMap;\n\nexport interface NamedErrorParams {\n appName: AppName;\n credential?: AuthCredential;\n email?: string;\n phoneNumber?: string;\n tenantId?: string;\n user?: User;\n _serverResponse?: object;\n}\n\n/**\n * @internal\n */\ntype GenericAuthErrorParams = {\n [key in Exclude<\n AuthErrorCode,\n | AuthErrorCode.ARGUMENT_ERROR\n | AuthErrorCode.DEPENDENT_SDK_INIT_BEFORE_AUTH\n | AuthErrorCode.INTERNAL_ERROR\n | AuthErrorCode.MFA_REQUIRED\n | AuthErrorCode.NO_AUTH_EVENT\n | AuthErrorCode.OPERATION_NOT_SUPPORTED\n >]: {\n appName?: AppName;\n email?: string;\n phoneNumber?: string;\n message?: string;\n };\n};\n\n/**\n * @internal\n */\nexport interface AuthErrorParams extends GenericAuthErrorParams {\n [AuthErrorCode.ARGUMENT_ERROR]: { appName?: AppName };\n [AuthErrorCode.DEPENDENT_SDK_INIT_BEFORE_AUTH]: { appName?: AppName };\n [AuthErrorCode.INTERNAL_ERROR]: { appName?: AppName };\n [AuthErrorCode.LOGIN_BLOCKED]: {\n appName?: AppName;\n originalMessage?: string;\n };\n [AuthErrorCode.OPERATION_NOT_SUPPORTED]: { appName?: AppName };\n [AuthErrorCode.NO_AUTH_EVENT]: { appName?: AppName };\n [AuthErrorCode.MFA_REQUIRED]: {\n appName: AppName;\n _serverResponse: IdTokenMfaResponse;\n };\n [AuthErrorCode.INVALID_CORDOVA_CONFIGURATION]: {\n appName: AppName;\n missingPlugin?: string;\n };\n}\n\nexport const _DEFAULT_AUTH_ERROR_FACTORY = new ErrorFactory<\n AuthErrorCode,\n AuthErrorParams\n>('auth', 'Firebase', _prodErrorMap());\n\n/**\n * A map of potential `Auth` error codes, for easier comparison with errors\n * thrown by the SDK.\n *\n * @remarks\n * Note that you can't tree-shake individual keys\n * in the map, so by using the map you might substantially increase your\n * bundle size.\n *\n * @public\n */\nexport const AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY = {\n ADMIN_ONLY_OPERATION: 'auth/admin-restricted-operation',\n ARGUMENT_ERROR: 'auth/argument-error',\n APP_NOT_AUTHORIZED: 'auth/app-not-authorized',\n APP_NOT_INSTALLED: 'auth/app-not-installed',\n CAPTCHA_CHECK_FAILED: 'auth/captcha-check-failed',\n CODE_EXPIRED: 'auth/code-expired',\n CORDOVA_NOT_READY: 'auth/cordova-not-ready',\n CORS_UNSUPPORTED: 'auth/cors-unsupported',\n CREDENTIAL_ALREADY_IN_USE: 'auth/credential-already-in-use',\n CREDENTIAL_MISMATCH: 'auth/custom-token-mismatch',\n CREDENTIAL_TOO_OLD_LOGIN_AGAIN: 'auth/requires-recent-login',\n DEPENDENT_SDK_INIT_BEFORE_AUTH: 'auth/dependent-sdk-initialized-before-auth',\n DYNAMIC_LINK_NOT_ACTIVATED: 'auth/dynamic-link-not-activated',\n EMAIL_CHANGE_NEEDS_VERIFICATION: 'auth/email-change-needs-verification',\n EMAIL_EXISTS: 'auth/email-already-in-use',\n EMULATOR_CONFIG_FAILED: 'auth/emulator-config-failed',\n EXPIRED_OOB_CODE: 'auth/expired-action-code',\n EXPIRED_POPUP_REQUEST: 'auth/cancelled-popup-request',\n INTERNAL_ERROR: 'auth/internal-error',\n INVALID_API_KEY: 'auth/invalid-api-key',\n INVALID_APP_CREDENTIAL: 'auth/invalid-app-credential',\n INVALID_APP_ID: 'auth/invalid-app-id',\n INVALID_AUTH: 'auth/invalid-user-token',\n INVALID_AUTH_EVENT: 'auth/invalid-auth-event',\n INVALID_CERT_HASH: 'auth/invalid-cert-hash',\n INVALID_CODE: 'auth/invalid-verification-code',\n INVALID_CONTINUE_URI: 'auth/invalid-continue-uri',\n INVALID_CORDOVA_CONFIGURATION: 'auth/invalid-cordova-configuration',\n INVALID_CUSTOM_TOKEN: 'auth/invalid-custom-token',\n INVALID_DYNAMIC_LINK_DOMAIN: 'auth/invalid-dynamic-link-domain',\n INVALID_EMAIL: 'auth/invalid-email',\n INVALID_EMULATOR_SCHEME: 'auth/invalid-emulator-scheme',\n INVALID_IDP_RESPONSE: 'auth/invalid-credential',\n INVALID_MESSAGE_PAYLOAD: 'auth/invalid-message-payload',\n INVALID_MFA_SESSION: 'auth/invalid-multi-factor-session',\n INVALID_OAUTH_CLIENT_ID: 'auth/invalid-oauth-client-id',\n INVALID_OAUTH_PROVIDER: 'auth/invalid-oauth-provider',\n INVALID_OOB_CODE: 'auth/invalid-action-code',\n INVALID_ORIGIN: 'auth/unauthorized-domain',\n INVALID_PASSWORD: 'auth/wrong-password',\n INVALID_PERSISTENCE: 'auth/invalid-persistence-type',\n INVALID_PHONE_NUMBER: 'auth/invalid-phone-number',\n INVALID_PROVIDER_ID: 'auth/invalid-provider-id',\n INVALID_RECIPIENT_EMAIL: 'auth/invalid-recipient-email',\n INVALID_SENDER: 'auth/invalid-sender',\n INVALID_SESSION_INFO: 'auth/invalid-verification-id',\n INVALID_TENANT_ID: 'auth/invalid-tenant-id',\n MFA_INFO_NOT_FOUND: 'auth/multi-factor-info-not-found',\n MFA_REQUIRED: 'auth/multi-factor-auth-required',\n MISSING_ANDROID_PACKAGE_NAME: 'auth/missing-android-pkg-name',\n MISSING_APP_CREDENTIAL: 'auth/missing-app-credential',\n MISSING_AUTH_DOMAIN: 'auth/auth-domain-config-required',\n MISSING_CODE: 'auth/missing-verification-code',\n MISSING_CONTINUE_URI: 'auth/missing-continue-uri',\n MISSING_IFRAME_START: 'auth/missing-iframe-start',\n MISSING_IOS_BUNDLE_ID: 'auth/missing-ios-bundle-id',\n MISSING_OR_INVALID_NONCE: 'auth/missing-or-invalid-nonce',\n MISSING_MFA_INFO: 'auth/missing-multi-factor-info',\n MISSING_MFA_SESSION: 'auth/missing-multi-factor-session',\n MISSING_PHONE_NUMBER: 'auth/missing-phone-number',\n MISSING_SESSION_INFO: 'auth/missing-verification-id',\n MODULE_DESTROYED: 'auth/app-deleted',\n NEED_CONFIRMATION: 'auth/account-exists-with-different-credential',\n NETWORK_REQUEST_FAILED: 'auth/network-request-failed',\n NULL_USER: 'auth/null-user',\n NO_AUTH_EVENT: 'auth/no-auth-event',\n NO_SUCH_PROVIDER: 'auth/no-such-provider',\n OPERATION_NOT_ALLOWED: 'auth/operation-not-allowed',\n OPERATION_NOT_SUPPORTED: 'auth/operation-not-supported-in-this-environment',\n POPUP_BLOCKED: 'auth/popup-blocked',\n POPUP_CLOSED_BY_USER: 'auth/popup-closed-by-user',\n PROVIDER_ALREADY_LINKED: 'auth/provider-already-linked',\n QUOTA_EXCEEDED: 'auth/quota-exceeded',\n REDIRECT_CANCELLED_BY_USER: 'auth/redirect-cancelled-by-user',\n REDIRECT_OPERATION_PENDING: 'auth/redirect-operation-pending',\n REJECTED_CREDENTIAL: 'auth/rejected-credential',\n SECOND_FACTOR_ALREADY_ENROLLED: 'auth/second-factor-already-in-use',\n SECOND_FACTOR_LIMIT_EXCEEDED: 'auth/maximum-second-factor-count-exceeded',\n TENANT_ID_MISMATCH: 'auth/tenant-id-mismatch',\n TIMEOUT: 'auth/timeout',\n TOKEN_EXPIRED: 'auth/user-token-expired',\n TOO_MANY_ATTEMPTS_TRY_LATER: 'auth/too-many-requests',\n UNAUTHORIZED_DOMAIN: 'auth/unauthorized-continue-uri',\n UNSUPPORTED_FIRST_FACTOR: 'auth/unsupported-first-factor',\n UNSUPPORTED_PERSISTENCE: 'auth/unsupported-persistence-type',\n UNSUPPORTED_TENANT_OPERATION: 'auth/unsupported-tenant-operation',\n UNVERIFIED_EMAIL: 'auth/unverified-email',\n USER_CANCELLED: 'auth/user-cancelled',\n USER_DELETED: 'auth/user-not-found',\n USER_DISABLED: 'auth/user-disabled',\n USER_MISMATCH: 'auth/user-mismatch',\n USER_SIGNED_OUT: 'auth/user-signed-out',\n WEAK_PASSWORD: 'auth/weak-password',\n WEB_STORAGE_UNSUPPORTED: 'auth/web-storage-unsupported',\n ALREADY_INITIALIZED: 'auth/already-initialized'\n} as const;\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Logger, LogLevel } from '@firebase/logger';\nimport { SDK_VERSION } from '@firebase/app';\n\nexport { LogLevel };\n\nconst logClient = new Logger('@firebase/auth');\n\n// Helper methods are needed because variables can't be exported as read/write\nexport function _getLogLevel(): LogLevel {\n return logClient.logLevel;\n}\n\nexport function _setLogLevel(newLevel: LogLevel): void {\n logClient.logLevel = newLevel;\n}\n\nexport function _logDebug(msg: string, ...args: string[]): void {\n if (logClient.logLevel <= LogLevel.DEBUG) {\n logClient.debug(`Auth (${SDK_VERSION}): ${msg}`, ...args);\n }\n}\n\nexport function _logError(msg: string, ...args: string[]): void {\n if (logClient.logLevel <= LogLevel.ERROR) {\n logClient.error(`Auth (${SDK_VERSION}): ${msg}`, ...args);\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Auth } from '../../model/public_types';\nimport { ErrorFactory, FirebaseError } from '@firebase/util';\nimport { AuthInternal } from '../../model/auth';\nimport {\n _DEFAULT_AUTH_ERROR_FACTORY,\n AuthErrorCode,\n AuthErrorParams,\n prodErrorMap,\n ErrorMapRetriever\n} from '../errors';\nimport { _logError } from './log';\n\ntype AuthErrorListParams = K extends keyof AuthErrorParams\n ? [AuthErrorParams[K]]\n : [];\ntype LessAppName = Omit;\n\n/**\n * Unconditionally fails, throwing a developer facing INTERNAL_ERROR\n *\n * @example\n * ```javascript\n * fail(auth, AuthErrorCode.MFA_REQUIRED); // Error: the MFA_REQUIRED error needs more params than appName\n * fail(auth, AuthErrorCode.MFA_REQUIRED, {serverResponse}); // Compiles\n * fail(AuthErrorCode.INTERNAL_ERROR); // Compiles; internal error does not need appName\n * fail(AuthErrorCode.USER_DELETED); // Error: USER_DELETED requires app name\n * fail(auth, AuthErrorCode.USER_DELETED); // Compiles; USER_DELETED _only_ needs app name\n * ```\n *\n * @param appName App name for tagging the error\n * @throws FirebaseError\n */\nexport function _fail(\n code: K,\n ...data: {} extends AuthErrorParams[K]\n ? [AuthErrorParams[K]?]\n : [AuthErrorParams[K]]\n): never;\nexport function _fail(\n auth: Auth,\n code: K,\n ...data: {} extends LessAppName ? [LessAppName?] : [LessAppName]\n): never;\nexport function _fail(\n authOrCode: Auth | K,\n ...rest: unknown[]\n): never {\n throw createErrorInternal(authOrCode, ...rest);\n}\n\nexport function _createError(\n code: K,\n ...data: {} extends AuthErrorParams[K]\n ? [AuthErrorParams[K]?]\n : [AuthErrorParams[K]]\n): FirebaseError;\nexport function _createError(\n auth: Auth,\n code: K,\n ...data: {} extends LessAppName ? [LessAppName?] : [LessAppName]\n): FirebaseError;\nexport function _createError(\n authOrCode: Auth | K,\n ...rest: unknown[]\n): FirebaseError {\n return createErrorInternal(authOrCode, ...rest);\n}\n\nexport function _errorWithCustomMessage(\n auth: Auth,\n code: AuthErrorCode,\n message: string\n): FirebaseError {\n const errorMap = {\n ...(prodErrorMap as ErrorMapRetriever)(),\n [code]: message\n };\n const factory = new ErrorFactory(\n 'auth',\n 'Firebase',\n errorMap\n );\n return factory.create(code, {\n appName: auth.name\n });\n}\n\nexport function _assertInstanceOf(\n auth: Auth,\n object: object,\n instance: unknown\n): void {\n const constructorInstance = instance as { new (...args: unknown[]): unknown };\n if (!(object instanceof constructorInstance)) {\n if (constructorInstance.name !== object.constructor.name) {\n _fail(auth, AuthErrorCode.ARGUMENT_ERROR);\n }\n\n throw _errorWithCustomMessage(\n auth,\n AuthErrorCode.ARGUMENT_ERROR,\n `Type of ${object.constructor.name} does not match expected instance.` +\n `Did you pass a reference from a different Auth SDK?`\n );\n }\n}\n\nfunction createErrorInternal(\n authOrCode: Auth | K,\n ...rest: unknown[]\n): FirebaseError {\n if (typeof authOrCode !== 'string') {\n const code = rest[0] as K;\n const fullParams = [...rest.slice(1)] as AuthErrorListParams;\n if (fullParams[0]) {\n fullParams[0].appName = authOrCode.name;\n }\n\n return (authOrCode as AuthInternal)._errorFactory.create(\n code,\n ...fullParams\n );\n }\n\n return _DEFAULT_AUTH_ERROR_FACTORY.create(\n authOrCode,\n ...(rest as AuthErrorListParams)\n );\n}\n\nexport function _assert(\n assertion: unknown,\n code: K,\n ...data: {} extends AuthErrorParams[K]\n ? [AuthErrorParams[K]?]\n : [AuthErrorParams[K]]\n): asserts assertion;\nexport function _assert(\n assertion: unknown,\n auth: Auth,\n code: K,\n ...data: {} extends LessAppName ? [LessAppName?] : [LessAppName]\n): asserts assertion;\nexport function _assert(\n assertion: unknown,\n authOrCode: Auth | K,\n ...rest: unknown[]\n): asserts assertion {\n if (!assertion) {\n throw createErrorInternal(authOrCode, ...rest);\n }\n}\n\n// We really do want to accept literally any function type here\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype TypeExpectation = Function | string | MapType;\n\ninterface MapType extends Record {}\n\nclass Optional {\n constructor(readonly type: TypeExpectation) {}\n}\n\nexport function opt(type: TypeExpectation): Optional {\n return new Optional(type);\n}\n\n/**\n * Asserts the runtime types of arguments. The 'expected' field can be one of\n * a class, a string (representing a \"typeof\" call), or a record map of name\n * to type. Furthermore, the opt() function can be used to mark a field as\n * optional. For example:\n *\n * function foo(auth: Auth, profile: {displayName?: string}, update = false) {\n * assertTypes(arguments, [AuthImpl, {displayName: opt('string')}, opt('boolean')]);\n * }\n *\n * opt() can be used for any type:\n * function foo(auth?: Auth) {\n * assertTypes(arguments, [opt(AuthImpl)]);\n * }\n *\n * The string types can be or'd together, and you can use \"null\" as well (note\n * that typeof null === 'object'; this is an edge case). For example:\n *\n * function foo(profile: {displayName?: string | null}) {\n * assertTypes(arguments, [{displayName: opt('string|null')}]);\n * }\n *\n * @param args\n * @param expected\n */\nexport function assertTypes(\n args: Omit,\n ...expected: Array\n): void {\n if (args.length > expected.length) {\n _fail(AuthErrorCode.ARGUMENT_ERROR, {});\n }\n\n for (let i = 0; i < expected.length; i++) {\n let expect = expected[i];\n const arg = args[i];\n\n if (expect instanceof Optional) {\n // If the arg is undefined, then it matches \"optional\" and we can move to\n // the next arg\n if (typeof arg === 'undefined') {\n continue;\n }\n expect = expect.type;\n }\n\n if (typeof expect === 'string') {\n // Handle the edge case for null because typeof null === 'object'\n if (expect.includes('null') && arg === null) {\n continue;\n }\n\n const required = expect.split('|');\n _assert(required.includes(typeof arg), AuthErrorCode.ARGUMENT_ERROR, {});\n } else if (typeof expect === 'object') {\n // Recursively check record arguments\n const record = arg as Record;\n const map = expect as MapType;\n const keys = Object.keys(expect);\n\n assertTypes(\n keys.map(k => record[k]),\n ...keys.map(k => map[k])\n );\n } else {\n _assert(arg instanceof expect, AuthErrorCode.ARGUMENT_ERROR, {});\n }\n }\n}\n\n/**\n * Unconditionally fails, throwing an internal error with the given message.\n *\n * @param failure type of failure encountered\n * @throws Error\n */\nexport function debugFail(failure: string): never {\n // Log the failure in addition to throw an exception, just in case the\n // exception is swallowed.\n const message = `INTERNAL ASSERTION FAILED: ` + failure;\n _logError(message);\n\n // NOTE: We don't use FirebaseError here because these are internal failures\n // that cannot be handled by the user. (Also it would create a circular\n // dependency between the error and assert modules which doesn't work.)\n throw new Error(message);\n}\n\n/**\n * Fails if the given assertion condition is false, throwing an Error with the\n * given message if it did.\n *\n * @param assertion\n * @param message\n */\nexport function debugAssert(\n assertion: unknown,\n message: string\n): asserts assertion {\n if (!assertion) {\n debugFail(message);\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { debugAssert } from './assert';\n\n/**\n * Our API has a lot of one-off constants that are used to do things.\n * Unfortunately we can't export these as classes instantiated directly since\n * the constructor may side effect and therefore can't be proven to be safely\n * culled. Instead, we export these classes themselves as a lowerCamelCase\n * constant, and instantiate them under the hood.\n */\nexport interface SingletonInstantiator {\n new (): T;\n}\n\nconst instanceCache: Map = new Map();\n\nexport function _getInstance(cls: unknown): T {\n debugAssert(cls instanceof Function, 'Expected a class definition');\n let instance = instanceCache.get(cls) as T | undefined;\n\n if (instance) {\n debugAssert(\n instance instanceof cls,\n 'Instance stored in cache mismatched with class'\n );\n return instance;\n }\n\n instance = new (cls as SingletonInstantiator)();\n instanceCache.set(cls, instance);\n return instance;\n}\n\nexport function _clearInstanceMap(): void {\n instanceCache.clear();\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport function _getCurrentUrl(): string {\n return (typeof self !== 'undefined' && self.location?.href) || '';\n}\n\nexport function _isHttpOrHttps(): boolean {\n return _getCurrentScheme() === 'http:' || _getCurrentScheme() === 'https:';\n}\n\nexport function _getCurrentScheme(): string | null {\n return (typeof self !== 'undefined' && self.location?.protocol) || null;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { isMobileCordova, isReactNative } from '@firebase/util';\nimport { _isOnline } from './navigator';\nimport { debugAssert } from './assert';\n\nexport const enum DelayMin {\n OFFLINE = 5000\n}\n\n/**\n * A structure to help pick between a range of long and short delay durations\n * depending on the current environment. In general, the long delay is used for\n * mobile environments whereas short delays are used for desktop environments.\n */\nexport class Delay {\n // The default value for the offline delay timeout in ms.\n\n private readonly isMobile: boolean;\n constructor(\n private readonly shortDelay: number,\n private readonly longDelay: number\n ) {\n // Internal error when improperly initialized.\n debugAssert(\n longDelay > shortDelay,\n 'Short delay should be less than long delay!'\n );\n this.isMobile = isMobileCordova() || isReactNative();\n }\n\n get(): number {\n if (!_isOnline()) {\n // Pick the shorter timeout.\n return Math.min(DelayMin.OFFLINE, this.shortDelay);\n }\n // If running in a mobile environment, return the long delay, otherwise\n // return the short delay.\n // This could be improved in the future to dynamically change based on other\n // variables instead of just reading the current environment.\n return this.isMobile ? this.longDelay : this.shortDelay;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { isBrowserExtension } from '@firebase/util';\nimport { _isHttpOrHttps } from './location';\n\n/**\n * Determine whether the browser is working online\n */\nexport function _isOnline(): boolean {\n if (\n typeof navigator !== 'undefined' &&\n navigator &&\n 'onLine' in navigator &&\n typeof navigator.onLine === 'boolean' &&\n // Apply only for traditional web apps and Chrome extensions.\n // This is especially true for Cordova apps which have unreliable\n // navigator.onLine behavior unless cordova-plugin-network-information is\n // installed which overwrites the native navigator.onLine value and\n // defines navigator.connection.\n (_isHttpOrHttps() || isBrowserExtension() || 'connection' in navigator)\n ) {\n return navigator.onLine;\n }\n // If we can't determine the state, assume it is online.\n return true;\n}\n\nexport function _getUserLanguage(): string | null {\n if (typeof navigator === 'undefined') {\n return null;\n }\n const navigatorLanguage: NavigatorLanguage = navigator;\n return (\n // Most reliable, but only supported in Chrome/Firefox.\n (navigatorLanguage.languages && navigatorLanguage.languages[0]) ||\n // Supported in most browsers, but returns the language of the browser\n // UI, not the language set in browser settings.\n navigatorLanguage.language ||\n // Couldn't determine language.\n null\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ConfigInternal } from '../../model/auth';\nimport { debugAssert } from './assert';\n\nexport function _emulatorUrl(config: ConfigInternal, path?: string): string {\n debugAssert(config.emulator, 'Emulator should always be set here');\n const { url } = config.emulator;\n\n if (!path) {\n return url;\n }\n\n return `${url}${path.startsWith('/') ? path.slice(1) : path}`;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { debugFail } from './assert';\n\nexport class FetchProvider {\n private static fetchImpl: typeof fetch | null;\n private static headersImpl: typeof Headers | null;\n private static responseImpl: typeof Response | null;\n\n static initialize(\n fetchImpl: typeof fetch,\n headersImpl?: typeof Headers,\n responseImpl?: typeof Response\n ): void {\n this.fetchImpl = fetchImpl;\n if (headersImpl) {\n this.headersImpl = headersImpl;\n }\n if (responseImpl) {\n this.responseImpl = responseImpl;\n }\n }\n\n static fetch(): typeof fetch {\n if (this.fetchImpl) {\n return this.fetchImpl;\n }\n if (typeof self !== 'undefined' && 'fetch' in self) {\n return self.fetch;\n }\n debugFail(\n 'Could not find fetch implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill'\n );\n }\n\n static headers(): typeof Headers {\n if (this.headersImpl) {\n return this.headersImpl;\n }\n if (typeof self !== 'undefined' && 'Headers' in self) {\n return self.Headers;\n }\n debugFail(\n 'Could not find Headers implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill'\n );\n }\n\n static response(): typeof Response {\n if (this.responseImpl) {\n return this.responseImpl;\n }\n if (typeof self !== 'undefined' && 'Response' in self) {\n return self.Response;\n }\n debugFail(\n 'Could not find Response implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill'\n );\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AuthErrorCode } from '../core/errors';\n\n/**\n * Errors that can be returned by the backend\n */\nexport const enum ServerError {\n ADMIN_ONLY_OPERATION = 'ADMIN_ONLY_OPERATION',\n BLOCKING_FUNCTION_ERROR_RESPONSE = 'BLOCKING_FUNCTION_ERROR_RESPONSE',\n CAPTCHA_CHECK_FAILED = 'CAPTCHA_CHECK_FAILED',\n CORS_UNSUPPORTED = 'CORS_UNSUPPORTED',\n CREDENTIAL_MISMATCH = 'CREDENTIAL_MISMATCH',\n CREDENTIAL_TOO_OLD_LOGIN_AGAIN = 'CREDENTIAL_TOO_OLD_LOGIN_AGAIN',\n DYNAMIC_LINK_NOT_ACTIVATED = 'DYNAMIC_LINK_NOT_ACTIVATED',\n EMAIL_CHANGE_NEEDS_VERIFICATION = 'EMAIL_CHANGE_NEEDS_VERIFICATION',\n EMAIL_EXISTS = 'EMAIL_EXISTS',\n EMAIL_NOT_FOUND = 'EMAIL_NOT_FOUND',\n EXPIRED_OOB_CODE = 'EXPIRED_OOB_CODE',\n FEDERATED_USER_ID_ALREADY_LINKED = 'FEDERATED_USER_ID_ALREADY_LINKED',\n INVALID_APP_CREDENTIAL = 'INVALID_APP_CREDENTIAL',\n INVALID_APP_ID = 'INVALID_APP_ID',\n INVALID_CERT_HASH = 'INVALID_CERT_HASH',\n INVALID_CODE = 'INVALID_CODE',\n INVALID_CONTINUE_URI = 'INVALID_CONTINUE_URI',\n INVALID_CUSTOM_TOKEN = 'INVALID_CUSTOM_TOKEN',\n INVALID_DYNAMIC_LINK_DOMAIN = 'INVALID_DYNAMIC_LINK_DOMAIN',\n INVALID_EMAIL = 'INVALID_EMAIL',\n INVALID_ID_TOKEN = 'INVALID_ID_TOKEN',\n INVALID_IDP_RESPONSE = 'INVALID_IDP_RESPONSE',\n INVALID_IDENTIFIER = 'INVALID_IDENTIFIER',\n INVALID_MESSAGE_PAYLOAD = 'INVALID_MESSAGE_PAYLOAD',\n INVALID_MFA_PENDING_CREDENTIAL = 'INVALID_MFA_PENDING_CREDENTIAL',\n INVALID_OAUTH_CLIENT_ID = 'INVALID_OAUTH_CLIENT_ID',\n INVALID_OOB_CODE = 'INVALID_OOB_CODE',\n INVALID_PASSWORD = 'INVALID_PASSWORD',\n INVALID_PENDING_TOKEN = 'INVALID_PENDING_TOKEN',\n INVALID_PHONE_NUMBER = 'INVALID_PHONE_NUMBER',\n INVALID_PROVIDER_ID = 'INVALID_PROVIDER_ID',\n INVALID_RECIPIENT_EMAIL = 'INVALID_RECIPIENT_EMAIL',\n INVALID_SENDER = 'INVALID_SENDER',\n INVALID_SESSION_INFO = 'INVALID_SESSION_INFO',\n INVALID_TEMPORARY_PROOF = 'INVALID_TEMPORARY_PROOF',\n INVALID_TENANT_ID = 'INVALID_TENANT_ID',\n MFA_ENROLLMENT_NOT_FOUND = 'MFA_ENROLLMENT_NOT_FOUND',\n MISSING_ANDROID_PACKAGE_NAME = 'MISSING_ANDROID_PACKAGE_NAME',\n MISSING_APP_CREDENTIAL = 'MISSING_APP_CREDENTIAL',\n MISSING_CODE = 'MISSING_CODE',\n MISSING_CONTINUE_URI = 'MISSING_CONTINUE_URI',\n MISSING_CUSTOM_TOKEN = 'MISSING_CUSTOM_TOKEN',\n MISSING_IOS_BUNDLE_ID = 'MISSING_IOS_BUNDLE_ID',\n MISSING_MFA_ENROLLMENT_ID = 'MISSING_MFA_ENROLLMENT_ID',\n MISSING_MFA_PENDING_CREDENTIAL = 'MISSING_MFA_PENDING_CREDENTIAL',\n MISSING_OOB_CODE = 'MISSING_OOB_CODE',\n MISSING_OR_INVALID_NONCE = 'MISSING_OR_INVALID_NONCE',\n MISSING_PASSWORD = 'MISSING_PASSWORD',\n MISSING_REQ_TYPE = 'MISSING_REQ_TYPE',\n MISSING_PHONE_NUMBER = 'MISSING_PHONE_NUMBER',\n MISSING_SESSION_INFO = 'MISSING_SESSION_INFO',\n OPERATION_NOT_ALLOWED = 'OPERATION_NOT_ALLOWED',\n PASSWORD_LOGIN_DISABLED = 'PASSWORD_LOGIN_DISABLED',\n QUOTA_EXCEEDED = 'QUOTA_EXCEEDED',\n RESET_PASSWORD_EXCEED_LIMIT = 'RESET_PASSWORD_EXCEED_LIMIT',\n REJECTED_CREDENTIAL = 'REJECTED_CREDENTIAL',\n SECOND_FACTOR_EXISTS = 'SECOND_FACTOR_EXISTS',\n SECOND_FACTOR_LIMIT_EXCEEDED = 'SECOND_FACTOR_LIMIT_EXCEEDED',\n SESSION_EXPIRED = 'SESSION_EXPIRED',\n TENANT_ID_MISMATCH = 'TENANT_ID_MISMATCH',\n TOKEN_EXPIRED = 'TOKEN_EXPIRED',\n TOO_MANY_ATTEMPTS_TRY_LATER = 'TOO_MANY_ATTEMPTS_TRY_LATER',\n UNSUPPORTED_FIRST_FACTOR = 'UNSUPPORTED_FIRST_FACTOR',\n UNSUPPORTED_TENANT_OPERATION = 'UNSUPPORTED_TENANT_OPERATION',\n UNAUTHORIZED_DOMAIN = 'UNAUTHORIZED_DOMAIN',\n UNVERIFIED_EMAIL = 'UNVERIFIED_EMAIL',\n USER_CANCELLED = 'USER_CANCELLED',\n USER_DISABLED = 'USER_DISABLED',\n USER_NOT_FOUND = 'USER_NOT_FOUND',\n WEAK_PASSWORD = 'WEAK_PASSWORD'\n}\n\n/**\n * API Response in the event of an error\n */\nexport interface JsonError {\n error: {\n code: number;\n message: string;\n errors?: [\n {\n message: ServerError;\n domain: string;\n reason: string;\n }\n ];\n };\n}\n\n/**\n * Type definition for a map from server errors to developer visible errors\n */\nexport declare type ServerErrorMap = {\n readonly [K in ApiError]: AuthErrorCode;\n};\n\n/**\n * Map from errors returned by the server to errors to developer visible errors\n */\nexport const SERVER_ERROR_MAP: Partial> = {\n // Custom token errors.\n [ServerError.CREDENTIAL_MISMATCH]: AuthErrorCode.CREDENTIAL_MISMATCH,\n // This can only happen if the SDK sends a bad request.\n [ServerError.MISSING_CUSTOM_TOKEN]: AuthErrorCode.INTERNAL_ERROR,\n\n // Create Auth URI errors.\n [ServerError.INVALID_IDENTIFIER]: AuthErrorCode.INVALID_EMAIL,\n // This can only happen if the SDK sends a bad request.\n [ServerError.MISSING_CONTINUE_URI]: AuthErrorCode.INTERNAL_ERROR,\n\n // Sign in with email and password errors (some apply to sign up too).\n [ServerError.INVALID_PASSWORD]: AuthErrorCode.INVALID_PASSWORD,\n // This can only happen if the SDK sends a bad request.\n [ServerError.MISSING_PASSWORD]: AuthErrorCode.INTERNAL_ERROR,\n\n // Sign up with email and password errors.\n [ServerError.EMAIL_EXISTS]: AuthErrorCode.EMAIL_EXISTS,\n [ServerError.PASSWORD_LOGIN_DISABLED]: AuthErrorCode.OPERATION_NOT_ALLOWED,\n\n // Verify assertion for sign in with credential errors:\n [ServerError.INVALID_IDP_RESPONSE]: AuthErrorCode.INVALID_IDP_RESPONSE,\n [ServerError.INVALID_PENDING_TOKEN]: AuthErrorCode.INVALID_IDP_RESPONSE,\n [ServerError.FEDERATED_USER_ID_ALREADY_LINKED]:\n AuthErrorCode.CREDENTIAL_ALREADY_IN_USE,\n\n // This can only happen if the SDK sends a bad request.\n [ServerError.MISSING_REQ_TYPE]: AuthErrorCode.INTERNAL_ERROR,\n\n // Send Password reset email errors:\n [ServerError.EMAIL_NOT_FOUND]: AuthErrorCode.USER_DELETED,\n [ServerError.RESET_PASSWORD_EXCEED_LIMIT]:\n AuthErrorCode.TOO_MANY_ATTEMPTS_TRY_LATER,\n\n [ServerError.EXPIRED_OOB_CODE]: AuthErrorCode.EXPIRED_OOB_CODE,\n [ServerError.INVALID_OOB_CODE]: AuthErrorCode.INVALID_OOB_CODE,\n // This can only happen if the SDK sends a bad request.\n [ServerError.MISSING_OOB_CODE]: AuthErrorCode.INTERNAL_ERROR,\n\n // Operations that require ID token in request:\n [ServerError.CREDENTIAL_TOO_OLD_LOGIN_AGAIN]:\n AuthErrorCode.CREDENTIAL_TOO_OLD_LOGIN_AGAIN,\n [ServerError.INVALID_ID_TOKEN]: AuthErrorCode.INVALID_AUTH,\n [ServerError.TOKEN_EXPIRED]: AuthErrorCode.TOKEN_EXPIRED,\n [ServerError.USER_NOT_FOUND]: AuthErrorCode.TOKEN_EXPIRED,\n\n // Other errors.\n [ServerError.TOO_MANY_ATTEMPTS_TRY_LATER]:\n AuthErrorCode.TOO_MANY_ATTEMPTS_TRY_LATER,\n\n // Phone Auth related errors.\n [ServerError.INVALID_CODE]: AuthErrorCode.INVALID_CODE,\n [ServerError.INVALID_SESSION_INFO]: AuthErrorCode.INVALID_SESSION_INFO,\n [ServerError.INVALID_TEMPORARY_PROOF]: AuthErrorCode.INVALID_IDP_RESPONSE,\n [ServerError.MISSING_SESSION_INFO]: AuthErrorCode.MISSING_SESSION_INFO,\n [ServerError.SESSION_EXPIRED]: AuthErrorCode.CODE_EXPIRED,\n\n // Other action code errors when additional settings passed.\n // MISSING_CONTINUE_URI is getting mapped to INTERNAL_ERROR above.\n // This is OK as this error will be caught by client side validation.\n [ServerError.MISSING_ANDROID_PACKAGE_NAME]:\n AuthErrorCode.MISSING_ANDROID_PACKAGE_NAME,\n [ServerError.UNAUTHORIZED_DOMAIN]: AuthErrorCode.UNAUTHORIZED_DOMAIN,\n\n // getProjectConfig errors when clientId is passed.\n [ServerError.INVALID_OAUTH_CLIENT_ID]: AuthErrorCode.INVALID_OAUTH_CLIENT_ID,\n\n // User actions (sign-up or deletion) disabled errors.\n [ServerError.ADMIN_ONLY_OPERATION]: AuthErrorCode.ADMIN_ONLY_OPERATION,\n\n // Multi factor related errors.\n [ServerError.INVALID_MFA_PENDING_CREDENTIAL]:\n AuthErrorCode.INVALID_MFA_SESSION,\n [ServerError.MFA_ENROLLMENT_NOT_FOUND]: AuthErrorCode.MFA_INFO_NOT_FOUND,\n [ServerError.MISSING_MFA_ENROLLMENT_ID]: AuthErrorCode.MISSING_MFA_INFO,\n [ServerError.MISSING_MFA_PENDING_CREDENTIAL]:\n AuthErrorCode.MISSING_MFA_SESSION,\n [ServerError.SECOND_FACTOR_EXISTS]:\n AuthErrorCode.SECOND_FACTOR_ALREADY_ENROLLED,\n [ServerError.SECOND_FACTOR_LIMIT_EXCEEDED]:\n AuthErrorCode.SECOND_FACTOR_LIMIT_EXCEEDED,\n\n // Blocking functions related errors.\n [ServerError.BLOCKING_FUNCTION_ERROR_RESPONSE]: AuthErrorCode.INTERNAL_ERROR\n};\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FirebaseError, querystring } from '@firebase/util';\n\nimport { AuthErrorCode, NamedErrorParams } from '../core/errors';\nimport {\n _createError,\n _errorWithCustomMessage,\n _fail\n} from '../core/util/assert';\nimport { Delay } from '../core/util/delay';\nimport { _emulatorUrl } from '../core/util/emulator';\nimport { FetchProvider } from '../core/util/fetch_provider';\nimport { Auth } from '../model/public_types';\nimport { AuthInternal, ConfigInternal } from '../model/auth';\nimport { IdTokenResponse, TaggedWithTokenResponse } from '../model/id_token';\nimport { IdTokenMfaResponse } from './authentication/mfa';\nimport { SERVER_ERROR_MAP, ServerError, ServerErrorMap } from './errors';\n\nexport const enum HttpMethod {\n POST = 'POST',\n GET = 'GET'\n}\n\nexport const enum HttpHeader {\n CONTENT_TYPE = 'Content-Type',\n X_FIREBASE_LOCALE = 'X-Firebase-Locale',\n X_CLIENT_VERSION = 'X-Client-Version',\n X_FIREBASE_GMPID = 'X-Firebase-gmpid',\n X_FIREBASE_CLIENT = 'X-Firebase-Client'\n}\n\nexport const enum Endpoint {\n CREATE_AUTH_URI = '/v1/accounts:createAuthUri',\n DELETE_ACCOUNT = '/v1/accounts:delete',\n RESET_PASSWORD = '/v1/accounts:resetPassword',\n SIGN_UP = '/v1/accounts:signUp',\n SIGN_IN_WITH_CUSTOM_TOKEN = '/v1/accounts:signInWithCustomToken',\n SIGN_IN_WITH_EMAIL_LINK = '/v1/accounts:signInWithEmailLink',\n SIGN_IN_WITH_IDP = '/v1/accounts:signInWithIdp',\n SIGN_IN_WITH_PASSWORD = '/v1/accounts:signInWithPassword',\n SIGN_IN_WITH_PHONE_NUMBER = '/v1/accounts:signInWithPhoneNumber',\n SEND_VERIFICATION_CODE = '/v1/accounts:sendVerificationCode',\n SEND_OOB_CODE = '/v1/accounts:sendOobCode',\n SET_ACCOUNT_INFO = '/v1/accounts:update',\n GET_ACCOUNT_INFO = '/v1/accounts:lookup',\n GET_RECAPTCHA_PARAM = '/v1/recaptchaParams',\n START_MFA_ENROLLMENT = '/v2/accounts/mfaEnrollment:start',\n FINALIZE_MFA_ENROLLMENT = '/v2/accounts/mfaEnrollment:finalize',\n START_MFA_SIGN_IN = '/v2/accounts/mfaSignIn:start',\n FINALIZE_MFA_SIGN_IN = '/v2/accounts/mfaSignIn:finalize',\n WITHDRAW_MFA = '/v2/accounts/mfaEnrollment:withdraw',\n GET_PROJECT_CONFIG = '/v1/projects'\n}\n\nexport const DEFAULT_API_TIMEOUT_MS = new Delay(30_000, 60_000);\n\nexport function _addTidIfNecessary(\n auth: Auth,\n request: T\n): T {\n if (auth.tenantId && !request.tenantId) {\n return {\n ...request,\n tenantId: auth.tenantId\n };\n }\n return request;\n}\n\nexport async function _performApiRequest(\n auth: Auth,\n method: HttpMethod,\n path: Endpoint,\n request?: T,\n customErrorMap: Partial> = {}\n): Promise {\n return _performFetchWithErrorHandling(auth, customErrorMap, async () => {\n let body = {};\n let params = {};\n if (request) {\n if (method === HttpMethod.GET) {\n params = request;\n } else {\n body = {\n body: JSON.stringify(request)\n };\n }\n }\n\n const query = querystring({\n key: auth.config.apiKey,\n ...params\n }).slice(1);\n\n const headers = await (auth as AuthInternal)._getAdditionalHeaders();\n headers[HttpHeader.CONTENT_TYPE] = 'application/json';\n\n if (auth.languageCode) {\n headers[HttpHeader.X_FIREBASE_LOCALE] = auth.languageCode;\n }\n\n return FetchProvider.fetch()(\n _getFinalTarget(auth, auth.config.apiHost, path, query),\n {\n method,\n headers,\n referrerPolicy: 'no-referrer',\n ...body\n }\n );\n });\n}\n\nexport async function _performFetchWithErrorHandling(\n auth: Auth,\n customErrorMap: Partial>,\n fetchFn: () => Promise\n): Promise {\n (auth as AuthInternal)._canInitEmulator = false;\n const errorMap = { ...SERVER_ERROR_MAP, ...customErrorMap };\n try {\n const networkTimeout = new NetworkTimeout(auth);\n const response: Response = await Promise.race>([\n fetchFn(),\n networkTimeout.promise\n ]);\n\n // If we've reached this point, the fetch succeeded and the networkTimeout\n // didn't throw; clear the network timeout delay so that Node won't hang\n networkTimeout.clearNetworkTimeout();\n\n const json = await response.json();\n if ('needConfirmation' in json) {\n throw _makeTaggedError(auth, AuthErrorCode.NEED_CONFIRMATION, json);\n }\n\n if (response.ok && !('errorMessage' in json)) {\n return json;\n } else {\n const errorMessage = response.ok ? json.errorMessage : json.error.message;\n const [serverErrorCode, serverErrorMessage] = errorMessage.split(' : ');\n if (serverErrorCode === ServerError.FEDERATED_USER_ID_ALREADY_LINKED) {\n throw _makeTaggedError(\n auth,\n AuthErrorCode.CREDENTIAL_ALREADY_IN_USE,\n json\n );\n } else if (serverErrorCode === ServerError.EMAIL_EXISTS) {\n throw _makeTaggedError(auth, AuthErrorCode.EMAIL_EXISTS, json);\n } else if (serverErrorCode === ServerError.USER_DISABLED) {\n throw _makeTaggedError(auth, AuthErrorCode.USER_DISABLED, json);\n }\n const authError =\n errorMap[serverErrorCode as ServerError] ||\n (serverErrorCode\n .toLowerCase()\n .replace(/[_\\s]+/g, '-') as unknown as AuthErrorCode);\n if (serverErrorMessage) {\n throw _errorWithCustomMessage(auth, authError, serverErrorMessage);\n } else {\n _fail(auth, authError);\n }\n }\n } catch (e) {\n if (e instanceof FirebaseError) {\n throw e;\n }\n _fail(auth, AuthErrorCode.NETWORK_REQUEST_FAILED);\n }\n}\n\nexport async function _performSignInRequest(\n auth: Auth,\n method: HttpMethod,\n path: Endpoint,\n request?: T,\n customErrorMap: Partial> = {}\n): Promise {\n const serverResponse = (await _performApiRequest(\n auth,\n method,\n path,\n request,\n customErrorMap\n )) as V;\n if ('mfaPendingCredential' in serverResponse) {\n _fail(auth, AuthErrorCode.MFA_REQUIRED, {\n _serverResponse: serverResponse\n });\n }\n\n return serverResponse;\n}\n\nexport function _getFinalTarget(\n auth: Auth,\n host: string,\n path: string,\n query: string\n): string {\n const base = `${host}${path}?${query}`;\n\n if (!(auth as AuthInternal).config.emulator) {\n return `${auth.config.apiScheme}://${base}`;\n }\n\n return _emulatorUrl(auth.config as ConfigInternal, base);\n}\n\nclass NetworkTimeout {\n // Node timers and browser timers are fundamentally incompatible, but we\n // don't care about the value here\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n private timer: any | null = null;\n readonly promise = new Promise((_, reject) => {\n this.timer = setTimeout(() => {\n return reject(\n _createError(this.auth, AuthErrorCode.NETWORK_REQUEST_FAILED)\n );\n }, DEFAULT_API_TIMEOUT_MS.get());\n });\n\n clearNetworkTimeout(): void {\n clearTimeout(this.timer);\n }\n\n constructor(private readonly auth: Auth) {}\n}\n\ninterface PotentialResponse extends IdTokenResponse {\n email?: string;\n phoneNumber?: string;\n}\n\nexport function _makeTaggedError(\n auth: Auth,\n code: AuthErrorCode,\n response: PotentialResponse\n): FirebaseError {\n const errorParams: NamedErrorParams = {\n appName: auth.name\n };\n\n if (response.email) {\n errorParams.email = response.email;\n }\n if (response.phoneNumber) {\n errorParams.phoneNumber = response.phoneNumber;\n }\n\n const error = _createError(auth, code, errorParams);\n\n // We know customData is defined on error because errorParams is defined\n (error.customData! as TaggedWithTokenResponse)._tokenResponse = response;\n return error;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Endpoint, HttpMethod, _performApiRequest } from '../index';\nimport { MfaEnrollment } from './mfa';\nimport { Auth } from '../../model/public_types';\n\nexport interface DeleteAccountRequest {\n idToken: string;\n}\n\nexport async function deleteAccount(\n auth: Auth,\n request: DeleteAccountRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.DELETE_ACCOUNT,\n request\n );\n}\n\nexport interface ProviderUserInfo {\n providerId: string;\n rawId?: string;\n email?: string;\n displayName?: string;\n photoUrl?: string;\n phoneNumber?: string;\n}\n\nexport interface DeleteLinkedAccountsRequest {\n idToken: string;\n deleteProvider: string[];\n}\n\nexport interface DeleteLinkedAccountsResponse {\n providerUserInfo: ProviderUserInfo[];\n}\n\nexport async function deleteLinkedAccounts(\n auth: Auth,\n request: DeleteLinkedAccountsRequest\n): Promise {\n return _performApiRequest<\n DeleteLinkedAccountsRequest,\n DeleteLinkedAccountsResponse\n >(auth, HttpMethod.POST, Endpoint.SET_ACCOUNT_INFO, request);\n}\n\nexport interface APIUserInfo {\n localId?: string;\n displayName?: string;\n photoUrl?: string;\n email?: string;\n emailVerified?: boolean;\n phoneNumber?: string;\n lastLoginAt?: number;\n createdAt?: number;\n tenantId?: string;\n passwordHash?: string;\n providerUserInfo?: ProviderUserInfo[];\n mfaInfo?: MfaEnrollment[];\n}\n\nexport interface GetAccountInfoRequest {\n idToken: string;\n}\n\nexport interface GetAccountInfoResponse {\n users: APIUserInfo[];\n}\n\nexport async function getAccountInfo(\n auth: Auth,\n request: GetAccountInfoRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.GET_ACCOUNT_INFO,\n request\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport function utcTimestampToDateString(\n utcTimestamp?: string | number\n): string | undefined {\n if (!utcTimestamp) {\n return undefined;\n }\n try {\n // Convert to date object.\n const date = new Date(Number(utcTimestamp));\n // Test date is valid.\n if (!isNaN(date.getTime())) {\n // Convert to UTC date string.\n return date.toUTCString();\n }\n } catch (e) {\n // Do nothing. undefined will be returned.\n }\n return undefined;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { IdTokenResult, ParsedToken, User } from '../../model/public_types';\nimport { base64Decode, getModularInstance } from '@firebase/util';\n\nimport { UserInternal } from '../../model/user';\nimport { _assert } from '../util/assert';\nimport { _logError } from '../util/log';\nimport { utcTimestampToDateString } from '../util/time';\nimport { AuthErrorCode } from '../errors';\n\n/**\n * Returns a JSON Web Token (JWT) used to identify the user to a Firebase service.\n *\n * @remarks\n * Returns the current token if it has not expired or if it will not expire in the next five\n * minutes. Otherwise, this will refresh the token and return a new one.\n *\n * @param user - The user.\n * @param forceRefresh - Force refresh regardless of token expiration.\n *\n * @public\n */\nexport function getIdToken(user: User, forceRefresh = false): Promise {\n return getModularInstance(user).getIdToken(forceRefresh);\n}\n\n/**\n * Returns a deserialized JSON Web Token (JWT) used to identitfy the user to a Firebase service.\n *\n * @remarks\n * Returns the current token if it has not expired or if it will not expire in the next five\n * minutes. Otherwise, this will refresh the token and return a new one.\n *\n * @param user - The user.\n * @param forceRefresh - Force refresh regardless of token expiration.\n *\n * @public\n */\nexport async function getIdTokenResult(\n user: User,\n forceRefresh = false\n): Promise {\n const userInternal = getModularInstance(user) as UserInternal;\n const token = await userInternal.getIdToken(forceRefresh);\n const claims = _parseToken(token);\n\n _assert(\n claims && claims.exp && claims.auth_time && claims.iat,\n userInternal.auth,\n AuthErrorCode.INTERNAL_ERROR\n );\n const firebase =\n typeof claims.firebase === 'object' ? claims.firebase : undefined;\n\n const signInProvider: string | undefined = firebase?.['sign_in_provider'];\n\n return {\n claims,\n token,\n authTime: utcTimestampToDateString(\n secondsStringToMilliseconds(claims.auth_time)\n )!,\n issuedAtTime: utcTimestampToDateString(\n secondsStringToMilliseconds(claims.iat)\n )!,\n expirationTime: utcTimestampToDateString(\n secondsStringToMilliseconds(claims.exp)\n )!,\n signInProvider: signInProvider || null,\n signInSecondFactor: firebase?.['sign_in_second_factor'] || null\n };\n}\n\nfunction secondsStringToMilliseconds(seconds: string): number {\n return Number(seconds) * 1000;\n}\n\nexport function _parseToken(token: string): ParsedToken | null {\n const [algorithm, payload, signature] = token.split('.');\n if (\n algorithm === undefined ||\n payload === undefined ||\n signature === undefined\n ) {\n _logError('JWT malformed, contained fewer than 3 sections');\n return null;\n }\n\n try {\n const decoded = base64Decode(payload);\n if (!decoded) {\n _logError('Failed to decode base64 JWT payload');\n return null;\n }\n return JSON.parse(decoded);\n } catch (e) {\n _logError(\n 'Caught error parsing JWT payload as JSON',\n (e as Error)?.toString()\n );\n return null;\n }\n}\n\n/**\n * Extract expiresIn TTL from a token by subtracting the expiration from the issuance.\n */\nexport function _tokenExpiresIn(token: string): number {\n const parsedToken = _parseToken(token);\n _assert(parsedToken, AuthErrorCode.INTERNAL_ERROR);\n _assert(typeof parsedToken.exp !== 'undefined', AuthErrorCode.INTERNAL_ERROR);\n _assert(typeof parsedToken.iat !== 'undefined', AuthErrorCode.INTERNAL_ERROR);\n return Number(parsedToken.exp) - Number(parsedToken.iat);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FirebaseError } from '@firebase/util';\n\nimport { UserInternal } from '../../model/user';\nimport { AuthErrorCode } from '../errors';\n\nexport async function _logoutIfInvalidated(\n user: UserInternal,\n promise: Promise,\n bypassAuthState = false\n): Promise {\n if (bypassAuthState) {\n return promise;\n }\n try {\n return await promise;\n } catch (e) {\n if (e instanceof FirebaseError && isUserInvalidated(e)) {\n if (user.auth.currentUser === user) {\n await user.auth.signOut();\n }\n }\n\n throw e;\n }\n}\n\nfunction isUserInvalidated({ code }: FirebaseError): boolean {\n return (\n code === `auth/${AuthErrorCode.USER_DISABLED}` ||\n code === `auth/${AuthErrorCode.TOKEN_EXPIRED}`\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FirebaseError } from '@firebase/util';\nimport { UserInternal } from '../../model/user';\nimport { AuthErrorCode } from '../errors';\n\n// Refresh the token five minutes before expiration\nexport const enum Duration {\n OFFSET = 5 * 1000 * 60,\n RETRY_BACKOFF_MIN = 30 * 1000,\n RETRY_BACKOFF_MAX = 16 * 60 * 1000\n}\n\nexport class ProactiveRefresh {\n private isRunning = false;\n\n // Node timers and browser timers return fundamentally different types.\n // We don't actually care what the value is but TS won't accept unknown and\n // we can't cast properly in both environments.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n private timerId: any | null = null;\n private errorBackoff = Duration.RETRY_BACKOFF_MIN;\n\n constructor(private readonly user: UserInternal) {}\n\n _start(): void {\n if (this.isRunning) {\n return;\n }\n\n this.isRunning = true;\n this.schedule();\n }\n\n _stop(): void {\n if (!this.isRunning) {\n return;\n }\n\n this.isRunning = false;\n if (this.timerId !== null) {\n clearTimeout(this.timerId);\n }\n }\n\n private getInterval(wasError: boolean): number {\n if (wasError) {\n const interval = this.errorBackoff;\n this.errorBackoff = Math.min(\n this.errorBackoff * 2,\n Duration.RETRY_BACKOFF_MAX\n );\n return interval;\n } else {\n // Reset the error backoff\n this.errorBackoff = Duration.RETRY_BACKOFF_MIN;\n const expTime = this.user.stsTokenManager.expirationTime ?? 0;\n const interval = expTime - Date.now() - Duration.OFFSET;\n\n return Math.max(0, interval);\n }\n }\n\n private schedule(wasError = false): void {\n if (!this.isRunning) {\n // Just in case...\n return;\n }\n\n const interval = this.getInterval(wasError);\n this.timerId = setTimeout(async () => {\n await this.iteration();\n }, interval);\n }\n\n private async iteration(): Promise {\n try {\n await this.user.getIdToken(true);\n } catch (e) {\n // Only retry on network errors\n if (\n (e as FirebaseError)?.code ===\n `auth/${AuthErrorCode.NETWORK_REQUEST_FAILED}`\n ) {\n this.schedule(/* wasError */ true);\n }\n\n return;\n }\n this.schedule();\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { UserMetadata as UserMetadataType } from '../../model/public_types';\n\nimport { utcTimestampToDateString } from '../util/time';\n\nexport class UserMetadata implements UserMetadataType {\n creationTime?: string;\n lastSignInTime?: string;\n\n constructor(\n private createdAt?: string | number,\n private lastLoginAt?: string | number\n ) {\n this._initializeTime();\n }\n\n private _initializeTime(): void {\n this.lastSignInTime = utcTimestampToDateString(this.lastLoginAt);\n this.creationTime = utcTimestampToDateString(this.createdAt);\n }\n\n _copy(metadata: UserMetadata): void {\n this.createdAt = metadata.createdAt;\n this.lastLoginAt = metadata.lastLoginAt;\n this._initializeTime();\n }\n\n toJSON(): object {\n return {\n createdAt: this.createdAt,\n lastLoginAt: this.lastLoginAt\n };\n }\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { User, UserInfo } from '../../model/public_types';\n\nimport {\n getAccountInfo,\n ProviderUserInfo\n} from '../../api/account_management/account';\nimport { UserInternal } from '../../model/user';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\nimport { _logoutIfInvalidated } from './invalidation';\nimport { UserMetadata } from './user_metadata';\nimport { getModularInstance } from '@firebase/util';\n\nexport async function _reloadWithoutSaving(user: UserInternal): Promise {\n const auth = user.auth;\n const idToken = await user.getIdToken();\n const response = await _logoutIfInvalidated(\n user,\n getAccountInfo(auth, { idToken })\n );\n\n _assert(response?.users.length, auth, AuthErrorCode.INTERNAL_ERROR);\n\n const coreAccount = response.users[0];\n\n user._notifyReloadListener(coreAccount);\n\n const newProviderData = coreAccount.providerUserInfo?.length\n ? extractProviderData(coreAccount.providerUserInfo)\n : [];\n\n const providerData = mergeProviderData(user.providerData, newProviderData);\n\n // Preserves the non-nonymous status of the stored user, even if no more\n // credentials (federated or email/password) are linked to the user. If\n // the user was previously anonymous, then use provider data to update.\n // On the other hand, if it was not anonymous before, it should never be\n // considered anonymous now.\n const oldIsAnonymous = user.isAnonymous;\n const newIsAnonymous =\n !(user.email && coreAccount.passwordHash) && !providerData?.length;\n const isAnonymous = !oldIsAnonymous ? false : newIsAnonymous;\n\n const updates: Partial = {\n uid: coreAccount.localId,\n displayName: coreAccount.displayName || null,\n photoURL: coreAccount.photoUrl || null,\n email: coreAccount.email || null,\n emailVerified: coreAccount.emailVerified || false,\n phoneNumber: coreAccount.phoneNumber || null,\n tenantId: coreAccount.tenantId || null,\n providerData,\n metadata: new UserMetadata(coreAccount.createdAt, coreAccount.lastLoginAt),\n isAnonymous\n };\n\n Object.assign(user, updates);\n}\n\n/**\n * Reloads user account data, if signed in.\n *\n * @param user - The user.\n *\n * @public\n */\nexport async function reload(user: User): Promise {\n const userInternal: UserInternal = getModularInstance(user) as UserInternal;\n await _reloadWithoutSaving(userInternal);\n\n // Even though the current user hasn't changed, update\n // current user will trigger a persistence update w/ the\n // new info.\n await userInternal.auth._persistUserIfCurrent(userInternal);\n userInternal.auth._notifyListenersIfCurrent(userInternal);\n}\n\nfunction mergeProviderData(\n original: UserInfo[],\n newData: UserInfo[]\n): UserInfo[] {\n const deduped = original.filter(\n o => !newData.some(n => n.providerId === o.providerId)\n );\n return [...deduped, ...newData];\n}\n\nfunction extractProviderData(providers: ProviderUserInfo[]): UserInfo[] {\n return providers.map(({ providerId, ...provider }) => {\n return {\n providerId,\n uid: provider.rawId || '',\n displayName: provider.displayName || null,\n email: provider.email || null,\n phoneNumber: provider.phoneNumber || null,\n photoURL: provider.photoUrl || null\n };\n });\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/* eslint-disable camelcase */\n\nimport { querystring } from '@firebase/util';\n\nimport {\n _getFinalTarget,\n _performFetchWithErrorHandling,\n HttpMethod,\n HttpHeader\n} from '../index';\nimport { FetchProvider } from '../../core/util/fetch_provider';\nimport { Auth } from '../../model/public_types';\nimport { AuthInternal } from '../../model/auth';\n\nexport const enum Endpoint {\n TOKEN = '/v1/token'\n}\n\n/** The server responses with snake_case; we convert to camelCase */\ninterface RequestStsTokenServerResponse {\n access_token: string;\n expires_in: string;\n refresh_token: string;\n}\n\nexport interface RequestStsTokenResponse {\n accessToken: string;\n expiresIn: string;\n refreshToken: string;\n}\n\nexport async function requestStsToken(\n auth: Auth,\n refreshToken: string\n): Promise {\n const response =\n await _performFetchWithErrorHandling(\n auth,\n {},\n async () => {\n const body = querystring({\n 'grant_type': 'refresh_token',\n 'refresh_token': refreshToken\n }).slice(1);\n const { tokenApiHost, apiKey } = auth.config;\n const url = _getFinalTarget(\n auth,\n tokenApiHost,\n Endpoint.TOKEN,\n `key=${apiKey}`\n );\n\n const headers = await (auth as AuthInternal)._getAdditionalHeaders();\n headers[HttpHeader.CONTENT_TYPE] = 'application/x-www-form-urlencoded';\n\n return FetchProvider.fetch()(url, {\n method: HttpMethod.POST,\n headers,\n body\n });\n }\n );\n\n // The response comes back in snake_case. Convert to camel:\n return {\n accessToken: response.access_token,\n expiresIn: response.expires_in,\n refreshToken: response.refresh_token\n };\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FinalizeMfaResponse } from '../../api/authentication/mfa';\nimport { requestStsToken } from '../../api/authentication/token';\nimport { AuthInternal } from '../../model/auth';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { AuthErrorCode } from '../errors';\nimport { PersistedBlob } from '../persistence';\nimport { _assert, debugFail } from '../util/assert';\nimport { _tokenExpiresIn } from './id_token_result';\n\n/**\n * The number of milliseconds before the official expiration time of a token\n * to refresh that token, to provide a buffer for RPCs to complete.\n */\nexport const enum Buffer {\n TOKEN_REFRESH = 30_000\n}\n\n/**\n * We need to mark this class as internal explicitly to exclude it in the public typings, because\n * it references AuthInternal which has a circular dependency with UserInternal.\n *\n * @internal\n */\nexport class StsTokenManager {\n refreshToken: string | null = null;\n accessToken: string | null = null;\n expirationTime: number | null = null;\n\n get isExpired(): boolean {\n return (\n !this.expirationTime ||\n Date.now() > this.expirationTime - Buffer.TOKEN_REFRESH\n );\n }\n\n updateFromServerResponse(\n response: IdTokenResponse | FinalizeMfaResponse\n ): void {\n _assert(response.idToken, AuthErrorCode.INTERNAL_ERROR);\n _assert(\n typeof response.idToken !== 'undefined',\n AuthErrorCode.INTERNAL_ERROR\n );\n _assert(\n typeof response.refreshToken !== 'undefined',\n AuthErrorCode.INTERNAL_ERROR\n );\n const expiresIn =\n 'expiresIn' in response && typeof response.expiresIn !== 'undefined'\n ? Number(response.expiresIn)\n : _tokenExpiresIn(response.idToken);\n this.updateTokensAndExpiration(\n response.idToken,\n response.refreshToken,\n expiresIn\n );\n }\n\n async getToken(\n auth: AuthInternal,\n forceRefresh = false\n ): Promise {\n _assert(\n !this.accessToken || this.refreshToken,\n auth,\n AuthErrorCode.TOKEN_EXPIRED\n );\n\n if (!forceRefresh && this.accessToken && !this.isExpired) {\n return this.accessToken;\n }\n\n if (this.refreshToken) {\n await this.refresh(auth, this.refreshToken!);\n return this.accessToken;\n }\n\n return null;\n }\n\n clearRefreshToken(): void {\n this.refreshToken = null;\n }\n\n private async refresh(auth: AuthInternal, oldToken: string): Promise {\n const { accessToken, refreshToken, expiresIn } = await requestStsToken(\n auth,\n oldToken\n );\n this.updateTokensAndExpiration(\n accessToken,\n refreshToken,\n Number(expiresIn)\n );\n }\n\n private updateTokensAndExpiration(\n accessToken: string,\n refreshToken: string,\n expiresInSec: number\n ): void {\n this.refreshToken = refreshToken || null;\n this.accessToken = accessToken || null;\n this.expirationTime = Date.now() + expiresInSec * 1000;\n }\n\n static fromJSON(appName: string, object: PersistedBlob): StsTokenManager {\n const { refreshToken, accessToken, expirationTime } = object;\n\n const manager = new StsTokenManager();\n if (refreshToken) {\n _assert(typeof refreshToken === 'string', AuthErrorCode.INTERNAL_ERROR, {\n appName\n });\n manager.refreshToken = refreshToken;\n }\n if (accessToken) {\n _assert(typeof accessToken === 'string', AuthErrorCode.INTERNAL_ERROR, {\n appName\n });\n manager.accessToken = accessToken;\n }\n if (expirationTime) {\n _assert(\n typeof expirationTime === 'number',\n AuthErrorCode.INTERNAL_ERROR,\n {\n appName\n }\n );\n manager.expirationTime = expirationTime;\n }\n return manager;\n }\n\n toJSON(): object {\n return {\n refreshToken: this.refreshToken,\n accessToken: this.accessToken,\n expirationTime: this.expirationTime\n };\n }\n\n _assign(stsTokenManager: StsTokenManager): void {\n this.accessToken = stsTokenManager.accessToken;\n this.refreshToken = stsTokenManager.refreshToken;\n this.expirationTime = stsTokenManager.expirationTime;\n }\n\n _clone(): StsTokenManager {\n return Object.assign(new StsTokenManager(), this.toJSON());\n }\n\n _performRefresh(): never {\n return debugFail('not implemented');\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { IdTokenResult } from '../../model/public_types';\nimport { NextFn } from '@firebase/util';\n\nimport {\n APIUserInfo,\n deleteAccount\n} from '../../api/account_management/account';\nimport { FinalizeMfaResponse } from '../../api/authentication/mfa';\nimport { AuthInternal } from '../../model/auth';\nimport { IdTokenResponse } from '../../model/id_token';\nimport {\n MutableUserInfo,\n UserInternal,\n UserParameters\n} from '../../model/user';\nimport { AuthErrorCode } from '../errors';\nimport { PersistedBlob } from '../persistence';\nimport { _assert } from '../util/assert';\nimport { getIdTokenResult } from './id_token_result';\nimport { _logoutIfInvalidated } from './invalidation';\nimport { ProactiveRefresh } from './proactive_refresh';\nimport { _reloadWithoutSaving, reload } from './reload';\nimport { StsTokenManager } from './token_manager';\nimport { UserMetadata } from './user_metadata';\nimport { ProviderId } from '../../model/enums';\n\nfunction assertStringOrUndefined(\n assertion: unknown,\n appName: string\n): asserts assertion is string | undefined {\n _assert(\n typeof assertion === 'string' || typeof assertion === 'undefined',\n AuthErrorCode.INTERNAL_ERROR,\n { appName }\n );\n}\n\nexport class UserImpl implements UserInternal {\n // For the user object, provider is always Firebase.\n readonly providerId = ProviderId.FIREBASE;\n stsTokenManager: StsTokenManager;\n // Last known accessToken so we know when it changes\n private accessToken: string | null;\n\n uid: string;\n auth: AuthInternal;\n emailVerified: boolean;\n isAnonymous: boolean;\n tenantId: string | null;\n readonly metadata: UserMetadata;\n providerData: MutableUserInfo[];\n\n // Optional fields from UserInfo\n displayName: string | null;\n email: string | null;\n phoneNumber: string | null;\n photoURL: string | null;\n\n _redirectEventId?: string;\n private readonly proactiveRefresh = new ProactiveRefresh(this);\n\n constructor({ uid, auth, stsTokenManager, ...opt }: UserParameters) {\n this.uid = uid;\n this.auth = auth;\n this.stsTokenManager = stsTokenManager;\n this.accessToken = stsTokenManager.accessToken;\n this.displayName = opt.displayName || null;\n this.email = opt.email || null;\n this.emailVerified = opt.emailVerified || false;\n this.phoneNumber = opt.phoneNumber || null;\n this.photoURL = opt.photoURL || null;\n this.isAnonymous = opt.isAnonymous || false;\n this.tenantId = opt.tenantId || null;\n this.providerData = opt.providerData ? [...opt.providerData] : [];\n this.metadata = new UserMetadata(\n opt.createdAt || undefined,\n opt.lastLoginAt || undefined\n );\n }\n\n async getIdToken(forceRefresh?: boolean): Promise {\n const accessToken = await _logoutIfInvalidated(\n this,\n this.stsTokenManager.getToken(this.auth, forceRefresh)\n );\n _assert(accessToken, this.auth, AuthErrorCode.INTERNAL_ERROR);\n\n if (this.accessToken !== accessToken) {\n this.accessToken = accessToken;\n await this.auth._persistUserIfCurrent(this);\n this.auth._notifyListenersIfCurrent(this);\n }\n\n return accessToken;\n }\n\n getIdTokenResult(forceRefresh?: boolean): Promise {\n return getIdTokenResult(this, forceRefresh);\n }\n\n reload(): Promise {\n return reload(this);\n }\n\n private reloadUserInfo: APIUserInfo | null = null;\n private reloadListener: NextFn | null = null;\n\n _assign(user: UserInternal): void {\n if (this === user) {\n return;\n }\n _assert(this.uid === user.uid, this.auth, AuthErrorCode.INTERNAL_ERROR);\n this.displayName = user.displayName;\n this.photoURL = user.photoURL;\n this.email = user.email;\n this.emailVerified = user.emailVerified;\n this.phoneNumber = user.phoneNumber;\n this.isAnonymous = user.isAnonymous;\n this.tenantId = user.tenantId;\n this.providerData = user.providerData.map(userInfo => ({ ...userInfo }));\n this.metadata._copy(user.metadata);\n this.stsTokenManager._assign(user.stsTokenManager);\n }\n\n _clone(auth: AuthInternal): UserInternal {\n return new UserImpl({\n ...this,\n auth,\n stsTokenManager: this.stsTokenManager._clone()\n });\n }\n\n _onReload(callback: NextFn): void {\n // There should only ever be one listener, and that is a single instance of MultiFactorUser\n _assert(!this.reloadListener, this.auth, AuthErrorCode.INTERNAL_ERROR);\n this.reloadListener = callback;\n if (this.reloadUserInfo) {\n this._notifyReloadListener(this.reloadUserInfo);\n this.reloadUserInfo = null;\n }\n }\n\n _notifyReloadListener(userInfo: APIUserInfo): void {\n if (this.reloadListener) {\n this.reloadListener(userInfo);\n } else {\n // If no listener is subscribed yet, save the result so it's available when they do subscribe\n this.reloadUserInfo = userInfo;\n }\n }\n\n _startProactiveRefresh(): void {\n this.proactiveRefresh._start();\n }\n\n _stopProactiveRefresh(): void {\n this.proactiveRefresh._stop();\n }\n\n async _updateTokensIfNecessary(\n response: IdTokenResponse | FinalizeMfaResponse,\n reload = false\n ): Promise {\n let tokensRefreshed = false;\n if (\n response.idToken &&\n response.idToken !== this.stsTokenManager.accessToken\n ) {\n this.stsTokenManager.updateFromServerResponse(response);\n tokensRefreshed = true;\n }\n\n if (reload) {\n await _reloadWithoutSaving(this);\n }\n\n await this.auth._persistUserIfCurrent(this);\n if (tokensRefreshed) {\n this.auth._notifyListenersIfCurrent(this);\n }\n }\n\n async delete(): Promise {\n const idToken = await this.getIdToken();\n await _logoutIfInvalidated(this, deleteAccount(this.auth, { idToken }));\n this.stsTokenManager.clearRefreshToken();\n\n // TODO: Determine if cancellable-promises are necessary to use in this class so that delete()\n // cancels pending actions...\n\n return this.auth.signOut();\n }\n\n toJSON(): PersistedBlob {\n return {\n uid: this.uid,\n email: this.email || undefined,\n emailVerified: this.emailVerified,\n displayName: this.displayName || undefined,\n isAnonymous: this.isAnonymous,\n photoURL: this.photoURL || undefined,\n phoneNumber: this.phoneNumber || undefined,\n tenantId: this.tenantId || undefined,\n providerData: this.providerData.map(userInfo => ({ ...userInfo })),\n stsTokenManager: this.stsTokenManager.toJSON(),\n // Redirect event ID must be maintained in case there is a pending\n // redirect event.\n _redirectEventId: this._redirectEventId,\n ...this.metadata.toJSON(),\n\n // Required for compatibility with the legacy SDK (go/firebase-auth-sdk-persistence-parsing):\n apiKey: this.auth.config.apiKey,\n appName: this.auth.name\n // Missing authDomain will be tolerated by the legacy SDK.\n // stsTokenManager.apiKey isn't actually required (despite the legacy SDK persisting it).\n };\n }\n\n get refreshToken(): string {\n return this.stsTokenManager.refreshToken || '';\n }\n\n static _fromJSON(auth: AuthInternal, object: PersistedBlob): UserInternal {\n const displayName = object.displayName ?? undefined;\n const email = object.email ?? undefined;\n const phoneNumber = object.phoneNumber ?? undefined;\n const photoURL = object.photoURL ?? undefined;\n const tenantId = object.tenantId ?? undefined;\n const _redirectEventId = object._redirectEventId ?? undefined;\n const createdAt = object.createdAt ?? undefined;\n const lastLoginAt = object.lastLoginAt ?? undefined;\n const {\n uid,\n emailVerified,\n isAnonymous,\n providerData,\n stsTokenManager: plainObjectTokenManager\n } = object;\n\n _assert(uid && plainObjectTokenManager, auth, AuthErrorCode.INTERNAL_ERROR);\n\n const stsTokenManager = StsTokenManager.fromJSON(\n this.name,\n plainObjectTokenManager as PersistedBlob\n );\n\n _assert(typeof uid === 'string', auth, AuthErrorCode.INTERNAL_ERROR);\n assertStringOrUndefined(displayName, auth.name);\n assertStringOrUndefined(email, auth.name);\n _assert(\n typeof emailVerified === 'boolean',\n auth,\n AuthErrorCode.INTERNAL_ERROR\n );\n _assert(\n typeof isAnonymous === 'boolean',\n auth,\n AuthErrorCode.INTERNAL_ERROR\n );\n assertStringOrUndefined(phoneNumber, auth.name);\n assertStringOrUndefined(photoURL, auth.name);\n assertStringOrUndefined(tenantId, auth.name);\n assertStringOrUndefined(_redirectEventId, auth.name);\n assertStringOrUndefined(createdAt, auth.name);\n assertStringOrUndefined(lastLoginAt, auth.name);\n const user = new UserImpl({\n uid,\n auth,\n email,\n emailVerified,\n displayName,\n isAnonymous,\n photoURL,\n phoneNumber,\n tenantId,\n stsTokenManager,\n createdAt,\n lastLoginAt\n });\n\n if (providerData && Array.isArray(providerData)) {\n user.providerData = providerData.map(userInfo => ({ ...userInfo }));\n }\n\n if (_redirectEventId) {\n user._redirectEventId = _redirectEventId;\n }\n\n return user;\n }\n\n /**\n * Initialize a User from an idToken server response\n * @param auth\n * @param idTokenResponse\n */\n static async _fromIdTokenResponse(\n auth: AuthInternal,\n idTokenResponse: IdTokenResponse,\n isAnonymous: boolean = false\n ): Promise {\n const stsTokenManager = new StsTokenManager();\n stsTokenManager.updateFromServerResponse(idTokenResponse);\n\n // Initialize the Firebase Auth user.\n const user = new UserImpl({\n uid: idTokenResponse.localId,\n auth,\n stsTokenManager,\n isAnonymous\n });\n\n // Updates the user info and data and resolves with a user instance.\n await _reloadWithoutSaving(user);\n return user;\n }\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Persistence } from '../../model/public_types';\n\nimport {\n PersistenceInternal,\n PersistenceType,\n PersistenceValue,\n StorageEventListener\n} from '../persistence';\n\nexport class InMemoryPersistence implements PersistenceInternal {\n static type: 'NONE' = 'NONE';\n readonly type = PersistenceType.NONE;\n storage: Record = {};\n\n async _isAvailable(): Promise {\n return true;\n }\n\n async _set(key: string, value: PersistenceValue): Promise {\n this.storage[key] = value;\n }\n\n async _get(key: string): Promise {\n const value = this.storage[key];\n return value === undefined ? null : (value as T);\n }\n\n async _remove(key: string): Promise {\n delete this.storage[key];\n }\n\n _addListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for in-memory storage since it cannot be shared across windows/workers\n return;\n }\n\n _removeListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for in-memory storage since it cannot be shared across windows/workers\n return;\n }\n}\n\n/**\n * An implementation of {@link Persistence} of type 'NONE'.\n *\n * @public\n */\nexport const inMemoryPersistence: Persistence = InMemoryPersistence;\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ApiKey, AppName, AuthInternal } from '../../model/auth';\nimport { UserInternal } from '../../model/user';\nimport { PersistedBlob, PersistenceInternal } from '../persistence';\nimport { UserImpl } from '../user/user_impl';\nimport { _getInstance } from '../util/instantiator';\nimport { inMemoryPersistence } from './in_memory';\n\nexport const enum KeyName {\n AUTH_USER = 'authUser',\n AUTH_EVENT = 'authEvent',\n REDIRECT_USER = 'redirectUser',\n PERSISTENCE_USER = 'persistence'\n}\nexport const enum Namespace {\n PERSISTENCE = 'firebase'\n}\n\nexport function _persistenceKeyName(\n key: string,\n apiKey: ApiKey,\n appName: AppName\n): string {\n return `${Namespace.PERSISTENCE}:${key}:${apiKey}:${appName}`;\n}\n\nexport class PersistenceUserManager {\n private readonly fullUserKey: string;\n private readonly fullPersistenceKey: string;\n private readonly boundEventHandler: () => void;\n\n private constructor(\n public persistence: PersistenceInternal,\n private readonly auth: AuthInternal,\n private readonly userKey: string\n ) {\n const { config, name } = this.auth;\n this.fullUserKey = _persistenceKeyName(this.userKey, config.apiKey, name);\n this.fullPersistenceKey = _persistenceKeyName(\n KeyName.PERSISTENCE_USER,\n config.apiKey,\n name\n );\n this.boundEventHandler = auth._onStorageEvent.bind(auth);\n this.persistence._addListener(this.fullUserKey, this.boundEventHandler);\n }\n\n setCurrentUser(user: UserInternal): Promise {\n return this.persistence._set(this.fullUserKey, user.toJSON());\n }\n\n async getCurrentUser(): Promise {\n const blob = await this.persistence._get(this.fullUserKey);\n return blob ? UserImpl._fromJSON(this.auth, blob) : null;\n }\n\n removeCurrentUser(): Promise {\n return this.persistence._remove(this.fullUserKey);\n }\n\n savePersistenceForRedirect(): Promise {\n return this.persistence._set(\n this.fullPersistenceKey,\n this.persistence.type\n );\n }\n\n async setPersistence(newPersistence: PersistenceInternal): Promise {\n if (this.persistence === newPersistence) {\n return;\n }\n\n const currentUser = await this.getCurrentUser();\n await this.removeCurrentUser();\n\n this.persistence = newPersistence;\n\n if (currentUser) {\n return this.setCurrentUser(currentUser);\n }\n }\n\n delete(): void {\n this.persistence._removeListener(this.fullUserKey, this.boundEventHandler);\n }\n\n static async create(\n auth: AuthInternal,\n persistenceHierarchy: PersistenceInternal[],\n userKey = KeyName.AUTH_USER\n ): Promise {\n if (!persistenceHierarchy.length) {\n return new PersistenceUserManager(\n _getInstance(inMemoryPersistence),\n auth,\n userKey\n );\n }\n\n // Eliminate any persistences that are not available\n const availablePersistences = (\n await Promise.all(\n persistenceHierarchy.map(async persistence => {\n if (await persistence._isAvailable()) {\n return persistence;\n }\n return undefined;\n })\n )\n ).filter(persistence => persistence) as PersistenceInternal[];\n\n // Fall back to the first persistence listed, or in memory if none available\n let selectedPersistence =\n availablePersistences[0] ||\n _getInstance(inMemoryPersistence);\n\n const key = _persistenceKeyName(userKey, auth.config.apiKey, auth.name);\n\n // Pull out the existing user, setting the chosen persistence to that\n // persistence if the user exists.\n let userToMigrate: UserInternal | null = null;\n // Note, here we check for a user in _all_ persistences, not just the\n // ones deemed available. If we can migrate a user out of a broken\n // persistence, we will (but only if that persistence supports migration).\n for (const persistence of persistenceHierarchy) {\n try {\n const blob = await persistence._get(key);\n if (blob) {\n const user = UserImpl._fromJSON(auth, blob); // throws for unparsable blob (wrong format)\n if (persistence !== selectedPersistence) {\n userToMigrate = user;\n }\n selectedPersistence = persistence;\n break;\n }\n } catch {}\n }\n\n // If we find the user in a persistence that does support migration, use\n // that migration path (of only persistences that support migration)\n const migrationHierarchy = availablePersistences.filter(\n p => p._shouldAllowMigration\n );\n\n // If the persistence does _not_ allow migration, just finish off here\n if (\n !selectedPersistence._shouldAllowMigration ||\n !migrationHierarchy.length\n ) {\n return new PersistenceUserManager(selectedPersistence, auth, userKey);\n }\n\n selectedPersistence = migrationHierarchy[0];\n if (userToMigrate) {\n // This normally shouldn't throw since chosenPersistence.isAvailable() is true, but if it does\n // we'll just let it bubble to surface the error.\n await selectedPersistence._set(key, userToMigrate.toJSON());\n }\n\n // Attempt to clear the key in other persistences but ignore errors. This helps prevent issues\n // such as users getting stuck with a previous account after signing out and refreshing the tab.\n await Promise.all(\n persistenceHierarchy.map(async persistence => {\n if (persistence !== selectedPersistence) {\n try {\n await persistence._remove(key);\n } catch {}\n }\n })\n );\n return new PersistenceUserManager(selectedPersistence, auth, userKey);\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { isIE, getUA } from '@firebase/util';\n\ninterface NavigatorStandalone extends Navigator {\n standalone?: unknown;\n}\n\ninterface Document {\n documentMode?: number;\n}\n\n/**\n * Enums for Browser name.\n */\nexport const enum BrowserName {\n ANDROID = 'Android',\n BLACKBERRY = 'Blackberry',\n EDGE = 'Edge',\n FIREFOX = 'Firefox',\n IE = 'IE',\n IEMOBILE = 'IEMobile',\n OPERA = 'Opera',\n OTHER = 'Other',\n CHROME = 'Chrome',\n SAFARI = 'Safari',\n SILK = 'Silk',\n WEBOS = 'Webos'\n}\n\n/**\n * Determine the browser for the purposes of reporting usage to the API\n */\nexport function _getBrowserName(userAgent: string): BrowserName | string {\n const ua = userAgent.toLowerCase();\n if (ua.includes('opera/') || ua.includes('opr/') || ua.includes('opios/')) {\n return BrowserName.OPERA;\n } else if (_isIEMobile(ua)) {\n // Windows phone IEMobile browser.\n return BrowserName.IEMOBILE;\n } else if (ua.includes('msie') || ua.includes('trident/')) {\n return BrowserName.IE;\n } else if (ua.includes('edge/')) {\n return BrowserName.EDGE;\n } else if (_isFirefox(ua)) {\n return BrowserName.FIREFOX;\n } else if (ua.includes('silk/')) {\n return BrowserName.SILK;\n } else if (_isBlackBerry(ua)) {\n // Blackberry browser.\n return BrowserName.BLACKBERRY;\n } else if (_isWebOS(ua)) {\n // WebOS default browser.\n return BrowserName.WEBOS;\n } else if (_isSafari(ua)) {\n return BrowserName.SAFARI;\n } else if (\n (ua.includes('chrome/') || _isChromeIOS(ua)) &&\n !ua.includes('edge/')\n ) {\n return BrowserName.CHROME;\n } else if (_isAndroid(ua)) {\n // Android stock browser.\n return BrowserName.ANDROID;\n } else {\n // Most modern browsers have name/version at end of user agent string.\n const re = /([a-zA-Z\\d\\.]+)\\/[a-zA-Z\\d\\.]*$/;\n const matches = userAgent.match(re);\n if (matches?.length === 2) {\n return matches[1];\n }\n }\n return BrowserName.OTHER;\n}\n\nexport function _isFirefox(ua = getUA()): boolean {\n return /firefox\\//i.test(ua);\n}\n\nexport function _isSafari(userAgent = getUA()): boolean {\n const ua = userAgent.toLowerCase();\n return (\n ua.includes('safari/') &&\n !ua.includes('chrome/') &&\n !ua.includes('crios/') &&\n !ua.includes('android')\n );\n}\n\nexport function _isChromeIOS(ua = getUA()): boolean {\n return /crios\\//i.test(ua);\n}\n\nexport function _isIEMobile(ua = getUA()): boolean {\n return /iemobile/i.test(ua);\n}\n\nexport function _isAndroid(ua = getUA()): boolean {\n return /android/i.test(ua);\n}\n\nexport function _isBlackBerry(ua = getUA()): boolean {\n return /blackberry/i.test(ua);\n}\n\nexport function _isWebOS(ua = getUA()): boolean {\n return /webos/i.test(ua);\n}\n\nexport function _isIOS(ua = getUA()): boolean {\n return (\n /iphone|ipad|ipod/i.test(ua) ||\n (/macintosh/i.test(ua) && /mobile/i.test(ua))\n );\n}\n\nexport function _isIOS7Or8(ua = getUA()): boolean {\n return (\n /(iPad|iPhone|iPod).*OS 7_\\d/i.test(ua) ||\n /(iPad|iPhone|iPod).*OS 8_\\d/i.test(ua)\n );\n}\n\nexport function _isIOSStandalone(ua = getUA()): boolean {\n return _isIOS(ua) && !!(window.navigator as NavigatorStandalone)?.standalone;\n}\n\nexport function _isIE10(): boolean {\n return isIE() && (document as Document).documentMode === 10;\n}\n\nexport function _isMobileBrowser(ua: string = getUA()): boolean {\n // TODO: implement getBrowserName equivalent for OS.\n return (\n _isIOS(ua) ||\n _isAndroid(ua) ||\n _isWebOS(ua) ||\n _isBlackBerry(ua) ||\n /windows phone/i.test(ua) ||\n _isIEMobile(ua)\n );\n}\n\nexport function _isIframe(): boolean {\n try {\n // Check that the current window is not the top window.\n // If so, return true.\n return !!(window && window !== window.top);\n } catch (e) {\n return false;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { SDK_VERSION } from '@firebase/app';\nimport { _getBrowserName } from './browser';\nimport { getUA } from '@firebase/util';\n\nexport const enum ClientImplementation {\n CORE = 'JsCore'\n}\n\n/**\n * @internal\n */\nexport const enum ClientPlatform {\n BROWSER = 'Browser',\n NODE = 'Node',\n REACT_NATIVE = 'ReactNative',\n CORDOVA = 'Cordova',\n WORKER = 'Worker'\n}\n\n/*\n * Determine the SDK version string\n */\nexport function _getClientVersion(\n clientPlatform: ClientPlatform,\n frameworks: readonly string[] = []\n): string {\n let reportedPlatform: string;\n switch (clientPlatform) {\n case ClientPlatform.BROWSER:\n // In a browser environment, report the browser name.\n reportedPlatform = _getBrowserName(getUA());\n break;\n case ClientPlatform.WORKER:\n // Technically a worker runs from a browser but we need to differentiate a\n // worker from a browser.\n // For example: Chrome-Worker/JsCore/4.9.1/FirebaseCore-web.\n reportedPlatform = `${_getBrowserName(getUA())}-${clientPlatform}`;\n break;\n default:\n reportedPlatform = clientPlatform;\n }\n const reportedFrameworks = frameworks.length\n ? frameworks.join(',')\n : 'FirebaseCore-web'; /* default value if no other framework is used */\n return `${reportedPlatform}/${ClientImplementation.CORE}/${SDK_VERSION}/${reportedFrameworks}`;\n}\n","/**\n * @license\n * Copyright 2022 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AuthInternal } from '../../model/auth';\nimport { Unsubscribe, User } from '../../model/public_types';\nimport { AuthErrorCode } from '../errors';\n\ninterface MiddlewareEntry {\n (user: User | null): Promise;\n onAbort?: () => void;\n}\n\nexport class AuthMiddlewareQueue {\n private readonly queue: MiddlewareEntry[] = [];\n\n constructor(private readonly auth: AuthInternal) {}\n\n pushCallback(\n callback: (user: User | null) => void | Promise,\n onAbort?: () => void\n ): Unsubscribe {\n // The callback could be sync or async. Wrap it into a\n // function that is always async.\n const wrappedCallback: MiddlewareEntry = (\n user: User | null\n ): Promise =>\n new Promise((resolve, reject) => {\n try {\n const result = callback(user);\n // Either resolve with existing promise or wrap a non-promise\n // return value into a promise.\n resolve(result);\n } catch (e) {\n // Sync callback throws.\n reject(e);\n }\n });\n // Attach the onAbort if present\n wrappedCallback.onAbort = onAbort;\n this.queue.push(wrappedCallback);\n\n const index = this.queue.length - 1;\n return () => {\n // Unsubscribe. Replace with no-op. Do not remove from array, or it will disturb\n // indexing of other elements.\n this.queue[index] = () => Promise.resolve();\n };\n }\n\n async runMiddleware(nextUser: User | null): Promise {\n if (this.auth.currentUser === nextUser) {\n return;\n }\n\n // While running the middleware, build a temporary stack of onAbort\n // callbacks to call if one middleware callback rejects.\n\n const onAbortStack: Array<() => void> = [];\n try {\n for (const beforeStateCallback of this.queue) {\n await beforeStateCallback(nextUser);\n\n // Only push the onAbort if the callback succeeds\n if (beforeStateCallback.onAbort) {\n onAbortStack.push(beforeStateCallback.onAbort);\n }\n }\n } catch (e) {\n // Run all onAbort, with separate try/catch to ignore any errors and\n // continue\n onAbortStack.reverse();\n for (const onAbort of onAbortStack) {\n try {\n onAbort();\n } catch (_) {\n /* swallow error */\n }\n }\n\n throw this.auth._errorFactory.create(AuthErrorCode.LOGIN_BLOCKED, {\n originalMessage: (e as Error)?.message\n });\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { _FirebaseService, FirebaseApp } from '@firebase/app';\nimport { Provider } from '@firebase/component';\nimport {\n Auth,\n AuthErrorMap,\n AuthSettings,\n EmulatorConfig,\n NextOrObserver,\n Persistence,\n PopupRedirectResolver,\n User,\n UserCredential,\n CompleteFn,\n ErrorFn,\n NextFn,\n Unsubscribe\n} from '../../model/public_types';\nimport {\n createSubscribe,\n ErrorFactory,\n FirebaseError,\n getModularInstance,\n Observer,\n Subscribe\n} from '@firebase/util';\n\nimport { AuthInternal, ConfigInternal } from '../../model/auth';\nimport { PopupRedirectResolverInternal } from '../../model/popup_redirect';\nimport { UserInternal } from '../../model/user';\nimport {\n AuthErrorCode,\n AuthErrorParams,\n ErrorMapRetriever,\n _DEFAULT_AUTH_ERROR_FACTORY\n} from '../errors';\nimport { PersistenceInternal } from '../persistence';\nimport {\n KeyName,\n PersistenceUserManager\n} from '../persistence/persistence_user_manager';\nimport { _reloadWithoutSaving } from '../user/reload';\nimport { _assert } from '../util/assert';\nimport { _getInstance } from '../util/instantiator';\nimport { _getUserLanguage } from '../util/navigator';\nimport { _getClientVersion } from '../util/version';\nimport { HttpHeader } from '../../api';\nimport { AuthMiddlewareQueue } from './middleware';\n\ninterface AsyncAction {\n (): Promise;\n}\n\nexport const enum DefaultConfig {\n TOKEN_API_HOST = 'securetoken.googleapis.com',\n API_HOST = 'identitytoolkit.googleapis.com',\n API_SCHEME = 'https'\n}\n\nexport class AuthImpl implements AuthInternal, _FirebaseService {\n currentUser: User | null = null;\n emulatorConfig: EmulatorConfig | null = null;\n private operations = Promise.resolve();\n private persistenceManager?: PersistenceUserManager;\n private redirectPersistenceManager?: PersistenceUserManager;\n private authStateSubscription = new Subscription(this);\n private idTokenSubscription = new Subscription(this);\n private readonly beforeStateQueue = new AuthMiddlewareQueue(this);\n private redirectUser: UserInternal | null = null;\n private isProactiveRefreshEnabled = false;\n\n // Any network calls will set this to true and prevent subsequent emulator\n // initialization\n _canInitEmulator = true;\n _isInitialized = false;\n _deleted = false;\n _initializationPromise: Promise | null = null;\n _popupRedirectResolver: PopupRedirectResolverInternal | null = null;\n _errorFactory: ErrorFactory =\n _DEFAULT_AUTH_ERROR_FACTORY;\n readonly name: string;\n\n // Tracks the last notified UID for state change listeners to prevent\n // repeated calls to the callbacks. Undefined means it's never been\n // called, whereas null means it's been called with a signed out user\n private lastNotifiedUid: string | null | undefined = undefined;\n\n languageCode: string | null = null;\n tenantId: string | null = null;\n settings: AuthSettings = { appVerificationDisabledForTesting: false };\n\n constructor(\n public readonly app: FirebaseApp,\n private readonly heartbeatServiceProvider: Provider<'heartbeat'>,\n public readonly config: ConfigInternal\n ) {\n this.name = app.name;\n this.clientVersion = config.sdkClientVersion;\n }\n\n _initializeWithPersistence(\n persistenceHierarchy: PersistenceInternal[],\n popupRedirectResolver?: PopupRedirectResolver\n ): Promise {\n if (popupRedirectResolver) {\n this._popupRedirectResolver = _getInstance(popupRedirectResolver);\n }\n\n // Have to check for app deletion throughout initialization (after each\n // promise resolution)\n this._initializationPromise = this.queue(async () => {\n if (this._deleted) {\n return;\n }\n\n this.persistenceManager = await PersistenceUserManager.create(\n this,\n persistenceHierarchy\n );\n\n if (this._deleted) {\n return;\n }\n\n // Initialize the resolver early if necessary (only applicable to web:\n // this will cause the iframe to load immediately in certain cases)\n if (this._popupRedirectResolver?._shouldInitProactively) {\n // If this fails, don't halt auth loading\n try {\n await this._popupRedirectResolver._initialize(this);\n } catch (e) {\n /* Ignore the error */\n }\n }\n\n await this.initializeCurrentUser(popupRedirectResolver);\n this.lastNotifiedUid = this.currentUser?.uid || null;\n\n if (this._deleted) {\n return;\n }\n\n this._isInitialized = true;\n });\n\n return this._initializationPromise;\n }\n\n /**\n * If the persistence is changed in another window, the user manager will let us know\n */\n async _onStorageEvent(): Promise {\n if (this._deleted) {\n return;\n }\n\n const user = await this.assertedPersistence.getCurrentUser();\n\n if (!this.currentUser && !user) {\n // No change, do nothing (was signed out and remained signed out).\n return;\n }\n\n // If the same user is to be synchronized.\n if (this.currentUser && user && this.currentUser.uid === user.uid) {\n // Data update, simply copy data changes.\n this._currentUser._assign(user);\n // If tokens changed from previous user tokens, this will trigger\n // notifyAuthListeners_.\n await this.currentUser.getIdToken();\n return;\n }\n\n // Update current Auth state. Either a new login or logout.\n // Skip blocking callbacks, they should not apply to a change in another tab.\n await this._updateCurrentUser(user, /* skipBeforeStateCallbacks */ true);\n }\n\n private async initializeCurrentUser(\n popupRedirectResolver?: PopupRedirectResolver\n ): Promise {\n // First check to see if we have a pending redirect event.\n const previouslyStoredUser =\n (await this.assertedPersistence.getCurrentUser()) as UserInternal | null;\n let futureCurrentUser = previouslyStoredUser;\n let needsTocheckMiddleware = false;\n if (popupRedirectResolver && this.config.authDomain) {\n await this.getOrInitRedirectPersistenceManager();\n const redirectUserEventId = this.redirectUser?._redirectEventId;\n const storedUserEventId = futureCurrentUser?._redirectEventId;\n const result = await this.tryRedirectSignIn(popupRedirectResolver);\n\n // If the stored user (i.e. the old \"currentUser\") has a redirectId that\n // matches the redirect user, then we want to initially sign in with the\n // new user object from result.\n // TODO(samgho): More thoroughly test all of this\n if (\n (!redirectUserEventId || redirectUserEventId === storedUserEventId) &&\n result?.user\n ) {\n futureCurrentUser = result.user as UserInternal;\n needsTocheckMiddleware = true;\n }\n }\n\n // If no user in persistence, there is no current user. Set to null.\n if (!futureCurrentUser) {\n return this.directlySetCurrentUser(null);\n }\n\n if (!futureCurrentUser._redirectEventId) {\n // This isn't a redirect link operation, we can reload and bail.\n // First though, ensure that we check the middleware is happy.\n if (needsTocheckMiddleware) {\n try {\n await this.beforeStateQueue.runMiddleware(futureCurrentUser);\n } catch (e) {\n futureCurrentUser = previouslyStoredUser;\n // We know this is available since the bit is only set when the\n // resolver is available\n this._popupRedirectResolver!._overrideRedirectResult(this, () =>\n Promise.reject(e)\n );\n }\n }\n\n if (futureCurrentUser) {\n return this.reloadAndSetCurrentUserOrClear(futureCurrentUser);\n } else {\n return this.directlySetCurrentUser(null);\n }\n }\n\n _assert(this._popupRedirectResolver, this, AuthErrorCode.ARGUMENT_ERROR);\n await this.getOrInitRedirectPersistenceManager();\n\n // If the redirect user's event ID matches the current user's event ID,\n // DO NOT reload the current user, otherwise they'll be cleared from storage.\n // This is important for the reauthenticateWithRedirect() flow.\n if (\n this.redirectUser &&\n this.redirectUser._redirectEventId === futureCurrentUser._redirectEventId\n ) {\n return this.directlySetCurrentUser(futureCurrentUser);\n }\n\n return this.reloadAndSetCurrentUserOrClear(futureCurrentUser);\n }\n\n private async tryRedirectSignIn(\n redirectResolver: PopupRedirectResolver\n ): Promise {\n // The redirect user needs to be checked (and signed in if available)\n // during auth initialization. All of the normal sign in and link/reauth\n // flows call back into auth and push things onto the promise queue. We\n // need to await the result of the redirect sign in *inside the promise\n // queue*. This presents a problem: we run into deadlock. See:\n // ┌> [Initialization] ─────┐\n // ┌> [] │\n // └─ [getRedirectResult] <─┘\n // where [] are tasks on the queue and arrows denote awaits\n // Initialization will never complete because it's waiting on something\n // that's waiting for initialization to complete!\n //\n // Instead, this method calls getRedirectResult() (stored in\n // _completeRedirectFn) with an optional parameter that instructs all of\n // the underlying auth operations to skip anything that mutates auth state.\n\n let result: UserCredential | null = null;\n try {\n // We know this._popupRedirectResolver is set since redirectResolver\n // is passed in. The _completeRedirectFn expects the unwrapped extern.\n result = await this._popupRedirectResolver!._completeRedirectFn(\n this,\n redirectResolver,\n true\n );\n } catch (e) {\n // Swallow any errors here; the code can retrieve them in\n // getRedirectResult().\n await this._setRedirectUser(null);\n }\n\n return result;\n }\n\n private async reloadAndSetCurrentUserOrClear(\n user: UserInternal\n ): Promise {\n try {\n await _reloadWithoutSaving(user);\n } catch (e) {\n if (\n (e as FirebaseError)?.code !==\n `auth/${AuthErrorCode.NETWORK_REQUEST_FAILED}`\n ) {\n // Something's wrong with the user's token. Log them out and remove\n // them from storage\n return this.directlySetCurrentUser(null);\n }\n }\n\n return this.directlySetCurrentUser(user);\n }\n\n useDeviceLanguage(): void {\n this.languageCode = _getUserLanguage();\n }\n\n async _delete(): Promise {\n this._deleted = true;\n }\n\n async updateCurrentUser(userExtern: User | null): Promise {\n // The public updateCurrentUser method needs to make a copy of the user,\n // and also check that the project matches\n const user = userExtern\n ? (getModularInstance(userExtern) as UserInternal)\n : null;\n if (user) {\n _assert(\n user.auth.config.apiKey === this.config.apiKey,\n this,\n AuthErrorCode.INVALID_AUTH\n );\n }\n return this._updateCurrentUser(user && user._clone(this));\n }\n\n async _updateCurrentUser(\n user: User | null,\n skipBeforeStateCallbacks: boolean = false\n ): Promise {\n if (this._deleted) {\n return;\n }\n if (user) {\n _assert(\n this.tenantId === user.tenantId,\n this,\n AuthErrorCode.TENANT_ID_MISMATCH\n );\n }\n\n if (!skipBeforeStateCallbacks) {\n await this.beforeStateQueue.runMiddleware(user);\n }\n\n return this.queue(async () => {\n await this.directlySetCurrentUser(user as UserInternal | null);\n this.notifyAuthListeners();\n });\n }\n\n async signOut(): Promise {\n // Run first, to block _setRedirectUser() if any callbacks fail.\n await this.beforeStateQueue.runMiddleware(null);\n // Clear the redirect user when signOut is called\n if (this.redirectPersistenceManager || this._popupRedirectResolver) {\n await this._setRedirectUser(null);\n }\n\n // Prevent callbacks from being called again in _updateCurrentUser, as\n // they were already called in the first line.\n return this._updateCurrentUser(null, /* skipBeforeStateCallbacks */ true);\n }\n\n setPersistence(persistence: Persistence): Promise {\n return this.queue(async () => {\n await this.assertedPersistence.setPersistence(_getInstance(persistence));\n });\n }\n\n _getPersistence(): string {\n return this.assertedPersistence.persistence.type;\n }\n\n _updateErrorMap(errorMap: AuthErrorMap): void {\n this._errorFactory = new ErrorFactory(\n 'auth',\n 'Firebase',\n (errorMap as ErrorMapRetriever)()\n );\n }\n\n onAuthStateChanged(\n nextOrObserver: NextOrObserver,\n error?: ErrorFn,\n completed?: CompleteFn\n ): Unsubscribe {\n return this.registerStateListener(\n this.authStateSubscription,\n nextOrObserver,\n error,\n completed\n );\n }\n\n beforeAuthStateChanged(\n callback: (user: User | null) => void | Promise,\n onAbort?: () => void\n ): Unsubscribe {\n return this.beforeStateQueue.pushCallback(callback, onAbort);\n }\n\n onIdTokenChanged(\n nextOrObserver: NextOrObserver,\n error?: ErrorFn,\n completed?: CompleteFn\n ): Unsubscribe {\n return this.registerStateListener(\n this.idTokenSubscription,\n nextOrObserver,\n error,\n completed\n );\n }\n\n toJSON(): object {\n return {\n apiKey: this.config.apiKey,\n authDomain: this.config.authDomain,\n appName: this.name,\n currentUser: this._currentUser?.toJSON()\n };\n }\n\n async _setRedirectUser(\n user: UserInternal | null,\n popupRedirectResolver?: PopupRedirectResolver\n ): Promise {\n const redirectManager = await this.getOrInitRedirectPersistenceManager(\n popupRedirectResolver\n );\n return user === null\n ? redirectManager.removeCurrentUser()\n : redirectManager.setCurrentUser(user);\n }\n\n private async getOrInitRedirectPersistenceManager(\n popupRedirectResolver?: PopupRedirectResolver\n ): Promise {\n if (!this.redirectPersistenceManager) {\n const resolver: PopupRedirectResolverInternal | null =\n (popupRedirectResolver && _getInstance(popupRedirectResolver)) ||\n this._popupRedirectResolver;\n _assert(resolver, this, AuthErrorCode.ARGUMENT_ERROR);\n this.redirectPersistenceManager = await PersistenceUserManager.create(\n this,\n [_getInstance(resolver._redirectPersistence)],\n KeyName.REDIRECT_USER\n );\n this.redirectUser =\n await this.redirectPersistenceManager.getCurrentUser();\n }\n\n return this.redirectPersistenceManager;\n }\n\n async _redirectUserForId(id: string): Promise {\n // Make sure we've cleared any pending persistence actions if we're not in\n // the initializer\n if (this._isInitialized) {\n await this.queue(async () => {});\n }\n\n if (this._currentUser?._redirectEventId === id) {\n return this._currentUser;\n }\n\n if (this.redirectUser?._redirectEventId === id) {\n return this.redirectUser;\n }\n\n return null;\n }\n\n async _persistUserIfCurrent(user: UserInternal): Promise {\n if (user === this.currentUser) {\n return this.queue(async () => this.directlySetCurrentUser(user));\n }\n }\n\n /** Notifies listeners only if the user is current */\n _notifyListenersIfCurrent(user: UserInternal): void {\n if (user === this.currentUser) {\n this.notifyAuthListeners();\n }\n }\n\n _key(): string {\n return `${this.config.authDomain}:${this.config.apiKey}:${this.name}`;\n }\n\n _startProactiveRefresh(): void {\n this.isProactiveRefreshEnabled = true;\n if (this.currentUser) {\n this._currentUser._startProactiveRefresh();\n }\n }\n\n _stopProactiveRefresh(): void {\n this.isProactiveRefreshEnabled = false;\n if (this.currentUser) {\n this._currentUser._stopProactiveRefresh();\n }\n }\n\n /** Returns the current user cast as the internal type */\n get _currentUser(): UserInternal {\n return this.currentUser as UserInternal;\n }\n\n private notifyAuthListeners(): void {\n if (!this._isInitialized) {\n return;\n }\n\n this.idTokenSubscription.next(this.currentUser);\n\n const currentUid = this.currentUser?.uid ?? null;\n if (this.lastNotifiedUid !== currentUid) {\n this.lastNotifiedUid = currentUid;\n this.authStateSubscription.next(this.currentUser);\n }\n }\n\n private registerStateListener(\n subscription: Subscription,\n nextOrObserver: NextOrObserver,\n error?: ErrorFn,\n completed?: CompleteFn\n ): Unsubscribe {\n if (this._deleted) {\n return () => {};\n }\n\n const cb =\n typeof nextOrObserver === 'function'\n ? nextOrObserver\n : nextOrObserver.next.bind(nextOrObserver);\n\n const promise = this._isInitialized\n ? Promise.resolve()\n : this._initializationPromise;\n _assert(promise, this, AuthErrorCode.INTERNAL_ERROR);\n // The callback needs to be called asynchronously per the spec.\n // eslint-disable-next-line @typescript-eslint/no-floating-promises\n promise.then(() => cb(this.currentUser));\n\n if (typeof nextOrObserver === 'function') {\n return subscription.addObserver(nextOrObserver, error, completed);\n } else {\n return subscription.addObserver(nextOrObserver);\n }\n }\n\n /**\n * Unprotected (from race conditions) method to set the current user. This\n * should only be called from within a queued callback. This is necessary\n * because the queue shouldn't rely on another queued callback.\n */\n private async directlySetCurrentUser(\n user: UserInternal | null\n ): Promise {\n if (this.currentUser && this.currentUser !== user) {\n this._currentUser._stopProactiveRefresh();\n }\n if (user && this.isProactiveRefreshEnabled) {\n user._startProactiveRefresh();\n }\n\n this.currentUser = user;\n\n if (user) {\n await this.assertedPersistence.setCurrentUser(user);\n } else {\n await this.assertedPersistence.removeCurrentUser();\n }\n }\n\n private queue(action: AsyncAction): Promise {\n // In case something errors, the callback still should be called in order\n // to keep the promise chain alive\n this.operations = this.operations.then(action, action);\n return this.operations;\n }\n\n private get assertedPersistence(): PersistenceUserManager {\n _assert(this.persistenceManager, this, AuthErrorCode.INTERNAL_ERROR);\n return this.persistenceManager;\n }\n\n private frameworks: string[] = [];\n private clientVersion: string;\n _logFramework(framework: string): void {\n if (!framework || this.frameworks.includes(framework)) {\n return;\n }\n this.frameworks.push(framework);\n\n // Sort alphabetically so that \"FirebaseCore-web,FirebaseUI-web\" and\n // \"FirebaseUI-web,FirebaseCore-web\" aren't viewed as different.\n this.frameworks.sort();\n this.clientVersion = _getClientVersion(\n this.config.clientPlatform,\n this._getFrameworks()\n );\n }\n _getFrameworks(): readonly string[] {\n return this.frameworks;\n }\n async _getAdditionalHeaders(): Promise> {\n // Additional headers on every request\n const headers: Record = {\n [HttpHeader.X_CLIENT_VERSION]: this.clientVersion\n };\n\n if (this.app.options.appId) {\n headers[HttpHeader.X_FIREBASE_GMPID] = this.app.options.appId;\n }\n\n // If the heartbeat service exists, add the heartbeat string\n const heartbeatsHeader = await this.heartbeatServiceProvider\n .getImmediate({\n optional: true\n })\n ?.getHeartbeatsHeader();\n if (heartbeatsHeader) {\n headers[HttpHeader.X_FIREBASE_CLIENT] = heartbeatsHeader;\n }\n return headers;\n }\n}\n\n/**\n * Method to be used to cast down to our private implmentation of Auth.\n * It will also handle unwrapping from the compat type if necessary\n *\n * @param auth Auth object passed in from developer\n */\nexport function _castAuth(auth: Auth): AuthInternal {\n return getModularInstance(auth) as AuthInternal;\n}\n\n/** Helper class to wrap subscriber logic */\nclass Subscription {\n private observer: Observer | null = null;\n readonly addObserver: Subscribe = createSubscribe(\n observer => (this.observer = observer)\n );\n\n constructor(readonly auth: AuthInternal) {}\n\n get next(): NextFn {\n _assert(this.observer, this.auth, AuthErrorCode.INTERNAL_ERROR);\n return this.observer.next.bind(this.observer);\n }\n}\n","/**\n * @license\n * Copyright 2021 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { Auth } from '../../model/public_types';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\nimport { _castAuth } from './auth_impl';\n\n/**\n * Changes the {@link Auth} instance to communicate with the Firebase Auth Emulator, instead of production\n * Firebase Auth services.\n *\n * @remarks\n * This must be called synchronously immediately following the first call to\n * {@link initializeAuth}. Do not use with production credentials as emulator\n * traffic is not encrypted.\n *\n *\n * @example\n * ```javascript\n * connectAuthEmulator(auth, 'http://127.0.0.1:9099', { disableWarnings: true });\n * ```\n *\n * @param auth - The {@link Auth} instance.\n * @param url - The URL at which the emulator is running (eg, 'http://localhost:9099').\n * @param options - Optional. `options.disableWarnings` defaults to `false`. Set it to\n * `true` to disable the warning banner attached to the DOM.\n *\n * @public\n */\nexport function connectAuthEmulator(\n auth: Auth,\n url: string,\n options?: { disableWarnings: boolean }\n): void {\n const authInternal = _castAuth(auth);\n _assert(\n authInternal._canInitEmulator,\n authInternal,\n AuthErrorCode.EMULATOR_CONFIG_FAILED\n );\n\n _assert(\n /^https?:\\/\\//.test(url),\n authInternal,\n AuthErrorCode.INVALID_EMULATOR_SCHEME\n );\n\n const disableWarnings = !!options?.disableWarnings;\n\n const protocol = extractProtocol(url);\n const { host, port } = extractHostAndPort(url);\n const portStr = port === null ? '' : `:${port}`;\n\n // Always replace path with \"/\" (even if input url had no path at all, or had a different one).\n authInternal.config.emulator = { url: `${protocol}//${host}${portStr}/` };\n authInternal.settings.appVerificationDisabledForTesting = true;\n authInternal.emulatorConfig = Object.freeze({\n host,\n port,\n protocol: protocol.replace(':', ''),\n options: Object.freeze({ disableWarnings })\n });\n\n if (!disableWarnings) {\n emitEmulatorWarning();\n }\n}\n\nfunction extractProtocol(url: string): string {\n const protocolEnd = url.indexOf(':');\n return protocolEnd < 0 ? '' : url.substr(0, protocolEnd + 1);\n}\n\nfunction extractHostAndPort(url: string): {\n host: string;\n port: number | null;\n} {\n const protocol = extractProtocol(url);\n const authority = /(\\/\\/)?([^?#/]+)/.exec(url.substr(protocol.length)); // Between // and /, ? or #.\n if (!authority) {\n return { host: '', port: null };\n }\n const hostAndPort = authority[2].split('@').pop() || ''; // Strip out \"username:password@\".\n const bracketedIPv6 = /^(\\[[^\\]]+\\])(:|$)/.exec(hostAndPort);\n if (bracketedIPv6) {\n const host = bracketedIPv6[1];\n return { host, port: parsePort(hostAndPort.substr(host.length + 1)) };\n } else {\n const [host, port] = hostAndPort.split(':');\n return { host, port: parsePort(port) };\n }\n}\n\nfunction parsePort(portStr: string): number | null {\n if (!portStr) {\n return null;\n }\n const port = Number(portStr);\n if (isNaN(port)) {\n return null;\n }\n return port;\n}\n\nfunction emitEmulatorWarning(): void {\n function attachBanner(): void {\n const el = document.createElement('p');\n const sty = el.style;\n el.innerText =\n 'Running in emulator mode. Do not use with production credentials.';\n sty.position = 'fixed';\n sty.width = '100%';\n sty.backgroundColor = '#ffffff';\n sty.border = '.1em solid #000000';\n sty.color = '#b50000';\n sty.bottom = '0px';\n sty.left = '0px';\n sty.margin = '0px';\n sty.zIndex = '10000';\n sty.textAlign = 'center';\n el.classList.add('firebase-emulator-warning');\n document.body.appendChild(el);\n }\n\n if (typeof console !== 'undefined' && typeof console.info === 'function') {\n console.info(\n 'WARNING: You are using the Auth Emulator,' +\n ' which is intended for local testing only. Do not use with' +\n ' production credentials.'\n );\n }\n if (typeof window !== 'undefined' && typeof document !== 'undefined') {\n if (document.readyState === 'loading') {\n window.addEventListener('DOMContentLoaded', attachBanner);\n } else {\n attachBanner();\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { PhoneOrOauthTokenResponse } from '../../api/authentication/mfa';\nimport { AuthInternal } from '../../model/auth';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { debugFail } from '../util/assert';\n\n/**\n * Interface that represents the credentials returned by an {@link AuthProvider}.\n *\n * @remarks\n * Implementations specify the details about each auth provider's credential requirements.\n *\n * @public\n */\nexport class AuthCredential {\n /** @internal */\n protected constructor(\n /**\n * The authentication provider ID for the credential.\n *\n * @remarks\n * For example, 'facebook.com', or 'google.com'.\n */\n readonly providerId: string,\n /**\n * The authentication sign in method for the credential.\n *\n * @remarks\n * For example, {@link SignInMethod}.EMAIL_PASSWORD, or\n * {@link SignInMethod}.EMAIL_LINK. This corresponds to the sign-in method\n * identifier as returned in {@link fetchSignInMethodsForEmail}.\n */\n readonly signInMethod: string\n ) {}\n\n /**\n * Returns a JSON-serializable representation of this object.\n *\n * @returns a JSON-serializable representation of this object.\n */\n toJSON(): object {\n return debugFail('not implemented');\n }\n\n /** @internal */\n _getIdTokenResponse(_auth: AuthInternal): Promise {\n return debugFail('not implemented');\n }\n /** @internal */\n _linkToIdToken(\n _auth: AuthInternal,\n _idToken: string\n ): Promise {\n return debugFail('not implemented');\n }\n /** @internal */\n _getReauthenticationResolver(_auth: AuthInternal): Promise {\n return debugFail('not implemented');\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ActionCodeOperation, Auth } from '../../model/public_types';\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _performApiRequest\n} from '../index';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { MfaEnrollment } from './mfa';\n\nexport interface ResetPasswordRequest {\n oobCode: string;\n newPassword?: string;\n tenantId?: string;\n}\n\nexport interface ResetPasswordResponse {\n email: string;\n newEmail?: string;\n requestType?: ActionCodeOperation;\n mfaInfo?: MfaEnrollment;\n}\n\nexport async function resetPassword(\n auth: Auth,\n request: ResetPasswordRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.RESET_PASSWORD,\n _addTidIfNecessary(auth, request)\n );\n}\nexport interface UpdateEmailPasswordRequest {\n idToken: string;\n returnSecureToken?: boolean;\n email?: string;\n password?: string;\n}\n\nexport interface UpdateEmailPasswordResponse extends IdTokenResponse {}\n\nexport async function updateEmailPassword(\n auth: Auth,\n request: UpdateEmailPasswordRequest\n): Promise {\n return _performApiRequest<\n UpdateEmailPasswordRequest,\n UpdateEmailPasswordResponse\n >(auth, HttpMethod.POST, Endpoint.SET_ACCOUNT_INFO, request);\n}\n\nexport interface ApplyActionCodeRequest {\n oobCode: string;\n tenantId?: string;\n}\n\nexport interface ApplyActionCodeResponse {}\n\nexport async function applyActionCode(\n auth: Auth,\n request: ApplyActionCodeRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.SET_ACCOUNT_INFO,\n _addTidIfNecessary(auth, request)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ActionCodeOperation, Auth } from '../../model/public_types';\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _performApiRequest,\n _performSignInRequest\n} from '../index';\nimport { IdToken, IdTokenResponse } from '../../model/id_token';\n\nexport interface SignInWithPasswordRequest {\n returnSecureToken?: boolean;\n email: string;\n password: string;\n tenantId?: string;\n}\n\nexport interface SignInWithPasswordResponse extends IdTokenResponse {\n email: string;\n displayName: string;\n}\n\nexport async function signInWithPassword(\n auth: Auth,\n request: SignInWithPasswordRequest\n): Promise {\n return _performSignInRequest<\n SignInWithPasswordRequest,\n SignInWithPasswordResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_PASSWORD,\n _addTidIfNecessary(auth, request)\n );\n}\n\nexport interface GetOobCodeRequest {\n email?: string; // Everything except VERIFY_AND_CHANGE_EMAIL\n continueUrl?: string;\n iOSBundleId?: string;\n iosAppStoreId?: string;\n androidPackageName?: string;\n androidInstallApp?: boolean;\n androidMinimumVersionCode?: string;\n canHandleCodeInApp?: boolean;\n dynamicLinkDomain?: string;\n tenantId?: string;\n targetProjectid?: string;\n}\n\nexport interface VerifyEmailRequest extends GetOobCodeRequest {\n requestType: ActionCodeOperation.VERIFY_EMAIL;\n idToken: IdToken;\n}\n\nexport interface PasswordResetRequest extends GetOobCodeRequest {\n requestType: ActionCodeOperation.PASSWORD_RESET;\n email: string;\n captchaResp?: string;\n}\n\nexport interface EmailSignInRequest extends GetOobCodeRequest {\n requestType: ActionCodeOperation.EMAIL_SIGNIN;\n email: string;\n}\n\nexport interface VerifyAndChangeEmailRequest extends GetOobCodeRequest {\n requestType: ActionCodeOperation.VERIFY_AND_CHANGE_EMAIL;\n idToken: IdToken;\n newEmail: string;\n}\n\ninterface GetOobCodeResponse {\n email: string;\n}\n\nexport interface VerifyEmailResponse extends GetOobCodeResponse {}\nexport interface PasswordResetResponse extends GetOobCodeResponse {}\nexport interface EmailSignInResponse extends GetOobCodeResponse {}\nexport interface VerifyAndChangeEmailResponse extends GetOobCodeRequest {}\n\nasync function sendOobCode(\n auth: Auth,\n request: GetOobCodeRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.SEND_OOB_CODE,\n _addTidIfNecessary(auth, request)\n );\n}\n\nexport async function sendEmailVerification(\n auth: Auth,\n request: VerifyEmailRequest\n): Promise {\n return sendOobCode(auth, request);\n}\n\nexport async function sendPasswordResetEmail(\n auth: Auth,\n request: PasswordResetRequest\n): Promise {\n return sendOobCode(auth, request);\n}\n\nexport async function sendSignInLinkToEmail(\n auth: Auth,\n request: EmailSignInRequest\n): Promise {\n return sendOobCode(auth, request);\n}\n\nexport async function verifyAndChangeEmail(\n auth: Auth,\n request: VerifyAndChangeEmailRequest\n): Promise {\n return sendOobCode(auth, request);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n _performSignInRequest,\n Endpoint,\n HttpMethod,\n _addTidIfNecessary\n} from '../index';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { Auth } from '../../model/public_types';\n\nexport interface SignInWithEmailLinkRequest {\n email: string;\n oobCode: string;\n tenantId?: string;\n}\n\nexport interface SignInWithEmailLinkResponse extends IdTokenResponse {\n email: string;\n isNewUser: boolean;\n}\n\nexport async function signInWithEmailLink(\n auth: Auth,\n request: SignInWithEmailLinkRequest\n): Promise {\n return _performSignInRequest<\n SignInWithEmailLinkRequest,\n SignInWithEmailLinkResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_EMAIL_LINK,\n _addTidIfNecessary(auth, request)\n );\n}\n\nexport interface SignInWithEmailLinkForLinkingRequest\n extends SignInWithEmailLinkRequest {\n idToken: string;\n}\n\nexport async function signInWithEmailLinkForLinking(\n auth: Auth,\n request: SignInWithEmailLinkForLinkingRequest\n): Promise {\n return _performSignInRequest<\n SignInWithEmailLinkForLinkingRequest,\n SignInWithEmailLinkResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_EMAIL_LINK,\n _addTidIfNecessary(auth, request)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ProviderId, SignInMethod } from '../../model/enums';\n\nimport { updateEmailPassword } from '../../api/account_management/email_and_password';\nimport { signInWithPassword } from '../../api/authentication/email_and_password';\nimport {\n signInWithEmailLink,\n signInWithEmailLinkForLinking\n} from '../../api/authentication/email_link';\nimport { AuthInternal } from '../../model/auth';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { AuthErrorCode } from '../errors';\nimport { _fail } from '../util/assert';\nimport { AuthCredential } from './auth_credential';\n\n/**\n * Interface that represents the credentials returned by {@link EmailAuthProvider} for\n * {@link ProviderId}.PASSWORD\n *\n * @remarks\n * Covers both {@link SignInMethod}.EMAIL_PASSWORD and\n * {@link SignInMethod}.EMAIL_LINK.\n *\n * @public\n */\nexport class EmailAuthCredential extends AuthCredential {\n /** @internal */\n private constructor(\n /** @internal */\n readonly _email: string,\n /** @internal */\n readonly _password: string,\n signInMethod: SignInMethod,\n /** @internal */\n readonly _tenantId: string | null = null\n ) {\n super(ProviderId.PASSWORD, signInMethod);\n }\n\n /** @internal */\n static _fromEmailAndPassword(\n email: string,\n password: string\n ): EmailAuthCredential {\n return new EmailAuthCredential(\n email,\n password,\n SignInMethod.EMAIL_PASSWORD\n );\n }\n\n /** @internal */\n static _fromEmailAndCode(\n email: string,\n oobCode: string,\n tenantId: string | null = null\n ): EmailAuthCredential {\n return new EmailAuthCredential(\n email,\n oobCode,\n SignInMethod.EMAIL_LINK,\n tenantId\n );\n }\n\n /** {@inheritdoc AuthCredential.toJSON} */\n toJSON(): object {\n return {\n email: this._email,\n password: this._password,\n signInMethod: this.signInMethod,\n tenantId: this._tenantId\n };\n }\n\n /**\n * Static method to deserialize a JSON representation of an object into an {@link AuthCredential}.\n *\n * @param json - Either `object` or the stringified representation of the object. When string is\n * provided, `JSON.parse` would be called first.\n *\n * @returns If the JSON input does not represent an {@link AuthCredential}, null is returned.\n */\n static fromJSON(json: object | string): EmailAuthCredential | null {\n const obj = typeof json === 'string' ? JSON.parse(json) : json;\n if (obj?.email && obj?.password) {\n if (obj.signInMethod === SignInMethod.EMAIL_PASSWORD) {\n return this._fromEmailAndPassword(obj.email, obj.password);\n } else if (obj.signInMethod === SignInMethod.EMAIL_LINK) {\n return this._fromEmailAndCode(obj.email, obj.password, obj.tenantId);\n }\n }\n return null;\n }\n\n /** @internal */\n async _getIdTokenResponse(auth: AuthInternal): Promise {\n switch (this.signInMethod) {\n case SignInMethod.EMAIL_PASSWORD:\n return signInWithPassword(auth, {\n returnSecureToken: true,\n email: this._email,\n password: this._password\n });\n case SignInMethod.EMAIL_LINK:\n return signInWithEmailLink(auth, {\n email: this._email,\n oobCode: this._password\n });\n default:\n _fail(auth, AuthErrorCode.INTERNAL_ERROR);\n }\n }\n\n /** @internal */\n async _linkToIdToken(\n auth: AuthInternal,\n idToken: string\n ): Promise {\n switch (this.signInMethod) {\n case SignInMethod.EMAIL_PASSWORD:\n return updateEmailPassword(auth, {\n idToken,\n returnSecureToken: true,\n email: this._email,\n password: this._password\n });\n case SignInMethod.EMAIL_LINK:\n return signInWithEmailLinkForLinking(auth, {\n idToken,\n email: this._email,\n oobCode: this._password\n });\n default:\n _fail(auth, AuthErrorCode.INTERNAL_ERROR);\n }\n }\n\n /** @internal */\n _getReauthenticationResolver(auth: AuthInternal): Promise {\n return this._getIdTokenResponse(auth);\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _performSignInRequest\n} from '../index';\nimport { IdToken, IdTokenResponse } from '../../model/id_token';\nimport { Auth } from '../../model/public_types';\n\nexport interface SignInWithIdpRequest {\n requestUri: string;\n postBody?: string;\n sessionId?: string;\n tenantId?: string;\n returnSecureToken: boolean;\n returnIdpCredential?: boolean;\n idToken?: IdToken;\n autoCreate?: boolean;\n pendingToken?: string;\n}\n\n/**\n * @internal\n */\nexport interface SignInWithIdpResponse extends IdTokenResponse {\n oauthAccessToken?: string;\n oauthTokenSecret?: string;\n nonce?: string;\n oauthIdToken?: string;\n pendingToken?: string;\n}\n\nexport async function signInWithIdp(\n auth: Auth,\n request: SignInWithIdpRequest\n): Promise {\n return _performSignInRequest(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_IDP,\n _addTidIfNecessary(auth, request)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { querystring } from '@firebase/util';\n\nimport {\n signInWithIdp,\n SignInWithIdpRequest\n} from '../../api/authentication/idp';\nimport { AuthInternal } from '../../model/auth';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { AuthErrorCode } from '../errors';\nimport { _fail } from '../util/assert';\nimport { AuthCredential } from './auth_credential';\n\nconst IDP_REQUEST_URI = 'http://localhost';\n\nexport interface OAuthCredentialParams {\n // OAuth 2 uses either id token or access token\n idToken?: string | null;\n accessToken?: string | null;\n\n // These fields are used with OAuth 1\n oauthToken?: string;\n secret?: string;\n oauthTokenSecret?: string;\n\n // Nonce is only set if pendingToken is not present\n nonce?: string;\n pendingToken?: string;\n\n // Utilities\n providerId: string;\n signInMethod: string;\n}\n\n/**\n * Represents the OAuth credentials returned by an {@link OAuthProvider}.\n *\n * @remarks\n * Implementations specify the details about each auth provider's credential requirements.\n *\n * @public\n */\nexport class OAuthCredential extends AuthCredential {\n /**\n * The OAuth ID token associated with the credential if it belongs to an OIDC provider,\n * such as `google.com`.\n * @readonly\n */\n idToken?: string;\n /**\n * The OAuth access token associated with the credential if it belongs to an\n * {@link OAuthProvider}, such as `facebook.com`, `twitter.com`, etc.\n * @readonly\n */\n accessToken?: string;\n /**\n * The OAuth access token secret associated with the credential if it belongs to an OAuth 1.0\n * provider, such as `twitter.com`.\n * @readonly\n */\n secret?: string;\n\n private nonce?: string;\n private pendingToken: string | null = null;\n\n /** @internal */\n static _fromParams(params: OAuthCredentialParams): OAuthCredential {\n const cred = new OAuthCredential(params.providerId, params.signInMethod);\n\n if (params.idToken || params.accessToken) {\n // OAuth 2 and either ID token or access token.\n if (params.idToken) {\n cred.idToken = params.idToken;\n }\n\n if (params.accessToken) {\n cred.accessToken = params.accessToken;\n }\n\n // Add nonce if available and no pendingToken is present.\n if (params.nonce && !params.pendingToken) {\n cred.nonce = params.nonce;\n }\n\n if (params.pendingToken) {\n cred.pendingToken = params.pendingToken;\n }\n } else if (params.oauthToken && params.oauthTokenSecret) {\n // OAuth 1 and OAuth token with token secret\n cred.accessToken = params.oauthToken;\n cred.secret = params.oauthTokenSecret;\n } else {\n _fail(AuthErrorCode.ARGUMENT_ERROR);\n }\n\n return cred;\n }\n\n /** {@inheritdoc AuthCredential.toJSON} */\n toJSON(): object {\n return {\n idToken: this.idToken,\n accessToken: this.accessToken,\n secret: this.secret,\n nonce: this.nonce,\n pendingToken: this.pendingToken,\n providerId: this.providerId,\n signInMethod: this.signInMethod\n };\n }\n\n /**\n * Static method to deserialize a JSON representation of an object into an\n * {@link AuthCredential}.\n *\n * @param json - Input can be either Object or the stringified representation of the object.\n * When string is provided, JSON.parse would be called first.\n *\n * @returns If the JSON input does not represent an {@link AuthCredential}, null is returned.\n */\n static fromJSON(json: string | object): OAuthCredential | null {\n const obj = typeof json === 'string' ? JSON.parse(json) : json;\n const { providerId, signInMethod, ...rest }: OAuthCredentialParams = obj;\n if (!providerId || !signInMethod) {\n return null;\n }\n\n const cred = new OAuthCredential(providerId, signInMethod);\n cred.idToken = rest.idToken || undefined;\n cred.accessToken = rest.accessToken || undefined;\n cred.secret = rest.secret;\n cred.nonce = rest.nonce;\n cred.pendingToken = rest.pendingToken || null;\n return cred;\n }\n\n /** @internal */\n _getIdTokenResponse(auth: AuthInternal): Promise {\n const request = this.buildRequest();\n return signInWithIdp(auth, request);\n }\n\n /** @internal */\n _linkToIdToken(\n auth: AuthInternal,\n idToken: string\n ): Promise {\n const request = this.buildRequest();\n request.idToken = idToken;\n return signInWithIdp(auth, request);\n }\n\n /** @internal */\n _getReauthenticationResolver(auth: AuthInternal): Promise {\n const request = this.buildRequest();\n request.autoCreate = false;\n return signInWithIdp(auth, request);\n }\n\n private buildRequest(): SignInWithIdpRequest {\n const request: SignInWithIdpRequest = {\n requestUri: IDP_REQUEST_URI,\n returnSecureToken: true\n };\n\n if (this.pendingToken) {\n request.pendingToken = this.pendingToken;\n } else {\n const postBody: Record = {};\n if (this.idToken) {\n postBody['id_token'] = this.idToken;\n }\n if (this.accessToken) {\n postBody['access_token'] = this.accessToken;\n }\n if (this.secret) {\n postBody['oauth_token_secret'] = this.secret;\n }\n\n postBody['providerId'] = this.providerId;\n if (this.nonce && !this.pendingToken) {\n postBody['nonce'] = this.nonce;\n }\n\n request.postBody = querystring(postBody);\n }\n\n return request;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _makeTaggedError,\n _performApiRequest,\n _performSignInRequest\n} from '../index';\nimport { AuthErrorCode } from '../../core/errors';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { ServerError, ServerErrorMap } from '../errors';\nimport { Auth } from '../../model/public_types';\n\nexport interface SendPhoneVerificationCodeRequest {\n phoneNumber: string;\n recaptchaToken: string;\n tenantId?: string;\n}\n\nexport interface SendPhoneVerificationCodeResponse {\n sessionInfo: string;\n}\n\nexport async function sendPhoneVerificationCode(\n auth: Auth,\n request: SendPhoneVerificationCodeRequest\n): Promise {\n return _performApiRequest<\n SendPhoneVerificationCodeRequest,\n SendPhoneVerificationCodeResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SEND_VERIFICATION_CODE,\n _addTidIfNecessary(auth, request)\n );\n}\n\n/**\n * @internal\n */\nexport interface SignInWithPhoneNumberRequest {\n temporaryProof?: string;\n phoneNumber?: string;\n sessionInfo?: string;\n code?: string;\n tenantId?: string;\n}\n\nexport interface LinkWithPhoneNumberRequest\n extends SignInWithPhoneNumberRequest {\n idToken: string;\n}\n\n/**\n * @internal\n */\nexport interface SignInWithPhoneNumberResponse extends IdTokenResponse {\n temporaryProof?: string;\n phoneNumber?: string;\n}\n\nexport async function signInWithPhoneNumber(\n auth: Auth,\n request: SignInWithPhoneNumberRequest\n): Promise {\n return _performSignInRequest<\n SignInWithPhoneNumberRequest,\n SignInWithPhoneNumberResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_PHONE_NUMBER,\n _addTidIfNecessary(auth, request)\n );\n}\n\nexport async function linkWithPhoneNumber(\n auth: Auth,\n request: LinkWithPhoneNumberRequest\n): Promise {\n const response = await _performSignInRequest<\n LinkWithPhoneNumberRequest,\n SignInWithPhoneNumberResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_PHONE_NUMBER,\n _addTidIfNecessary(auth, request)\n );\n if (response.temporaryProof) {\n throw _makeTaggedError(auth, AuthErrorCode.NEED_CONFIRMATION, response);\n }\n return response;\n}\n\ninterface VerifyPhoneNumberForExistingRequest\n extends SignInWithPhoneNumberRequest {\n operation: 'REAUTH';\n}\n\nconst VERIFY_PHONE_NUMBER_FOR_EXISTING_ERROR_MAP_: Partial<\n ServerErrorMap\n> = {\n [ServerError.USER_NOT_FOUND]: AuthErrorCode.USER_DELETED\n};\n\nexport async function verifyPhoneNumberForExisting(\n auth: Auth,\n request: SignInWithPhoneNumberRequest\n): Promise {\n const apiRequest: VerifyPhoneNumberForExistingRequest = {\n ...request,\n operation: 'REAUTH'\n };\n return _performSignInRequest<\n VerifyPhoneNumberForExistingRequest,\n SignInWithPhoneNumberResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_PHONE_NUMBER,\n _addTidIfNecessary(auth, apiRequest),\n VERIFY_PHONE_NUMBER_FOR_EXISTING_ERROR_MAP_\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ProviderId, SignInMethod } from '../../model/enums';\n\nimport { PhoneOrOauthTokenResponse } from '../../api/authentication/mfa';\nimport {\n linkWithPhoneNumber,\n signInWithPhoneNumber,\n SignInWithPhoneNumberRequest,\n verifyPhoneNumberForExisting\n} from '../../api/authentication/sms';\nimport { AuthInternal } from '../../model/auth';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { AuthCredential } from './auth_credential';\n\nexport interface PhoneAuthCredentialParameters {\n verificationId?: string;\n verificationCode?: string;\n phoneNumber?: string;\n temporaryProof?: string;\n}\n\n/**\n * Represents the credentials returned by {@link PhoneAuthProvider}.\n *\n * @public\n */\nexport class PhoneAuthCredential extends AuthCredential {\n private constructor(private readonly params: PhoneAuthCredentialParameters) {\n super(ProviderId.PHONE, SignInMethod.PHONE);\n }\n\n /** @internal */\n static _fromVerification(\n verificationId: string,\n verificationCode: string\n ): PhoneAuthCredential {\n return new PhoneAuthCredential({ verificationId, verificationCode });\n }\n\n /** @internal */\n static _fromTokenResponse(\n phoneNumber: string,\n temporaryProof: string\n ): PhoneAuthCredential {\n return new PhoneAuthCredential({ phoneNumber, temporaryProof });\n }\n\n /** @internal */\n _getIdTokenResponse(auth: AuthInternal): Promise {\n return signInWithPhoneNumber(auth, this._makeVerificationRequest());\n }\n\n /** @internal */\n _linkToIdToken(\n auth: AuthInternal,\n idToken: string\n ): Promise {\n return linkWithPhoneNumber(auth, {\n idToken,\n ...this._makeVerificationRequest()\n });\n }\n\n /** @internal */\n _getReauthenticationResolver(auth: AuthInternal): Promise {\n return verifyPhoneNumberForExisting(auth, this._makeVerificationRequest());\n }\n\n /** @internal */\n _makeVerificationRequest(): SignInWithPhoneNumberRequest {\n const { temporaryProof, phoneNumber, verificationId, verificationCode } =\n this.params;\n if (temporaryProof && phoneNumber) {\n return { temporaryProof, phoneNumber };\n }\n\n return {\n sessionInfo: verificationId,\n code: verificationCode\n };\n }\n\n /** {@inheritdoc AuthCredential.toJSON} */\n toJSON(): object {\n const obj: Record = {\n providerId: this.providerId\n };\n if (this.params.phoneNumber) {\n obj.phoneNumber = this.params.phoneNumber;\n }\n if (this.params.temporaryProof) {\n obj.temporaryProof = this.params.temporaryProof;\n }\n if (this.params.verificationCode) {\n obj.verificationCode = this.params.verificationCode;\n }\n if (this.params.verificationId) {\n obj.verificationId = this.params.verificationId;\n }\n\n return obj;\n }\n\n /** Generates a phone credential based on a plain object or a JSON string. */\n static fromJSON(json: object | string): PhoneAuthCredential | null {\n if (typeof json === 'string') {\n json = JSON.parse(json);\n }\n\n const { verificationId, verificationCode, phoneNumber, temporaryProof } =\n json as { [key: string]: string };\n if (\n !verificationCode &&\n !verificationId &&\n !phoneNumber &&\n !temporaryProof\n ) {\n return null;\n }\n\n return new PhoneAuthCredential({\n verificationId,\n verificationCode,\n phoneNumber,\n temporaryProof\n });\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { extractQuerystring, querystringDecode } from '@firebase/util';\nimport { ActionCodeOperation } from '../model/public_types';\nimport { AuthErrorCode } from './errors';\nimport { _assert } from './util/assert';\n\n/**\n * Enums for fields in URL query string.\n *\n * @enum {string}\n */\nconst enum QueryField {\n API_KEY = 'apiKey',\n CODE = 'oobCode',\n CONTINUE_URL = 'continueUrl',\n LANGUAGE_CODE = 'languageCode',\n MODE = 'mode',\n TENANT_ID = 'tenantId'\n}\n\n/**\n * Maps the mode string in action code URL to Action Code Info operation.\n *\n * @param mode\n */\nfunction parseMode(mode: string | null): ActionCodeOperation | null {\n switch (mode) {\n case 'recoverEmail':\n return ActionCodeOperation.RECOVER_EMAIL;\n case 'resetPassword':\n return ActionCodeOperation.PASSWORD_RESET;\n case 'signIn':\n return ActionCodeOperation.EMAIL_SIGNIN;\n case 'verifyEmail':\n return ActionCodeOperation.VERIFY_EMAIL;\n case 'verifyAndChangeEmail':\n return ActionCodeOperation.VERIFY_AND_CHANGE_EMAIL;\n case 'revertSecondFactorAddition':\n return ActionCodeOperation.REVERT_SECOND_FACTOR_ADDITION;\n default:\n return null;\n }\n}\n\n/**\n * Helper to parse FDL links\n *\n * @param url\n */\nfunction parseDeepLink(url: string): string {\n const link = querystringDecode(extractQuerystring(url))['link'];\n\n // Double link case (automatic redirect).\n const doubleDeepLink = link\n ? querystringDecode(extractQuerystring(link))['deep_link_id']\n : null;\n // iOS custom scheme links.\n const iOSDeepLink = querystringDecode(extractQuerystring(url))[\n 'deep_link_id'\n ];\n const iOSDoubleDeepLink = iOSDeepLink\n ? querystringDecode(extractQuerystring(iOSDeepLink))['link']\n : null;\n return iOSDoubleDeepLink || iOSDeepLink || doubleDeepLink || link || url;\n}\n\n/**\n * A utility class to parse email action URLs such as password reset, email verification,\n * email link sign in, etc.\n *\n * @public\n */\nexport class ActionCodeURL {\n /**\n * The API key of the email action link.\n */\n readonly apiKey: string;\n /**\n * The action code of the email action link.\n */\n readonly code: string;\n /**\n * The continue URL of the email action link. Null if not provided.\n */\n readonly continueUrl: string | null;\n /**\n * The language code of the email action link. Null if not provided.\n */\n readonly languageCode: string | null;\n /**\n * The action performed by the email action link. It returns from one of the types from\n * {@link ActionCodeInfo}\n */\n readonly operation: string;\n /**\n * The tenant ID of the email action link. Null if the email action is from the parent project.\n */\n readonly tenantId: string | null;\n\n /**\n * @param actionLink - The link from which to extract the URL.\n * @returns The {@link ActionCodeURL} object, or null if the link is invalid.\n *\n * @internal\n */\n constructor(actionLink: string) {\n const searchParams = querystringDecode(extractQuerystring(actionLink));\n const apiKey = searchParams[QueryField.API_KEY] ?? null;\n const code = searchParams[QueryField.CODE] ?? null;\n const operation = parseMode(searchParams[QueryField.MODE] ?? null);\n // Validate API key, code and mode.\n _assert(apiKey && code && operation, AuthErrorCode.ARGUMENT_ERROR);\n this.apiKey = apiKey;\n this.operation = operation;\n this.code = code;\n this.continueUrl = searchParams[QueryField.CONTINUE_URL] ?? null;\n this.languageCode = searchParams[QueryField.LANGUAGE_CODE] ?? null;\n this.tenantId = searchParams[QueryField.TENANT_ID] ?? null;\n }\n\n /**\n * Parses the email action link string and returns an {@link ActionCodeURL} if the link is valid,\n * otherwise returns null.\n *\n * @param link - The email action link string.\n * @returns The {@link ActionCodeURL} object, or null if the link is invalid.\n *\n * @public\n */\n static parseLink(link: string): ActionCodeURL | null {\n const actionLink = parseDeepLink(link);\n try {\n return new ActionCodeURL(actionLink);\n } catch {\n return null;\n }\n }\n}\n\n/**\n * Parses the email action link string and returns an {@link ActionCodeURL} if\n * the link is valid, otherwise returns null.\n *\n * @public\n */\nexport function parseActionCodeURL(link: string): ActionCodeURL | null {\n return ActionCodeURL.parseLink(link);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ProviderId, SignInMethod } from '../../model/enums';\nimport { AuthProvider } from '../../model/public_types';\n\nimport { ActionCodeURL } from '../action_code_url';\nimport { EmailAuthCredential } from '../credentials/email';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\n\n/**\n * Provider for generating {@link EmailAuthCredential}.\n *\n * @public\n */\nexport class EmailAuthProvider implements AuthProvider {\n /**\n * Always set to {@link ProviderId}.PASSWORD, even for email link.\n */\n static readonly PROVIDER_ID: 'password' = ProviderId.PASSWORD;\n /**\n * Always set to {@link SignInMethod}.EMAIL_PASSWORD.\n */\n static readonly EMAIL_PASSWORD_SIGN_IN_METHOD: 'password' =\n SignInMethod.EMAIL_PASSWORD;\n /**\n * Always set to {@link SignInMethod}.EMAIL_LINK.\n */\n static readonly EMAIL_LINK_SIGN_IN_METHOD: 'emailLink' =\n SignInMethod.EMAIL_LINK;\n /**\n * Always set to {@link ProviderId}.PASSWORD, even for email link.\n */\n readonly providerId = EmailAuthProvider.PROVIDER_ID;\n\n /**\n * Initialize an {@link AuthCredential} using an email and password.\n *\n * @example\n * ```javascript\n * const authCredential = EmailAuthProvider.credential(email, password);\n * const userCredential = await signInWithCredential(auth, authCredential);\n * ```\n *\n * @example\n * ```javascript\n * const userCredential = await signInWithEmailAndPassword(auth, email, password);\n * ```\n *\n * @param email - Email address.\n * @param password - User account password.\n * @returns The auth provider credential.\n */\n static credential(email: string, password: string): EmailAuthCredential {\n return EmailAuthCredential._fromEmailAndPassword(email, password);\n }\n\n /**\n * Initialize an {@link AuthCredential} using an email and an email link after a sign in with\n * email link operation.\n *\n * @example\n * ```javascript\n * const authCredential = EmailAuthProvider.credentialWithLink(auth, email, emailLink);\n * const userCredential = await signInWithCredential(auth, authCredential);\n * ```\n *\n * @example\n * ```javascript\n * await sendSignInLinkToEmail(auth, email);\n * // Obtain emailLink from user.\n * const userCredential = await signInWithEmailLink(auth, email, emailLink);\n * ```\n *\n * @param auth - The {@link Auth} instance used to verify the link.\n * @param email - Email address.\n * @param emailLink - Sign-in email link.\n * @returns - The auth provider credential.\n */\n static credentialWithLink(\n email: string,\n emailLink: string\n ): EmailAuthCredential {\n const actionCodeUrl = ActionCodeURL.parseLink(emailLink);\n _assert(actionCodeUrl, AuthErrorCode.ARGUMENT_ERROR);\n\n return EmailAuthCredential._fromEmailAndCode(\n email,\n actionCodeUrl.code,\n actionCodeUrl.tenantId\n );\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AuthProvider } from '../../model/public_types';\n\n/**\n * Map of OAuth Custom Parameters.\n *\n * @public\n */\nexport type CustomParameters = Record;\n\n/**\n * The base class for all Federated providers (OAuth (including OIDC), SAML).\n *\n * This class is not meant to be instantiated directly.\n *\n * @public\n */\nexport abstract class FederatedAuthProvider implements AuthProvider {\n /** @internal */\n defaultLanguageCode: string | null = null;\n /** @internal */\n private customParameters: CustomParameters = {};\n\n /**\n * Constructor for generic OAuth providers.\n *\n * @param providerId - Provider for which credentials should be generated.\n */\n constructor(readonly providerId: string) {}\n\n /**\n * Set the language gode.\n *\n * @param languageCode - language code\n */\n setDefaultLanguage(languageCode: string | null): void {\n this.defaultLanguageCode = languageCode;\n }\n\n /**\n * Sets the OAuth custom parameters to pass in an OAuth request for popup and redirect sign-in\n * operations.\n *\n * @remarks\n * For a detailed list, check the reserved required OAuth 2.0 parameters such as `client_id`,\n * `redirect_uri`, `scope`, `response_type`, and `state` are not allowed and will be ignored.\n *\n * @param customOAuthParameters - The custom OAuth parameters to pass in the OAuth request.\n */\n setCustomParameters(customOAuthParameters: CustomParameters): AuthProvider {\n this.customParameters = customOAuthParameters;\n return this;\n }\n\n /**\n * Retrieve the current list of {@link CustomParameters}.\n */\n getCustomParameters(): CustomParameters {\n return this.customParameters;\n }\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AuthProvider, UserCredential } from '../../model/public_types';\n\nimport { _assert } from '../util/assert';\nimport { AuthErrorCode } from '../errors';\n\nimport { OAuthCredential, OAuthCredentialParams } from '../credentials/oauth';\nimport { UserCredentialInternal } from '../../model/user';\nimport { FirebaseError } from '@firebase/util';\nimport { TaggedWithTokenResponse } from '../../model/id_token';\nimport { SignInWithIdpResponse } from '../../../internal';\nimport { FederatedAuthProvider } from './federated';\n\n/**\n * Defines the options for initializing an {@link OAuthCredential}.\n *\n * @remarks\n * For ID tokens with nonce claim, the raw nonce has to also be provided.\n *\n * @public\n */\nexport interface OAuthCredentialOptions {\n /**\n * The OAuth ID token used to initialize the {@link OAuthCredential}.\n */\n idToken?: string;\n /**\n * The OAuth access token used to initialize the {@link OAuthCredential}.\n */\n accessToken?: string;\n /**\n * The raw nonce associated with the ID token.\n *\n * @remarks\n * It is required when an ID token with a nonce field is provided. The SHA-256 hash of the\n * raw nonce must match the nonce field in the ID token.\n */\n rawNonce?: string;\n}\n\n/**\n * Common code to all OAuth providers. This is separate from the\n * {@link OAuthProvider} so that child providers (like\n * {@link GoogleAuthProvider}) don't inherit the `credential` instance method.\n * Instead, they rely on a static `credential` method.\n */\nexport abstract class BaseOAuthProvider\n extends FederatedAuthProvider\n implements AuthProvider\n{\n /** @internal */\n private scopes: string[] = [];\n\n /**\n * Add an OAuth scope to the credential.\n *\n * @param scope - Provider OAuth scope to add.\n */\n addScope(scope: string): AuthProvider {\n // If not already added, add scope to list.\n if (!this.scopes.includes(scope)) {\n this.scopes.push(scope);\n }\n return this;\n }\n\n /**\n * Retrieve the current list of OAuth scopes.\n */\n getScopes(): string[] {\n return [...this.scopes];\n }\n}\n\n/**\n * Provider for generating generic {@link OAuthCredential}.\n *\n * @example\n * ```javascript\n * // Sign in using a redirect.\n * const provider = new OAuthProvider('google.com');\n * // Start a sign in process for an unauthenticated user.\n * provider.addScope('profile');\n * provider.addScope('email');\n * await signInWithRedirect(auth, provider);\n * // This will trigger a full page redirect away from your app\n *\n * // After returning from the redirect when your app initializes you can obtain the result\n * const result = await getRedirectResult(auth);\n * if (result) {\n * // This is the signed-in user\n * const user = result.user;\n * // This gives you a OAuth Access Token for the provider.\n * const credential = provider.credentialFromResult(auth, result);\n * const token = credential.accessToken;\n * }\n * ```\n *\n * @example\n * ```javascript\n * // Sign in using a popup.\n * const provider = new OAuthProvider('google.com');\n * provider.addScope('profile');\n * provider.addScope('email');\n * const result = await signInWithPopup(auth, provider);\n *\n * // The signed-in user info.\n * const user = result.user;\n * // This gives you a OAuth Access Token for the provider.\n * const credential = provider.credentialFromResult(auth, result);\n * const token = credential.accessToken;\n * ```\n * @public\n */\nexport class OAuthProvider extends BaseOAuthProvider {\n /**\n * Creates an {@link OAuthCredential} from a JSON string or a plain object.\n * @param json - A plain object or a JSON string\n */\n static credentialFromJSON(json: object | string): OAuthCredential {\n const obj = typeof json === 'string' ? JSON.parse(json) : json;\n _assert(\n 'providerId' in obj && 'signInMethod' in obj,\n AuthErrorCode.ARGUMENT_ERROR\n );\n return OAuthCredential._fromParams(obj);\n }\n\n /**\n * Creates a {@link OAuthCredential} from a generic OAuth provider's access token or ID token.\n *\n * @remarks\n * The raw nonce is required when an ID token with a nonce field is provided. The SHA-256 hash of\n * the raw nonce must match the nonce field in the ID token.\n *\n * @example\n * ```javascript\n * // `googleUser` from the onsuccess Google Sign In callback.\n * // Initialize a generate OAuth provider with a `google.com` providerId.\n * const provider = new OAuthProvider('google.com');\n * const credential = provider.credential({\n * idToken: googleUser.getAuthResponse().id_token,\n * });\n * const result = await signInWithCredential(credential);\n * ```\n *\n * @param params - Either the options object containing the ID token, access token and raw nonce\n * or the ID token string.\n */\n credential(params: OAuthCredentialOptions): OAuthCredential {\n return this._credential({ ...params, nonce: params.rawNonce });\n }\n\n /** An internal credential method that accepts more permissive options */\n private _credential(\n params: Omit\n ): OAuthCredential {\n _assert(params.idToken || params.accessToken, AuthErrorCode.ARGUMENT_ERROR);\n // For OAuthCredential, sign in method is same as providerId.\n return OAuthCredential._fromParams({\n ...params,\n providerId: this.providerId,\n signInMethod: this.providerId\n });\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link UserCredential}.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromResult(\n userCredential: UserCredential\n ): OAuthCredential | null {\n return OAuthProvider.oauthCredentialFromTaggedObject(\n userCredential as UserCredentialInternal\n );\n }\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was\n * thrown during a sign-in, link, or reauthenticate operation.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromError(error: FirebaseError): OAuthCredential | null {\n return OAuthProvider.oauthCredentialFromTaggedObject(\n (error.customData || {}) as TaggedWithTokenResponse\n );\n }\n\n private static oauthCredentialFromTaggedObject({\n _tokenResponse: tokenResponse\n }: TaggedWithTokenResponse): OAuthCredential | null {\n if (!tokenResponse) {\n return null;\n }\n\n const {\n oauthIdToken,\n oauthAccessToken,\n oauthTokenSecret,\n pendingToken,\n nonce,\n providerId\n } = tokenResponse as SignInWithIdpResponse;\n if (\n !oauthAccessToken &&\n !oauthTokenSecret &&\n !oauthIdToken &&\n !pendingToken\n ) {\n return null;\n }\n\n if (!providerId) {\n return null;\n }\n\n try {\n return new OAuthProvider(providerId)._credential({\n idToken: oauthIdToken,\n accessToken: oauthAccessToken,\n nonce,\n pendingToken\n });\n } catch (e) {\n return null;\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { UserCredential } from '../../model/public_types';\nimport { FirebaseError } from '@firebase/util';\n\nimport { TaggedWithTokenResponse } from '../../model/id_token';\nimport { UserCredentialInternal } from '../../model/user';\nimport { OAuthCredential } from '../credentials/oauth';\nimport { BaseOAuthProvider } from './oauth';\nimport { ProviderId, SignInMethod } from '../../model/enums';\n\n/**\n * Provider for generating an {@link OAuthCredential} for {@link ProviderId}.FACEBOOK.\n *\n * @example\n * ```javascript\n * // Sign in using a redirect.\n * const provider = new FacebookAuthProvider();\n * // Start a sign in process for an unauthenticated user.\n * provider.addScope('user_birthday');\n * await signInWithRedirect(auth, provider);\n * // This will trigger a full page redirect away from your app\n *\n * // After returning from the redirect when your app initializes you can obtain the result\n * const result = await getRedirectResult(auth);\n * if (result) {\n * // This is the signed-in user\n * const user = result.user;\n * // This gives you a Facebook Access Token.\n * const credential = FacebookAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * }\n * ```\n *\n * @example\n * ```javascript\n * // Sign in using a popup.\n * const provider = new FacebookAuthProvider();\n * provider.addScope('user_birthday');\n * const result = await signInWithPopup(auth, provider);\n *\n * // The signed-in user info.\n * const user = result.user;\n * // This gives you a Facebook Access Token.\n * const credential = FacebookAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * ```\n *\n * @public\n */\nexport class FacebookAuthProvider extends BaseOAuthProvider {\n /** Always set to {@link SignInMethod}.FACEBOOK. */\n static readonly FACEBOOK_SIGN_IN_METHOD: 'facebook.com' =\n SignInMethod.FACEBOOK;\n /** Always set to {@link ProviderId}.FACEBOOK. */\n static readonly PROVIDER_ID: 'facebook.com' = ProviderId.FACEBOOK;\n\n constructor() {\n super(ProviderId.FACEBOOK);\n }\n\n /**\n * Creates a credential for Facebook.\n *\n * @example\n * ```javascript\n * // `event` from the Facebook auth.authResponseChange callback.\n * const credential = FacebookAuthProvider.credential(event.authResponse.accessToken);\n * const result = await signInWithCredential(credential);\n * ```\n *\n * @param accessToken - Facebook access token.\n */\n static credential(accessToken: string): OAuthCredential {\n return OAuthCredential._fromParams({\n providerId: FacebookAuthProvider.PROVIDER_ID,\n signInMethod: FacebookAuthProvider.FACEBOOK_SIGN_IN_METHOD,\n accessToken\n });\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link UserCredential}.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromResult(\n userCredential: UserCredential\n ): OAuthCredential | null {\n return FacebookAuthProvider.credentialFromTaggedObject(\n userCredential as UserCredentialInternal\n );\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was\n * thrown during a sign-in, link, or reauthenticate operation.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromError(error: FirebaseError): OAuthCredential | null {\n return FacebookAuthProvider.credentialFromTaggedObject(\n (error.customData || {}) as TaggedWithTokenResponse\n );\n }\n\n private static credentialFromTaggedObject({\n _tokenResponse: tokenResponse\n }: TaggedWithTokenResponse): OAuthCredential | null {\n if (!tokenResponse || !('oauthAccessToken' in tokenResponse)) {\n return null;\n }\n\n if (!tokenResponse.oauthAccessToken) {\n return null;\n }\n\n try {\n return FacebookAuthProvider.credential(tokenResponse.oauthAccessToken);\n } catch {\n return null;\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { UserCredential } from '../../model/public_types';\nimport { FirebaseError } from '@firebase/util';\n\nimport { SignInWithIdpResponse } from '../../api/authentication/idp';\nimport { TaggedWithTokenResponse } from '../../model/id_token';\nimport { UserCredentialInternal } from '../../model/user';\nimport { OAuthCredential } from '../credentials/oauth';\nimport { BaseOAuthProvider } from './oauth';\nimport { ProviderId, SignInMethod } from '../../model/enums';\n\n/**\n * Provider for generating an an {@link OAuthCredential} for {@link ProviderId}.GOOGLE.\n *\n * @example\n * ```javascript\n * // Sign in using a redirect.\n * const provider = new GoogleAuthProvider();\n * // Start a sign in process for an unauthenticated user.\n * provider.addScope('profile');\n * provider.addScope('email');\n * await signInWithRedirect(auth, provider);\n * // This will trigger a full page redirect away from your app\n *\n * // After returning from the redirect when your app initializes you can obtain the result\n * const result = await getRedirectResult(auth);\n * if (result) {\n * // This is the signed-in user\n * const user = result.user;\n * // This gives you a Google Access Token.\n * const credential = GoogleAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * }\n * ```\n *\n * @example\n * ```javascript\n * // Sign in using a popup.\n * const provider = new GoogleAuthProvider();\n * provider.addScope('profile');\n * provider.addScope('email');\n * const result = await signInWithPopup(auth, provider);\n *\n * // The signed-in user info.\n * const user = result.user;\n * // This gives you a Google Access Token.\n * const credential = GoogleAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * ```\n *\n * @public\n */\nexport class GoogleAuthProvider extends BaseOAuthProvider {\n /** Always set to {@link SignInMethod}.GOOGLE. */\n static readonly GOOGLE_SIGN_IN_METHOD: 'google.com' = SignInMethod.GOOGLE;\n /** Always set to {@link ProviderId}.GOOGLE. */\n static readonly PROVIDER_ID: 'google.com' = ProviderId.GOOGLE;\n\n constructor() {\n super(ProviderId.GOOGLE);\n this.addScope('profile');\n }\n\n /**\n * Creates a credential for Google. At least one of ID token and access token is required.\n *\n * @example\n * ```javascript\n * // \\`googleUser\\` from the onsuccess Google Sign In callback.\n * const credential = GoogleAuthProvider.credential(googleUser.getAuthResponse().id_token);\n * const result = await signInWithCredential(credential);\n * ```\n *\n * @param idToken - Google ID token.\n * @param accessToken - Google access token.\n */\n static credential(\n idToken?: string | null,\n accessToken?: string | null\n ): OAuthCredential {\n return OAuthCredential._fromParams({\n providerId: GoogleAuthProvider.PROVIDER_ID,\n signInMethod: GoogleAuthProvider.GOOGLE_SIGN_IN_METHOD,\n idToken,\n accessToken\n });\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link UserCredential}.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromResult(\n userCredential: UserCredential\n ): OAuthCredential | null {\n return GoogleAuthProvider.credentialFromTaggedObject(\n userCredential as UserCredentialInternal\n );\n }\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was\n * thrown during a sign-in, link, or reauthenticate operation.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromError(error: FirebaseError): OAuthCredential | null {\n return GoogleAuthProvider.credentialFromTaggedObject(\n (error.customData || {}) as TaggedWithTokenResponse\n );\n }\n\n private static credentialFromTaggedObject({\n _tokenResponse: tokenResponse\n }: TaggedWithTokenResponse): OAuthCredential | null {\n if (!tokenResponse) {\n return null;\n }\n\n const { oauthIdToken, oauthAccessToken } =\n tokenResponse as SignInWithIdpResponse;\n if (!oauthIdToken && !oauthAccessToken) {\n // This could be an oauth 1 credential or a phone credential\n return null;\n }\n\n try {\n return GoogleAuthProvider.credential(oauthIdToken, oauthAccessToken);\n } catch {\n return null;\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { UserCredential } from '../../model/public_types';\nimport { FirebaseError } from '@firebase/util';\n\nimport { TaggedWithTokenResponse } from '../../model/id_token';\nimport { UserCredentialInternal } from '../../model/user';\nimport { OAuthCredential } from '../credentials/oauth';\nimport { BaseOAuthProvider } from './oauth';\nimport { ProviderId, SignInMethod } from '../../model/enums';\n\n/**\n * Provider for generating an {@link OAuthCredential} for {@link ProviderId}.GITHUB.\n *\n * @remarks\n * GitHub requires an OAuth 2.0 redirect, so you can either handle the redirect directly, or use\n * the {@link signInWithPopup} handler:\n *\n * @example\n * ```javascript\n * // Sign in using a redirect.\n * const provider = new GithubAuthProvider();\n * // Start a sign in process for an unauthenticated user.\n * provider.addScope('repo');\n * await signInWithRedirect(auth, provider);\n * // This will trigger a full page redirect away from your app\n *\n * // After returning from the redirect when your app initializes you can obtain the result\n * const result = await getRedirectResult(auth);\n * if (result) {\n * // This is the signed-in user\n * const user = result.user;\n * // This gives you a Github Access Token.\n * const credential = GithubAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * }\n * ```\n *\n * @example\n * ```javascript\n * // Sign in using a popup.\n * const provider = new GithubAuthProvider();\n * provider.addScope('repo');\n * const result = await signInWithPopup(auth, provider);\n *\n * // The signed-in user info.\n * const user = result.user;\n * // This gives you a Github Access Token.\n * const credential = GithubAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * ```\n * @public\n */\nexport class GithubAuthProvider extends BaseOAuthProvider {\n /** Always set to {@link SignInMethod}.GITHUB. */\n static readonly GITHUB_SIGN_IN_METHOD: 'github.com' = SignInMethod.GITHUB;\n /** Always set to {@link ProviderId}.GITHUB. */\n static readonly PROVIDER_ID: 'github.com' = ProviderId.GITHUB;\n\n constructor() {\n super(ProviderId.GITHUB);\n }\n\n /**\n * Creates a credential for Github.\n *\n * @param accessToken - Github access token.\n */\n static credential(accessToken: string): OAuthCredential {\n return OAuthCredential._fromParams({\n providerId: GithubAuthProvider.PROVIDER_ID,\n signInMethod: GithubAuthProvider.GITHUB_SIGN_IN_METHOD,\n accessToken\n });\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link UserCredential}.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromResult(\n userCredential: UserCredential\n ): OAuthCredential | null {\n return GithubAuthProvider.credentialFromTaggedObject(\n userCredential as UserCredentialInternal\n );\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was\n * thrown during a sign-in, link, or reauthenticate operation.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromError(error: FirebaseError): OAuthCredential | null {\n return GithubAuthProvider.credentialFromTaggedObject(\n (error.customData || {}) as TaggedWithTokenResponse\n );\n }\n\n private static credentialFromTaggedObject({\n _tokenResponse: tokenResponse\n }: TaggedWithTokenResponse): OAuthCredential | null {\n if (!tokenResponse || !('oauthAccessToken' in tokenResponse)) {\n return null;\n }\n\n if (!tokenResponse.oauthAccessToken) {\n return null;\n }\n\n try {\n return GithubAuthProvider.credential(tokenResponse.oauthAccessToken);\n } catch {\n return null;\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Represents the SAML credentials returned by an {@link SAMLAuthProvider}.\n *\n * @public\n */\n\nimport {\n signInWithIdp,\n SignInWithIdpRequest\n} from '../../api/authentication/idp';\nimport { AuthInternal } from '../../model/auth';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { AuthCredential } from './auth_credential';\n\nconst IDP_REQUEST_URI = 'http://localhost';\n\n/**\n * @public\n */\nexport class SAMLAuthCredential extends AuthCredential {\n /** @internal */\n private constructor(\n providerId: string,\n private readonly pendingToken: string\n ) {\n super(providerId, providerId);\n }\n\n /** @internal */\n _getIdTokenResponse(auth: AuthInternal): Promise {\n const request = this.buildRequest();\n return signInWithIdp(auth, request);\n }\n\n /** @internal */\n _linkToIdToken(\n auth: AuthInternal,\n idToken: string\n ): Promise {\n const request = this.buildRequest();\n request.idToken = idToken;\n return signInWithIdp(auth, request);\n }\n\n /** @internal */\n _getReauthenticationResolver(auth: AuthInternal): Promise {\n const request = this.buildRequest();\n request.autoCreate = false;\n return signInWithIdp(auth, request);\n }\n\n /** {@inheritdoc AuthCredential.toJSON} */\n toJSON(): object {\n return {\n signInMethod: this.signInMethod,\n providerId: this.providerId,\n pendingToken: this.pendingToken\n };\n }\n\n /**\n * Static method to deserialize a JSON representation of an object into an\n * {@link AuthCredential}.\n *\n * @param json - Input can be either Object or the stringified representation of the object.\n * When string is provided, JSON.parse would be called first.\n *\n * @returns If the JSON input does not represent an {@link AuthCredential}, null is returned.\n */\n static fromJSON(json: string | object): SAMLAuthCredential | null {\n const obj = typeof json === 'string' ? JSON.parse(json) : json;\n const { providerId, signInMethod, pendingToken }: Record =\n obj;\n if (\n !providerId ||\n !signInMethod ||\n !pendingToken ||\n providerId !== signInMethod\n ) {\n return null;\n }\n\n return new SAMLAuthCredential(providerId, pendingToken);\n }\n\n /**\n * Helper static method to avoid exposing the constructor to end users.\n *\n * @internal\n */\n static _create(providerId: string, pendingToken: string): SAMLAuthCredential {\n return new SAMLAuthCredential(providerId, pendingToken);\n }\n\n private buildRequest(): SignInWithIdpRequest {\n return {\n requestUri: IDP_REQUEST_URI,\n returnSecureToken: true,\n pendingToken: this.pendingToken\n };\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FirebaseError } from '@firebase/util';\nimport { SignInWithIdpResponse } from '../../api/authentication/idp';\nimport { TaggedWithTokenResponse } from '../../model/id_token';\nimport { UserCredential } from '../../model/public_types';\nimport { UserCredentialInternal } from '../../model/user';\nimport { AuthCredential } from '../credentials';\nimport { SAMLAuthCredential } from '../credentials/saml';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\nimport { FederatedAuthProvider } from './federated';\n\nconst SAML_PROVIDER_PREFIX = 'saml.';\n\n/**\n * An {@link AuthProvider} for SAML.\n *\n * @public\n */\nexport class SAMLAuthProvider extends FederatedAuthProvider {\n /**\n * Constructor. The providerId must start with \"saml.\"\n * @param providerId - SAML provider ID.\n */\n constructor(providerId: string) {\n _assert(\n providerId.startsWith(SAML_PROVIDER_PREFIX),\n AuthErrorCode.ARGUMENT_ERROR\n );\n super(providerId);\n }\n\n /**\n * Generates an {@link AuthCredential} from a {@link UserCredential} after a\n * successful SAML flow completes.\n *\n * @remarks\n *\n * For example, to get an {@link AuthCredential}, you could write the\n * following code:\n *\n * ```js\n * const userCredential = await signInWithPopup(auth, samlProvider);\n * const credential = SAMLAuthProvider.credentialFromResult(userCredential);\n * ```\n *\n * @param userCredential - The user credential.\n */\n static credentialFromResult(\n userCredential: UserCredential\n ): AuthCredential | null {\n return SAMLAuthProvider.samlCredentialFromTaggedObject(\n userCredential as UserCredentialInternal\n );\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was\n * thrown during a sign-in, link, or reauthenticate operation.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromError(error: FirebaseError): AuthCredential | null {\n return SAMLAuthProvider.samlCredentialFromTaggedObject(\n (error.customData || {}) as TaggedWithTokenResponse\n );\n }\n\n /**\n * Creates an {@link AuthCredential} from a JSON string or a plain object.\n * @param json - A plain object or a JSON string\n */\n static credentialFromJSON(json: string | object): AuthCredential {\n const credential = SAMLAuthCredential.fromJSON(json);\n _assert(credential, AuthErrorCode.ARGUMENT_ERROR);\n return credential;\n }\n\n private static samlCredentialFromTaggedObject({\n _tokenResponse: tokenResponse\n }: TaggedWithTokenResponse): SAMLAuthCredential | null {\n if (!tokenResponse) {\n return null;\n }\n\n const { pendingToken, providerId } = tokenResponse as SignInWithIdpResponse;\n\n if (!pendingToken || !providerId) {\n return null;\n }\n\n try {\n return SAMLAuthCredential._create(providerId, pendingToken);\n } catch (e) {\n return null;\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * @license\n * Copyright 2020 Twitter LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { UserCredential } from '../../model/public_types';\nimport { FirebaseError } from '@firebase/util';\n\nimport { SignInWithIdpResponse } from '../../api/authentication/idp';\nimport { TaggedWithTokenResponse } from '../../model/id_token';\nimport { UserCredentialInternal } from '../../model/user';\nimport { OAuthCredential } from '../credentials/oauth';\nimport { BaseOAuthProvider } from './oauth';\nimport { ProviderId, SignInMethod } from '../../model/enums';\n\n/**\n * Provider for generating an {@link OAuthCredential} for {@link ProviderId}.TWITTER.\n *\n * @example\n * ```javascript\n * // Sign in using a redirect.\n * const provider = new TwitterAuthProvider();\n * // Start a sign in process for an unauthenticated user.\n * await signInWithRedirect(auth, provider);\n * // This will trigger a full page redirect away from your app\n *\n * // After returning from the redirect when your app initializes you can obtain the result\n * const result = await getRedirectResult(auth);\n * if (result) {\n * // This is the signed-in user\n * const user = result.user;\n * // This gives you a Twitter Access Token and Secret.\n * const credential = TwitterAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * const secret = credential.secret;\n * }\n * ```\n *\n * @example\n * ```javascript\n * // Sign in using a popup.\n * const provider = new TwitterAuthProvider();\n * const result = await signInWithPopup(auth, provider);\n *\n * // The signed-in user info.\n * const user = result.user;\n * // This gives you a Twitter Access Token and Secret.\n * const credential = TwitterAuthProvider.credentialFromResult(result);\n * const token = credential.accessToken;\n * const secret = credential.secret;\n * ```\n *\n * @public\n */\nexport class TwitterAuthProvider extends BaseOAuthProvider {\n /** Always set to {@link SignInMethod}.TWITTER. */\n static readonly TWITTER_SIGN_IN_METHOD: 'twitter.com' = SignInMethod.TWITTER;\n /** Always set to {@link ProviderId}.TWITTER. */\n static readonly PROVIDER_ID: 'twitter.com' = ProviderId.TWITTER;\n\n constructor() {\n super(ProviderId.TWITTER);\n }\n\n /**\n * Creates a credential for Twitter.\n *\n * @param token - Twitter access token.\n * @param secret - Twitter secret.\n */\n static credential(token: string, secret: string): OAuthCredential {\n return OAuthCredential._fromParams({\n providerId: TwitterAuthProvider.PROVIDER_ID,\n signInMethod: TwitterAuthProvider.TWITTER_SIGN_IN_METHOD,\n oauthToken: token,\n oauthTokenSecret: secret\n });\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link UserCredential}.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromResult(\n userCredential: UserCredential\n ): OAuthCredential | null {\n return TwitterAuthProvider.credentialFromTaggedObject(\n userCredential as UserCredentialInternal\n );\n }\n\n /**\n * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was\n * thrown during a sign-in, link, or reauthenticate operation.\n *\n * @param userCredential - The user credential.\n */\n static credentialFromError(error: FirebaseError): OAuthCredential | null {\n return TwitterAuthProvider.credentialFromTaggedObject(\n (error.customData || {}) as TaggedWithTokenResponse\n );\n }\n\n private static credentialFromTaggedObject({\n _tokenResponse: tokenResponse\n }: TaggedWithTokenResponse): OAuthCredential | null {\n if (!tokenResponse) {\n return null;\n }\n const { oauthAccessToken, oauthTokenSecret } =\n tokenResponse as SignInWithIdpResponse;\n if (!oauthAccessToken || !oauthTokenSecret) {\n return null;\n }\n\n try {\n return TwitterAuthProvider.credential(oauthAccessToken, oauthTokenSecret);\n } catch {\n return null;\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _performSignInRequest\n} from '../index';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { Auth } from '../../model/public_types';\n\nexport interface SignUpRequest {\n returnSecureToken?: boolean;\n email?: string;\n password?: string;\n tenantId?: string;\n}\n\nexport interface SignUpResponse extends IdTokenResponse {\n displayName?: string;\n email?: string;\n}\n\nexport async function signUp(\n auth: Auth,\n request: SignUpRequest\n): Promise {\n return _performSignInRequest(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_UP,\n _addTidIfNecessary(auth, request)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { PhoneOrOauthTokenResponse } from '../../api/authentication/mfa';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { UserInternal, UserCredentialInternal } from '../../model/user';\nimport { UserImpl } from './user_impl';\nimport { AuthInternal } from '../../model/auth';\nimport { OperationType, ProviderId } from '../../model/enums';\n\ninterface UserCredentialParams {\n readonly user: UserInternal;\n readonly providerId: ProviderId | string | null;\n readonly _tokenResponse?: PhoneOrOauthTokenResponse;\n readonly operationType: OperationType;\n}\n\nexport class UserCredentialImpl\n implements UserCredentialInternal, UserCredentialParams\n{\n readonly user: UserInternal;\n readonly providerId: ProviderId | string | null;\n readonly _tokenResponse: PhoneOrOauthTokenResponse | undefined;\n readonly operationType: OperationType;\n\n constructor(params: UserCredentialParams) {\n this.user = params.user;\n this.providerId = params.providerId;\n this._tokenResponse = params._tokenResponse;\n this.operationType = params.operationType;\n }\n\n static async _fromIdTokenResponse(\n auth: AuthInternal,\n operationType: OperationType,\n idTokenResponse: IdTokenResponse,\n isAnonymous: boolean = false\n ): Promise {\n const user = await UserImpl._fromIdTokenResponse(\n auth,\n idTokenResponse,\n isAnonymous\n );\n const providerId = providerIdForResponse(idTokenResponse);\n const userCred = new UserCredentialImpl({\n user,\n providerId,\n _tokenResponse: idTokenResponse,\n operationType\n });\n return userCred;\n }\n\n static async _forOperation(\n user: UserInternal,\n operationType: OperationType,\n response: PhoneOrOauthTokenResponse\n ): Promise {\n await user._updateTokensIfNecessary(response, /* reload */ true);\n const providerId = providerIdForResponse(response);\n return new UserCredentialImpl({\n user,\n providerId,\n _tokenResponse: response,\n operationType\n });\n }\n}\n\nfunction providerIdForResponse(\n response: IdTokenResponse\n): ProviderId | string | null {\n if (response.providerId) {\n return response.providerId;\n }\n\n if ('phoneNumber' in response) {\n return ProviderId.PHONE;\n }\n\n return null;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { MultiFactorError as MultiFactorErrorPublic } from '../model/public_types';\nimport { FirebaseError } from '@firebase/util';\nimport { AuthInternal } from '../model/auth';\nimport { IdTokenResponse } from '../model/id_token';\nimport { AuthErrorCode } from '../core/errors';\nimport { UserInternal } from '../model/user';\nimport { AuthCredential } from '../core/credentials';\nimport { IdTokenMfaResponse } from '../api/authentication/mfa';\nimport { OperationType } from '../model/enums';\n\nexport type MultiFactorErrorData = MultiFactorErrorPublic['customData'] & {\n _serverResponse: IdTokenMfaResponse;\n};\n\nexport class MultiFactorError\n extends FirebaseError\n implements MultiFactorErrorPublic\n{\n readonly customData: MultiFactorErrorData;\n\n private constructor(\n auth: AuthInternal,\n error: FirebaseError,\n readonly operationType: OperationType,\n readonly user?: UserInternal\n ) {\n super(error.code, error.message);\n // https://github.com/Microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work\n Object.setPrototypeOf(this, MultiFactorError.prototype);\n this.customData = {\n appName: auth.name,\n tenantId: auth.tenantId ?? undefined,\n _serverResponse: error.customData!._serverResponse as IdTokenMfaResponse,\n operationType\n };\n }\n\n static _fromErrorAndOperation(\n auth: AuthInternal,\n error: FirebaseError,\n operationType: OperationType,\n user?: UserInternal\n ): MultiFactorError {\n return new MultiFactorError(auth, error, operationType, user);\n }\n}\n\nexport function _processCredentialSavingMfaContextIfNecessary(\n auth: AuthInternal,\n operationType: OperationType,\n credential: AuthCredential,\n user?: UserInternal\n): Promise {\n const idTokenProvider =\n operationType === OperationType.REAUTHENTICATE\n ? credential._getReauthenticationResolver(auth)\n : credential._getIdTokenResponse(auth);\n\n return idTokenProvider.catch(error => {\n if (error.code === `auth/${AuthErrorCode.MFA_REQUIRED}`) {\n throw MultiFactorError._fromErrorAndOperation(\n auth,\n error,\n operationType,\n user\n );\n }\n\n throw error;\n });\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport interface ProviderAssociatedObject {\n providerId?: string;\n}\n\n/**\n * Takes a set of UserInfo provider data and converts it to a set of names\n */\nexport function providerDataAsNames(\n providerData: T[]\n): Set {\n return new Set(\n providerData\n .map(({ providerId }) => providerId)\n .filter(pid => !!pid) as string[]\n );\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { User } from '../../model/public_types';\n\nimport { deleteLinkedAccounts } from '../../api/account_management/account';\nimport { UserInternal, UserCredentialInternal } from '../../model/user';\nimport { AuthCredential } from '../credentials';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\nimport { providerDataAsNames } from '../util/providers';\nimport { _logoutIfInvalidated } from './invalidation';\nimport { _reloadWithoutSaving } from './reload';\nimport { UserCredentialImpl } from './user_credential_impl';\nimport { getModularInstance } from '@firebase/util';\nimport { OperationType, ProviderId } from '../../model/enums';\n\n/**\n * Unlinks a provider from a user account.\n *\n * @param user - The user.\n * @param providerId - The provider to unlink.\n *\n * @public\n */\nexport async function unlink(user: User, providerId: string): Promise {\n const userInternal = getModularInstance(user) as UserInternal;\n await _assertLinkedStatus(true, userInternal, providerId);\n const { providerUserInfo } = await deleteLinkedAccounts(userInternal.auth, {\n idToken: await userInternal.getIdToken(),\n deleteProvider: [providerId]\n });\n\n const providersLeft = providerDataAsNames(providerUserInfo || []);\n\n userInternal.providerData = userInternal.providerData.filter(pd =>\n providersLeft.has(pd.providerId)\n );\n if (!providersLeft.has(ProviderId.PHONE)) {\n userInternal.phoneNumber = null;\n }\n\n await userInternal.auth._persistUserIfCurrent(userInternal);\n return userInternal;\n}\n\nexport async function _link(\n user: UserInternal,\n credential: AuthCredential,\n bypassAuthState = false\n): Promise {\n const response = await _logoutIfInvalidated(\n user,\n credential._linkToIdToken(user.auth, await user.getIdToken()),\n bypassAuthState\n );\n return UserCredentialImpl._forOperation(user, OperationType.LINK, response);\n}\n\nexport async function _assertLinkedStatus(\n expected: boolean,\n user: UserInternal,\n provider: string\n): Promise {\n await _reloadWithoutSaving(user);\n const providerIds = providerDataAsNames(user.providerData);\n\n const code =\n expected === false\n ? AuthErrorCode.PROVIDER_ALREADY_LINKED\n : AuthErrorCode.NO_SUCH_PROVIDER;\n _assert(providerIds.has(provider) === expected, user.auth, code);\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { FirebaseError } from '@firebase/util';\nimport { _processCredentialSavingMfaContextIfNecessary } from '../../mfa/mfa_error';\nimport { OperationType } from '../../model/enums';\nimport { UserInternal } from '../../model/user';\nimport { AuthCredential } from '../credentials';\nimport { AuthErrorCode } from '../errors';\nimport { _assert, _fail } from '../util/assert';\nimport { _parseToken } from './id_token_result';\nimport { _logoutIfInvalidated } from './invalidation';\nimport { UserCredentialImpl } from './user_credential_impl';\n\nexport async function _reauthenticate(\n user: UserInternal,\n credential: AuthCredential,\n bypassAuthState = false\n): Promise {\n const { auth } = user;\n const operationType = OperationType.REAUTHENTICATE;\n\n try {\n const response = await _logoutIfInvalidated(\n user,\n _processCredentialSavingMfaContextIfNecessary(\n auth,\n operationType,\n credential,\n user\n ),\n bypassAuthState\n );\n _assert(response.idToken, auth, AuthErrorCode.INTERNAL_ERROR);\n const parsed = _parseToken(response.idToken);\n _assert(parsed, auth, AuthErrorCode.INTERNAL_ERROR);\n\n const { sub: localId } = parsed;\n _assert(user.uid === localId, auth, AuthErrorCode.USER_MISMATCH);\n\n return UserCredentialImpl._forOperation(user, operationType, response);\n } catch (e) {\n // Convert user deleted error into user mismatch\n if ((e as FirebaseError)?.code === `auth/${AuthErrorCode.USER_DELETED}`) {\n _fail(auth, AuthErrorCode.USER_MISMATCH);\n }\n throw e;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { UserCredential, Auth, User } from '../../model/public_types';\n\nimport { _processCredentialSavingMfaContextIfNecessary } from '../../mfa/mfa_error';\nimport { AuthInternal } from '../../model/auth';\nimport { UserInternal } from '../../model/user';\nimport { AuthCredential } from '../credentials';\nimport { _assertLinkedStatus, _link } from '../user/link_unlink';\nimport { _reauthenticate } from '../user/reauthenticate';\nimport { UserCredentialImpl } from '../user/user_credential_impl';\nimport { _castAuth } from '../auth/auth_impl';\nimport { getModularInstance } from '@firebase/util';\nimport { OperationType } from '../../model/enums';\n\nexport async function _signInWithCredential(\n auth: AuthInternal,\n credential: AuthCredential,\n bypassAuthState = false\n): Promise {\n const operationType = OperationType.SIGN_IN;\n const response = await _processCredentialSavingMfaContextIfNecessary(\n auth,\n operationType,\n credential\n );\n const userCredential = await UserCredentialImpl._fromIdTokenResponse(\n auth,\n operationType,\n response\n );\n\n if (!bypassAuthState) {\n await auth._updateCurrentUser(userCredential.user);\n }\n return userCredential;\n}\n\n/**\n * Asynchronously signs in with the given credentials.\n *\n * @remarks\n * An {@link AuthProvider} can be used to generate the credential.\n *\n * @param auth - The {@link Auth} instance.\n * @param credential - The auth credential.\n *\n * @public\n */\nexport async function signInWithCredential(\n auth: Auth,\n credential: AuthCredential\n): Promise {\n return _signInWithCredential(_castAuth(auth), credential);\n}\n\n/**\n * Links the user account with the given credentials.\n *\n * @remarks\n * An {@link AuthProvider} can be used to generate the credential.\n *\n * @param user - The user.\n * @param credential - The auth credential.\n *\n * @public\n */\nexport async function linkWithCredential(\n user: User,\n credential: AuthCredential\n): Promise {\n const userInternal = getModularInstance(user) as UserInternal;\n\n await _assertLinkedStatus(false, userInternal, credential.providerId);\n\n return _link(userInternal, credential);\n}\n\n/**\n * Re-authenticates a user using a fresh credential.\n *\n * @remarks\n * Use before operations such as {@link updatePassword} that require tokens from recent sign-in\n * attempts. This method can be used to recover from a `CREDENTIAL_TOO_OLD_LOGIN_AGAIN` error.\n *\n * @param user - The user.\n * @param credential - The auth credential.\n *\n * @public\n */\nexport async function reauthenticateWithCredential(\n user: User,\n credential: AuthCredential\n): Promise {\n return _reauthenticate(getModularInstance(user) as UserInternal, credential);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _performSignInRequest\n} from '../index';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { Auth } from '../../model/public_types';\n\nexport interface SignInWithCustomTokenRequest {\n token: string;\n returnSecureToken: boolean;\n tenantId?: string;\n}\n\nexport interface SignInWithCustomTokenResponse extends IdTokenResponse {}\n\nexport async function signInWithCustomToken(\n auth: Auth,\n request: SignInWithCustomTokenRequest\n): Promise {\n return _performSignInRequest<\n SignInWithCustomTokenRequest,\n SignInWithCustomTokenResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.SIGN_IN_WITH_CUSTOM_TOKEN,\n _addTidIfNecessary(auth, request)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n FactorId,\n MultiFactorInfo,\n PhoneMultiFactorInfo\n} from '../model/public_types';\nimport {\n PhoneMfaEnrollment,\n MfaEnrollment\n} from '../api/account_management/mfa';\nimport { AuthErrorCode } from '../core/errors';\nimport { _fail } from '../core/util/assert';\nimport { AuthInternal } from '../model/auth';\n\nexport abstract class MultiFactorInfoImpl implements MultiFactorInfo {\n readonly uid: string;\n readonly displayName?: string | null;\n readonly enrollmentTime: string;\n\n protected constructor(readonly factorId: FactorId, response: MfaEnrollment) {\n this.uid = response.mfaEnrollmentId;\n this.enrollmentTime = new Date(response.enrolledAt).toUTCString();\n this.displayName = response.displayName;\n }\n\n static _fromServerResponse(\n auth: AuthInternal,\n enrollment: MfaEnrollment\n ): MultiFactorInfoImpl {\n if ('phoneInfo' in enrollment) {\n return PhoneMultiFactorInfoImpl._fromServerResponse(auth, enrollment);\n }\n return _fail(auth, AuthErrorCode.INTERNAL_ERROR);\n }\n}\n\nexport class PhoneMultiFactorInfoImpl\n extends MultiFactorInfoImpl\n implements PhoneMultiFactorInfo\n{\n readonly phoneNumber: string;\n\n private constructor(response: PhoneMfaEnrollment) {\n super(FactorId.PHONE, response);\n this.phoneNumber = response.phoneInfo;\n }\n\n static _fromServerResponse(\n _auth: AuthInternal,\n enrollment: MfaEnrollment\n ): PhoneMultiFactorInfoImpl {\n return new PhoneMultiFactorInfoImpl(enrollment);\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ActionCodeSettings, Auth } from '../../model/public_types';\n\nimport { GetOobCodeRequest } from '../../api/authentication/email_and_password';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\n\nexport function _setActionCodeSettingsOnRequest(\n auth: Auth,\n request: GetOobCodeRequest,\n actionCodeSettings: ActionCodeSettings\n): void {\n _assert(\n actionCodeSettings.url?.length > 0,\n auth,\n AuthErrorCode.INVALID_CONTINUE_URI\n );\n _assert(\n typeof actionCodeSettings.dynamicLinkDomain === 'undefined' ||\n actionCodeSettings.dynamicLinkDomain.length > 0,\n auth,\n AuthErrorCode.INVALID_DYNAMIC_LINK_DOMAIN\n );\n\n request.continueUrl = actionCodeSettings.url;\n request.dynamicLinkDomain = actionCodeSettings.dynamicLinkDomain;\n request.canHandleCodeInApp = actionCodeSettings.handleCodeInApp;\n\n if (actionCodeSettings.iOS) {\n _assert(\n actionCodeSettings.iOS.bundleId.length > 0,\n auth,\n AuthErrorCode.MISSING_IOS_BUNDLE_ID\n );\n request.iOSBundleId = actionCodeSettings.iOS.bundleId;\n }\n\n if (actionCodeSettings.android) {\n _assert(\n actionCodeSettings.android.packageName.length > 0,\n auth,\n AuthErrorCode.MISSING_ANDROID_PACKAGE_NAME\n );\n request.androidInstallApp = actionCodeSettings.android.installApp;\n request.androidMinimumVersionCode =\n actionCodeSettings.android.minimumVersion;\n request.androidPackageName = actionCodeSettings.android.packageName;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n ActionCodeInfo,\n ActionCodeOperation,\n ActionCodeSettings,\n Auth,\n UserCredential\n} from '../../model/public_types';\n\nimport * as account from '../../api/account_management/email_and_password';\nimport * as authentication from '../../api/authentication/email_and_password';\nimport { signUp } from '../../api/authentication/sign_up';\nimport { MultiFactorInfoImpl } from '../../mfa/mfa_info';\nimport { EmailAuthProvider } from '../providers/email';\nimport { UserCredentialImpl } from '../user/user_credential_impl';\nimport { _assert } from '../util/assert';\nimport { _setActionCodeSettingsOnRequest } from './action_code_settings';\nimport { signInWithCredential } from './credential';\nimport { _castAuth } from '../auth/auth_impl';\nimport { AuthErrorCode } from '../errors';\nimport { getModularInstance } from '@firebase/util';\nimport { OperationType } from '../../model/enums';\n\n/**\n * Sends a password reset email to the given email address.\n *\n * @remarks\n * To complete the password reset, call {@link confirmPasswordReset} with the code supplied in\n * the email sent to the user, along with the new password specified by the user.\n *\n * @example\n * ```javascript\n * const actionCodeSettings = {\n * url: 'https://www.example.com/?email=user@example.com',\n * iOS: {\n * bundleId: 'com.example.ios'\n * },\n * android: {\n * packageName: 'com.example.android',\n * installApp: true,\n * minimumVersion: '12'\n * },\n * handleCodeInApp: true\n * };\n * await sendPasswordResetEmail(auth, 'user@example.com', actionCodeSettings);\n * // Obtain code from user.\n * await confirmPasswordReset('user@example.com', code);\n * ```\n *\n * @param auth - The {@link Auth} instance.\n * @param email - The user's email address.\n * @param actionCodeSettings - The {@link ActionCodeSettings}.\n *\n * @public\n */\nexport async function sendPasswordResetEmail(\n auth: Auth,\n email: string,\n actionCodeSettings?: ActionCodeSettings\n): Promise {\n const authModular = getModularInstance(auth);\n const request: authentication.PasswordResetRequest = {\n requestType: ActionCodeOperation.PASSWORD_RESET,\n email\n };\n if (actionCodeSettings) {\n _setActionCodeSettingsOnRequest(authModular, request, actionCodeSettings);\n }\n\n await authentication.sendPasswordResetEmail(authModular, request);\n}\n\n/**\n * Completes the password reset process, given a confirmation code and new password.\n *\n * @param auth - The {@link Auth} instance.\n * @param oobCode - A confirmation code sent to the user.\n * @param newPassword - The new password.\n *\n * @public\n */\nexport async function confirmPasswordReset(\n auth: Auth,\n oobCode: string,\n newPassword: string\n): Promise {\n await account.resetPassword(getModularInstance(auth), {\n oobCode,\n newPassword\n });\n // Do not return the email.\n}\n\n/**\n * Applies a verification code sent to the user by email or other out-of-band mechanism.\n *\n * @param auth - The {@link Auth} instance.\n * @param oobCode - A verification code sent to the user.\n *\n * @public\n */\nexport async function applyActionCode(\n auth: Auth,\n oobCode: string\n): Promise {\n await account.applyActionCode(getModularInstance(auth), { oobCode });\n}\n\n/**\n * Checks a verification code sent to the user by email or other out-of-band mechanism.\n *\n * @returns metadata about the code.\n *\n * @param auth - The {@link Auth} instance.\n * @param oobCode - A verification code sent to the user.\n *\n * @public\n */\nexport async function checkActionCode(\n auth: Auth,\n oobCode: string\n): Promise {\n const authModular = getModularInstance(auth);\n const response = await account.resetPassword(authModular, { oobCode });\n\n // Email could be empty only if the request type is EMAIL_SIGNIN or\n // VERIFY_AND_CHANGE_EMAIL.\n // New email should not be empty if the request type is\n // VERIFY_AND_CHANGE_EMAIL.\n // Multi-factor info could not be empty if the request type is\n // REVERT_SECOND_FACTOR_ADDITION.\n const operation = response.requestType;\n _assert(operation, authModular, AuthErrorCode.INTERNAL_ERROR);\n switch (operation) {\n case ActionCodeOperation.EMAIL_SIGNIN:\n break;\n case ActionCodeOperation.VERIFY_AND_CHANGE_EMAIL:\n _assert(response.newEmail, authModular, AuthErrorCode.INTERNAL_ERROR);\n break;\n case ActionCodeOperation.REVERT_SECOND_FACTOR_ADDITION:\n _assert(response.mfaInfo, authModular, AuthErrorCode.INTERNAL_ERROR);\n // fall through\n default:\n _assert(response.email, authModular, AuthErrorCode.INTERNAL_ERROR);\n }\n\n // The multi-factor info for revert second factor addition\n let multiFactorInfo: MultiFactorInfoImpl | null = null;\n if (response.mfaInfo) {\n multiFactorInfo = MultiFactorInfoImpl._fromServerResponse(\n _castAuth(authModular),\n response.mfaInfo\n );\n }\n\n return {\n data: {\n email:\n (response.requestType === ActionCodeOperation.VERIFY_AND_CHANGE_EMAIL\n ? response.newEmail\n : response.email) || null,\n previousEmail:\n (response.requestType === ActionCodeOperation.VERIFY_AND_CHANGE_EMAIL\n ? response.email\n : response.newEmail) || null,\n multiFactorInfo\n },\n operation\n };\n}\n\n/**\n * Checks a password reset code sent to the user by email or other out-of-band mechanism.\n *\n * @returns the user's email address if valid.\n *\n * @param auth - The {@link Auth} instance.\n * @param code - A verification code sent to the user.\n *\n * @public\n */\nexport async function verifyPasswordResetCode(\n auth: Auth,\n code: string\n): Promise {\n const { data } = await checkActionCode(getModularInstance(auth), code);\n // Email should always be present since a code was sent to it\n return data.email!;\n}\n\n/**\n * Creates a new user account associated with the specified email address and password.\n *\n * @remarks\n * On successful creation of the user account, this user will also be signed in to your application.\n *\n * User account creation can fail if the account already exists or the password is invalid.\n *\n * Note: The email address acts as a unique identifier for the user and enables an email-based\n * password reset. This function will create a new user account and set the initial user password.\n *\n * @param auth - The {@link Auth} instance.\n * @param email - The user's email address.\n * @param password - The user's chosen password.\n *\n * @public\n */\nexport async function createUserWithEmailAndPassword(\n auth: Auth,\n email: string,\n password: string\n): Promise {\n const authInternal = _castAuth(auth);\n const response = await signUp(authInternal, {\n returnSecureToken: true,\n email,\n password\n });\n\n const userCredential = await UserCredentialImpl._fromIdTokenResponse(\n authInternal,\n OperationType.SIGN_IN,\n response\n );\n await authInternal._updateCurrentUser(userCredential.user);\n\n return userCredential;\n}\n\n/**\n * Asynchronously signs in using an email and password.\n *\n * @remarks\n * Fails with an error if the email address and password do not match.\n *\n * Note: The user's password is NOT the password used to access the user's email account. The\n * email address serves as a unique identifier for the user, and the password is used to access\n * the user's account in your Firebase project. See also: {@link createUserWithEmailAndPassword}.\n *\n * @param auth - The {@link Auth} instance.\n * @param email - The users email address.\n * @param password - The users password.\n *\n * @public\n */\nexport function signInWithEmailAndPassword(\n auth: Auth,\n email: string,\n password: string\n): Promise {\n return signInWithCredential(\n getModularInstance(auth),\n EmailAuthProvider.credential(email, password)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _performApiRequest\n} from '../index';\nimport { Auth } from '../../model/public_types';\n\nexport interface CreateAuthUriRequest {\n identifier: string;\n continueUri: string;\n tenantId?: string;\n}\n\nexport interface CreateAuthUriResponse {\n signinMethods: string[];\n}\n\nexport async function createAuthUri(\n auth: Auth,\n request: CreateAuthUriRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.CREATE_AUTH_URI,\n _addTidIfNecessary(auth, request)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Endpoint, HttpMethod, _performApiRequest } from '../index';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { Auth } from '../../model/public_types';\n\nexport interface UpdateProfileRequest {\n idToken: string;\n displayName?: string | null;\n photoUrl?: string | null;\n returnSecureToken: boolean;\n}\n\nexport interface UpdateProfileResponse extends IdTokenResponse {\n displayName?: string | null;\n photoUrl?: string | null;\n}\n\nexport async function updateProfile(\n auth: Auth,\n request: UpdateProfileRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.SET_ACCOUNT_INFO,\n request\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { User } from '../../model/public_types';\n\nimport {\n updateEmailPassword as apiUpdateEmailPassword,\n UpdateEmailPasswordRequest\n} from '../../api/account_management/email_and_password';\nimport { updateProfile as apiUpdateProfile } from '../../api/account_management/profile';\nimport { UserInternal } from '../../model/user';\nimport { _logoutIfInvalidated } from './invalidation';\nimport { getModularInstance } from '@firebase/util';\nimport { ProviderId } from '../../model/enums';\n\n/**\n * Updates a user's profile data.\n *\n * @param user - The user.\n * @param profile - The profile's `displayName` and `photoURL` to update.\n *\n * @public\n */\nexport async function updateProfile(\n user: User,\n {\n displayName,\n photoURL: photoUrl\n }: { displayName?: string | null; photoURL?: string | null }\n): Promise {\n if (displayName === undefined && photoUrl === undefined) {\n return;\n }\n\n const userInternal = getModularInstance(user) as UserInternal;\n const idToken = await userInternal.getIdToken();\n const profileRequest = {\n idToken,\n displayName,\n photoUrl,\n returnSecureToken: true\n };\n const response = await _logoutIfInvalidated(\n userInternal,\n apiUpdateProfile(userInternal.auth, profileRequest)\n );\n\n userInternal.displayName = response.displayName || null;\n userInternal.photoURL = response.photoUrl || null;\n\n // Update the password provider as well\n const passwordProvider = userInternal.providerData.find(\n ({ providerId }) => providerId === ProviderId.PASSWORD\n );\n if (passwordProvider) {\n passwordProvider.displayName = userInternal.displayName;\n passwordProvider.photoURL = userInternal.photoURL;\n }\n\n await userInternal._updateTokensIfNecessary(response);\n}\n\n/**\n * Updates the user's email address.\n *\n * @remarks\n * An email will be sent to the original email address (if it was set) that allows to revoke the\n * email address change, in order to protect them from account hijacking.\n *\n * Important: this is a security sensitive operation that requires the user to have recently signed\n * in. If this requirement isn't met, ask the user to authenticate again and then call\n * {@link reauthenticateWithCredential}.\n *\n * @param user - The user.\n * @param newEmail - The new email address.\n *\n * @public\n */\nexport function updateEmail(user: User, newEmail: string): Promise {\n return updateEmailOrPassword(\n getModularInstance(user) as UserInternal,\n newEmail,\n null\n );\n}\n\n/**\n * Updates the user's password.\n *\n * @remarks\n * Important: this is a security sensitive operation that requires the user to have recently signed\n * in. If this requirement isn't met, ask the user to authenticate again and then call\n * {@link reauthenticateWithCredential}.\n *\n * @param user - The user.\n * @param newPassword - The new password.\n *\n * @public\n */\nexport function updatePassword(user: User, newPassword: string): Promise {\n return updateEmailOrPassword(\n getModularInstance(user) as UserInternal,\n null,\n newPassword\n );\n}\n\nasync function updateEmailOrPassword(\n user: UserInternal,\n email: string | null,\n password: string | null\n): Promise {\n const { auth } = user;\n const idToken = await user.getIdToken();\n const request: UpdateEmailPasswordRequest = {\n idToken,\n returnSecureToken: true\n };\n\n if (email) {\n request.email = email;\n }\n\n if (password) {\n request.password = password;\n }\n\n const response = await _logoutIfInvalidated(\n user,\n apiUpdateEmailPassword(auth, request)\n );\n await user._updateTokensIfNecessary(response, /* reload */ true);\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AdditionalUserInfo, UserCredential } from '../../model/public_types';\nimport { IdTokenResponse, IdTokenResponseKind } from '../../model/id_token';\nimport { _parseToken } from './id_token_result';\nimport { UserCredentialInternal } from '../../model/user';\nimport { ProviderId } from '../../model/enums';\n\n/**\n * Parse the `AdditionalUserInfo` from the ID token response.\n *\n */\nexport function _fromIdTokenResponse(\n idTokenResponse?: IdTokenResponse\n): AdditionalUserInfo | null {\n if (!idTokenResponse) {\n return null;\n }\n const { providerId } = idTokenResponse;\n const profile = idTokenResponse.rawUserInfo\n ? JSON.parse(idTokenResponse.rawUserInfo)\n : {};\n const isNewUser =\n idTokenResponse.isNewUser ||\n idTokenResponse.kind === IdTokenResponseKind.SignupNewUser;\n if (!providerId && idTokenResponse?.idToken) {\n const signInProvider = _parseToken(idTokenResponse.idToken)?.firebase?.[\n 'sign_in_provider'\n ];\n if (signInProvider) {\n const filteredProviderId =\n signInProvider !== ProviderId.ANONYMOUS &&\n signInProvider !== ProviderId.CUSTOM\n ? (signInProvider as ProviderId)\n : null;\n // Uses generic class in accordance with the legacy SDK.\n return new GenericAdditionalUserInfo(isNewUser, filteredProviderId);\n }\n }\n if (!providerId) {\n return null;\n }\n switch (providerId) {\n case ProviderId.FACEBOOK:\n return new FacebookAdditionalUserInfo(isNewUser, profile);\n case ProviderId.GITHUB:\n return new GithubAdditionalUserInfo(isNewUser, profile);\n case ProviderId.GOOGLE:\n return new GoogleAdditionalUserInfo(isNewUser, profile);\n case ProviderId.TWITTER:\n return new TwitterAdditionalUserInfo(\n isNewUser,\n profile,\n idTokenResponse.screenName || null\n );\n case ProviderId.CUSTOM:\n case ProviderId.ANONYMOUS:\n return new GenericAdditionalUserInfo(isNewUser, null);\n default:\n return new GenericAdditionalUserInfo(isNewUser, providerId, profile);\n }\n}\n\nclass GenericAdditionalUserInfo implements AdditionalUserInfo {\n constructor(\n readonly isNewUser: boolean,\n readonly providerId: ProviderId | string | null,\n readonly profile: Record = {}\n ) {}\n}\n\nclass FederatedAdditionalUserInfoWithUsername extends GenericAdditionalUserInfo {\n constructor(\n isNewUser: boolean,\n providerId: ProviderId,\n profile: Record,\n readonly username: string | null\n ) {\n super(isNewUser, providerId, profile);\n }\n}\n\nclass FacebookAdditionalUserInfo extends GenericAdditionalUserInfo {\n constructor(isNewUser: boolean, profile: Record) {\n super(isNewUser, ProviderId.FACEBOOK, profile);\n }\n}\n\nclass GithubAdditionalUserInfo extends FederatedAdditionalUserInfoWithUsername {\n constructor(isNewUser: boolean, profile: Record) {\n super(\n isNewUser,\n ProviderId.GITHUB,\n profile,\n typeof profile?.login === 'string' ? profile?.login : null\n );\n }\n}\n\nclass GoogleAdditionalUserInfo extends GenericAdditionalUserInfo {\n constructor(isNewUser: boolean, profile: Record) {\n super(isNewUser, ProviderId.GOOGLE, profile);\n }\n}\n\nclass TwitterAdditionalUserInfo extends FederatedAdditionalUserInfoWithUsername {\n constructor(\n isNewUser: boolean,\n profile: Record,\n screenName: string | null\n ) {\n super(isNewUser, ProviderId.TWITTER, profile, screenName);\n }\n}\n\n/**\n * Extracts provider specific {@link AdditionalUserInfo} for the given credential.\n *\n * @param userCredential - The user credential.\n *\n * @public\n */\nexport function getAdditionalUserInfo(\n userCredential: UserCredential\n): AdditionalUserInfo | null {\n const { user, _tokenResponse } = userCredential as UserCredentialInternal;\n if (user.isAnonymous && !_tokenResponse) {\n // Handle the special case where signInAnonymously() gets called twice.\n // No network call is made so there's nothing to actually fill this in\n return {\n providerId: null,\n isNewUser: false,\n profile: null\n };\n }\n\n return _fromIdTokenResponse(_tokenResponse);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { AuthInternal } from '../model/auth';\nimport { MultiFactorSession } from '../model/public_types';\n\nexport const enum MultiFactorSessionType {\n ENROLL = 'enroll',\n SIGN_IN = 'signin'\n}\n\ninterface SerializedMultiFactorSession {\n multiFactorSession: {\n idToken?: string;\n pendingCredential?: string;\n };\n}\n\nexport class MultiFactorSessionImpl implements MultiFactorSession {\n private constructor(\n readonly type: MultiFactorSessionType,\n readonly credential: string,\n readonly auth?: AuthInternal\n ) {}\n\n static _fromIdtoken(\n idToken: string,\n auth?: AuthInternal\n ): MultiFactorSessionImpl {\n return new MultiFactorSessionImpl(\n MultiFactorSessionType.ENROLL,\n idToken,\n auth\n );\n }\n\n static _fromMfaPendingCredential(\n mfaPendingCredential: string\n ): MultiFactorSessionImpl {\n return new MultiFactorSessionImpl(\n MultiFactorSessionType.SIGN_IN,\n mfaPendingCredential\n );\n }\n\n toJSON(): SerializedMultiFactorSession {\n const key =\n this.type === MultiFactorSessionType.ENROLL\n ? 'idToken'\n : 'pendingCredential';\n return {\n multiFactorSession: {\n [key]: this.credential\n }\n };\n }\n\n static fromJSON(\n obj: Partial\n ): MultiFactorSessionImpl | null {\n if (obj?.multiFactorSession) {\n if (obj.multiFactorSession?.pendingCredential) {\n return MultiFactorSessionImpl._fromMfaPendingCredential(\n obj.multiFactorSession.pendingCredential\n );\n } else if (obj.multiFactorSession?.idToken) {\n return MultiFactorSessionImpl._fromIdtoken(\n obj.multiFactorSession.idToken\n );\n }\n }\n return null;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Auth,\n MultiFactorResolver,\n UserCredential,\n MultiFactorError\n} from '../model/public_types';\n\nimport { _castAuth } from '../core/auth/auth_impl';\nimport { AuthErrorCode } from '../core/errors';\nimport { UserCredentialImpl } from '../core/user/user_credential_impl';\nimport { _assert, _fail } from '../core/util/assert';\nimport { UserCredentialInternal } from '../model/user';\nimport { MultiFactorAssertionImpl } from './mfa_assertion';\nimport { MultiFactorError as MultiFactorErrorInternal } from './mfa_error';\nimport { MultiFactorInfoImpl } from './mfa_info';\nimport { MultiFactorSessionImpl } from './mfa_session';\nimport { getModularInstance } from '@firebase/util';\nimport { OperationType } from '../model/enums';\n\nexport class MultiFactorResolverImpl implements MultiFactorResolver {\n private constructor(\n readonly session: MultiFactorSessionImpl,\n readonly hints: MultiFactorInfoImpl[],\n private readonly signInResolver: (\n assertion: MultiFactorAssertionImpl\n ) => Promise\n ) {}\n\n /** @internal */\n static _fromError(\n authExtern: Auth,\n error: MultiFactorErrorInternal\n ): MultiFactorResolverImpl {\n const auth = _castAuth(authExtern);\n const serverResponse = error.customData._serverResponse;\n const hints = (serverResponse.mfaInfo || []).map(enrollment =>\n MultiFactorInfoImpl._fromServerResponse(auth, enrollment)\n );\n\n _assert(\n serverResponse.mfaPendingCredential,\n auth,\n AuthErrorCode.INTERNAL_ERROR\n );\n const session = MultiFactorSessionImpl._fromMfaPendingCredential(\n serverResponse.mfaPendingCredential\n );\n\n return new MultiFactorResolverImpl(\n session,\n hints,\n async (\n assertion: MultiFactorAssertionImpl\n ): Promise => {\n const mfaResponse = await assertion._process(auth, session);\n // Clear out the unneeded fields from the old login response\n delete serverResponse.mfaInfo;\n delete serverResponse.mfaPendingCredential;\n\n // Use in the new token & refresh token in the old response\n const idTokenResponse = {\n ...serverResponse,\n idToken: mfaResponse.idToken,\n refreshToken: mfaResponse.refreshToken\n };\n\n // TODO: we should collapse this switch statement into UserCredentialImpl._forOperation and have it support the SIGN_IN case\n switch (error.operationType) {\n case OperationType.SIGN_IN:\n const userCredential =\n await UserCredentialImpl._fromIdTokenResponse(\n auth,\n error.operationType,\n idTokenResponse\n );\n await auth._updateCurrentUser(userCredential.user);\n return userCredential;\n case OperationType.REAUTHENTICATE:\n _assert(error.user, auth, AuthErrorCode.INTERNAL_ERROR);\n return UserCredentialImpl._forOperation(\n error.user,\n error.operationType,\n idTokenResponse\n );\n default:\n _fail(auth, AuthErrorCode.INTERNAL_ERROR);\n }\n }\n );\n }\n\n async resolveSignIn(\n assertionExtern: MultiFactorAssertionImpl\n ): Promise {\n const assertion = assertionExtern as MultiFactorAssertionImpl;\n return this.signInResolver(assertion);\n }\n}\n\n/**\n * Provides a {@link MultiFactorResolver} suitable for completion of a\n * multi-factor flow.\n *\n * @param auth - The {@link Auth} instance.\n * @param error - The {@link MultiFactorError} raised during a sign-in, or\n * reauthentication operation.\n *\n * @public\n */\nexport function getMultiFactorResolver(\n auth: Auth,\n error: MultiFactorError\n): MultiFactorResolver {\n const authModular = getModularInstance(auth);\n const errorInternal = error as MultiFactorErrorInternal;\n _assert(\n error.customData.operationType,\n authModular,\n AuthErrorCode.ARGUMENT_ERROR\n );\n _assert(\n errorInternal.customData._serverResponse?.mfaPendingCredential,\n authModular,\n AuthErrorCode.ARGUMENT_ERROR\n );\n\n return MultiFactorResolverImpl._fromError(authModular, errorInternal);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Endpoint,\n HttpMethod,\n _addTidIfNecessary,\n _performApiRequest\n} from '../index';\nimport { SignInWithPhoneNumberRequest } from '../authentication/sms';\nimport { FinalizeMfaResponse } from '../authentication/mfa';\nimport { AuthInternal } from '../../model/auth';\n\n/**\n * MFA Info as returned by the API\n */\ninterface BaseMfaEnrollment {\n mfaEnrollmentId: string;\n enrolledAt: number;\n displayName?: string;\n}\n\n/**\n * An MFA provided by SMS verification\n */\nexport interface PhoneMfaEnrollment extends BaseMfaEnrollment {\n phoneInfo: string;\n}\n\n/**\n * MfaEnrollment can be any subtype of BaseMfaEnrollment, currently only PhoneMfaEnrollment is supported\n */\nexport type MfaEnrollment = PhoneMfaEnrollment;\n\nexport interface StartPhoneMfaEnrollmentRequest {\n idToken: string;\n phoneEnrollmentInfo: {\n phoneNumber: string;\n recaptchaToken: string;\n };\n tenantId?: string;\n}\n\nexport interface StartPhoneMfaEnrollmentResponse {\n phoneSessionInfo: {\n sessionInfo: string;\n };\n}\n\nexport function startEnrollPhoneMfa(\n auth: AuthInternal,\n request: StartPhoneMfaEnrollmentRequest\n): Promise {\n return _performApiRequest<\n StartPhoneMfaEnrollmentRequest,\n StartPhoneMfaEnrollmentResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.START_MFA_ENROLLMENT,\n _addTidIfNecessary(auth, request)\n );\n}\n\nexport interface FinalizePhoneMfaEnrollmentRequest {\n idToken: string;\n phoneVerificationInfo: SignInWithPhoneNumberRequest;\n displayName?: string | null;\n tenantId?: string;\n}\n\nexport interface FinalizePhoneMfaEnrollmentResponse\n extends FinalizeMfaResponse {}\n\nexport function finalizeEnrollPhoneMfa(\n auth: AuthInternal,\n request: FinalizePhoneMfaEnrollmentRequest\n): Promise {\n return _performApiRequest<\n FinalizePhoneMfaEnrollmentRequest,\n FinalizePhoneMfaEnrollmentResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.FINALIZE_MFA_ENROLLMENT,\n _addTidIfNecessary(auth, request)\n );\n}\n\nexport interface WithdrawMfaRequest {\n idToken: string;\n mfaEnrollmentId: string;\n tenantId?: string;\n}\n\nexport interface WithdrawMfaResponse extends FinalizeMfaResponse {}\n\nexport function withdrawMfa(\n auth: AuthInternal,\n request: WithdrawMfaRequest\n): Promise {\n return _performApiRequest(\n auth,\n HttpMethod.POST,\n Endpoint.WITHDRAW_MFA,\n _addTidIfNecessary(auth, request)\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport {\n MultiFactorAssertion,\n MultiFactorInfo,\n MultiFactorSession,\n MultiFactorUser,\n User\n} from '../model/public_types';\n\nimport { withdrawMfa } from '../api/account_management/mfa';\nimport { AuthErrorCode } from '../core/errors';\nimport { _logoutIfInvalidated } from '../core/user/invalidation';\nimport { UserInternal } from '../model/user';\nimport { MultiFactorAssertionImpl } from './mfa_assertion';\nimport { MultiFactorInfoImpl } from './mfa_info';\nimport { MultiFactorSessionImpl } from './mfa_session';\nimport { FirebaseError, getModularInstance } from '@firebase/util';\n\nexport class MultiFactorUserImpl implements MultiFactorUser {\n enrolledFactors: MultiFactorInfo[] = [];\n\n private constructor(readonly user: UserInternal) {\n user._onReload(userInfo => {\n if (userInfo.mfaInfo) {\n this.enrolledFactors = userInfo.mfaInfo.map(enrollment =>\n MultiFactorInfoImpl._fromServerResponse(user.auth, enrollment)\n );\n }\n });\n }\n\n static _fromUser(user: UserInternal): MultiFactorUserImpl {\n return new MultiFactorUserImpl(user);\n }\n\n async getSession(): Promise {\n return MultiFactorSessionImpl._fromIdtoken(\n await this.user.getIdToken(),\n this.user.auth\n );\n }\n\n async enroll(\n assertionExtern: MultiFactorAssertion,\n displayName?: string | null\n ): Promise {\n const assertion = assertionExtern as MultiFactorAssertionImpl;\n const session = (await this.getSession()) as MultiFactorSessionImpl;\n const finalizeMfaResponse = await _logoutIfInvalidated(\n this.user,\n assertion._process(this.user.auth, session, displayName)\n );\n // New tokens will be issued after enrollment of the new second factors.\n // They need to be updated on the user.\n await this.user._updateTokensIfNecessary(finalizeMfaResponse);\n // The user needs to be reloaded to get the new multi-factor information\n // from server. USER_RELOADED event will be triggered and `enrolledFactors`\n // will be updated.\n return this.user.reload();\n }\n\n async unenroll(infoOrUid: MultiFactorInfo | string): Promise {\n const mfaEnrollmentId =\n typeof infoOrUid === 'string' ? infoOrUid : infoOrUid.uid;\n const idToken = await this.user.getIdToken();\n const idTokenResponse = await _logoutIfInvalidated(\n this.user,\n withdrawMfa(this.user.auth, {\n idToken,\n mfaEnrollmentId\n })\n );\n // Remove the second factor from the user's list.\n this.enrolledFactors = this.enrolledFactors.filter(\n ({ uid }) => uid !== mfaEnrollmentId\n );\n // Depending on whether the backend decided to revoke the user's session,\n // the tokenResponse may be empty. If the tokens were not updated (and they\n // are now invalid), reloading the user will discover this and invalidate\n // the user's state accordingly.\n await this.user._updateTokensIfNecessary(idTokenResponse);\n try {\n await this.user.reload();\n } catch (e) {\n if (\n (e as FirebaseError)?.code !== `auth/${AuthErrorCode.TOKEN_EXPIRED}`\n ) {\n throw e;\n }\n }\n }\n}\n\nconst multiFactorUserCache = new WeakMap();\n\n/**\n * The {@link MultiFactorUser} corresponding to the user.\n *\n * @remarks\n * This is used to access all multi-factor properties and operations related to the user.\n *\n * @param user - The user.\n *\n * @public\n */\nexport function multiFactor(user: User): MultiFactorUser {\n const userModular = getModularInstance(user);\n if (!multiFactorUserCache.has(userModular)) {\n multiFactorUserCache.set(\n userModular,\n MultiFactorUserImpl._fromUser(userModular as UserInternal)\n );\n }\n return multiFactorUserCache.get(userModular)!;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Unsubscribe } from '@firebase/util';\nimport { FirebaseAuthInternal } from '@firebase/auth-interop-types';\n\nimport { AuthInternal } from '../../model/auth';\nimport { UserInternal } from '../../model/user';\nimport { _assert } from '../util/assert';\nimport { AuthErrorCode } from '../errors';\n\ninterface TokenListener {\n (tok: string | null): unknown;\n}\n\nexport class AuthInterop implements FirebaseAuthInternal {\n private readonly internalListeners: Map =\n new Map();\n\n constructor(private readonly auth: AuthInternal) {}\n\n getUid(): string | null {\n this.assertAuthConfigured();\n return this.auth.currentUser?.uid || null;\n }\n\n async getToken(\n forceRefresh?: boolean\n ): Promise<{ accessToken: string } | null> {\n this.assertAuthConfigured();\n await this.auth._initializationPromise;\n if (!this.auth.currentUser) {\n return null;\n }\n\n const accessToken = await this.auth.currentUser.getIdToken(forceRefresh);\n return { accessToken };\n }\n\n addAuthTokenListener(listener: TokenListener): void {\n this.assertAuthConfigured();\n if (this.internalListeners.has(listener)) {\n return;\n }\n\n const unsubscribe = this.auth.onIdTokenChanged(user => {\n listener(\n (user as UserInternal | null)?.stsTokenManager.accessToken || null\n );\n });\n this.internalListeners.set(listener, unsubscribe);\n this.updateProactiveRefresh();\n }\n\n removeAuthTokenListener(listener: TokenListener): void {\n this.assertAuthConfigured();\n const unsubscribe = this.internalListeners.get(listener);\n if (!unsubscribe) {\n return;\n }\n\n this.internalListeners.delete(listener);\n unsubscribe();\n this.updateProactiveRefresh();\n }\n\n private assertAuthConfigured(): void {\n _assert(\n this.auth._initializationPromise,\n AuthErrorCode.DEPENDENT_SDK_INIT_BEFORE_AUTH\n );\n }\n\n private updateProactiveRefresh(): void {\n if (this.internalListeners.size > 0) {\n this.auth._startProactiveRefresh();\n } else {\n this.auth._stopProactiveRefresh();\n }\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n _performApiRequest,\n Endpoint,\n HttpMethod,\n _addTidIfNecessary\n} from '../index';\nimport { Auth } from '../../model/public_types';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { MfaEnrollment } from '../account_management/mfa';\nimport { SignInWithIdpResponse } from './idp';\nimport {\n SignInWithPhoneNumberRequest,\n SignInWithPhoneNumberResponse\n} from './sms';\n\nexport interface FinalizeMfaResponse {\n idToken: string;\n refreshToken: string;\n}\n\n/**\n * @internal\n */\nexport interface IdTokenMfaResponse extends IdTokenResponse {\n mfaPendingCredential?: string;\n mfaInfo?: MfaEnrollment[];\n}\n\nexport interface StartPhoneMfaSignInRequest {\n mfaPendingCredential: string;\n mfaEnrollmentId: string;\n phoneSignInInfo: {\n recaptchaToken: string;\n };\n tenantId?: string;\n}\n\nexport interface StartPhoneMfaSignInResponse {\n phoneResponseInfo: {\n sessionInfo: string;\n };\n}\n\nexport function startSignInPhoneMfa(\n auth: Auth,\n request: StartPhoneMfaSignInRequest\n): Promise {\n return _performApiRequest<\n StartPhoneMfaSignInRequest,\n StartPhoneMfaSignInResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.START_MFA_SIGN_IN,\n _addTidIfNecessary(auth, request)\n );\n}\n\nexport interface FinalizePhoneMfaSignInRequest {\n mfaPendingCredential: string;\n phoneVerificationInfo: SignInWithPhoneNumberRequest;\n tenantId?: string;\n}\n\nexport interface FinalizePhoneMfaSignInResponse extends FinalizeMfaResponse {}\n\nexport function finalizeSignInPhoneMfa(\n auth: Auth,\n request: FinalizePhoneMfaSignInRequest\n): Promise {\n return _performApiRequest<\n FinalizePhoneMfaSignInRequest,\n FinalizePhoneMfaSignInResponse\n >(\n auth,\n HttpMethod.POST,\n Endpoint.FINALIZE_MFA_SIGN_IN,\n _addTidIfNecessary(auth, request)\n );\n}\n\n/**\n * @internal\n */\nexport type PhoneOrOauthTokenResponse =\n | SignInWithPhoneNumberResponse\n | SignInWithIdpResponse\n | IdTokenResponse;\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Endpoint, HttpMethod, _performApiRequest } from '../index';\nimport { Auth } from '../../model/public_types';\n\ninterface GetRecaptchaParamResponse {\n recaptchaSiteKey?: string;\n}\n\nexport async function getRecaptchaParams(auth: Auth): Promise {\n return (\n (\n await _performApiRequest(\n auth,\n HttpMethod.GET,\n Endpoint.GET_RECAPTCHA_PARAM\n )\n ).recaptchaSiteKey || ''\n );\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Recaptcha } from './recaptcha/recaptcha';\n\n/**\n * A specialized window type that melds the normal window type plus the\n * various bits we need. The three different blocks that are &'d together\n * cant be defined in the same block together.\n */\nexport type AuthWindow = {\n // Standard window types\n [T in keyof Window]: Window[T];\n} & {\n // Any known / named properties we want to add\n grecaptcha?: Recaptcha;\n /* eslint-disable-next-line @typescript-eslint/no-explicit-any */\n ___jsl?: Record;\n gapi?: typeof gapi;\n} & {\n // A final catch-all for callbacks (which will have random names) that\n // we will stick on the window.\n [callback: string]: (...args: unknown[]) => void;\n};\n\n/**\n * Lazy accessor for window, since the compat layer won't tree shake this out,\n * we need to make sure not to mess with window unless we have to\n */\nexport function _window(): AuthWindow {\n return window as unknown as AuthWindow;\n}\n\nexport function _setWindowLocation(url: string): void {\n _window().location.href = url;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { _window } from '../auth_window';\n\nexport function _isWorker(): boolean {\n return (\n typeof _window()['WorkerGlobalScope'] !== 'undefined' &&\n typeof _window()['importScripts'] === 'function'\n );\n}\n\nexport async function _getActiveServiceWorker(): Promise {\n if (!navigator?.serviceWorker) {\n return null;\n }\n try {\n const registration = await navigator.serviceWorker.ready;\n return registration.active;\n } catch {\n return null;\n }\n}\n\nexport function _getServiceWorkerController(): ServiceWorker | null {\n return navigator?.serviceWorker?.controller || null;\n}\n\nexport function _getWorkerGlobalScope(): ServiceWorker | null {\n return _isWorker() ? (self as unknown as ServiceWorker) : null;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AuthErrorCode } from '../core/errors';\nimport { _createError } from '../core/util/assert';\n\nfunction getScriptParentElement(): HTMLDocument | HTMLHeadElement {\n return document.getElementsByTagName('head')?.[0] ?? document;\n}\n\nexport function _loadJS(url: string): Promise {\n // TODO: consider adding timeout support & cancellation\n return new Promise((resolve, reject) => {\n const el = document.createElement('script');\n el.setAttribute('src', url);\n el.onload = resolve;\n el.onerror = e => {\n const error = _createError(AuthErrorCode.INTERNAL_ERROR);\n error.customData = e as unknown as Record;\n reject(error);\n };\n el.type = 'text/javascript';\n el.charset = 'UTF-8';\n getScriptParentElement().appendChild(el);\n });\n}\n\nexport function _generateCallbackName(prefix: string): string {\n return `__${prefix}${Math.floor(Math.random() * 1000000)}`;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AuthErrorCode } from '../../core/errors';\nimport { _assert } from '../../core/util/assert';\nimport { AuthInternal } from '../../model/auth';\nimport { RecaptchaParameters } from '../../model/public_types';\nimport { Recaptcha } from './recaptcha';\n\nexport const _SOLVE_TIME_MS = 500;\nexport const _EXPIRATION_TIME_MS = 60_000;\nexport const _WIDGET_ID_START = 1_000_000_000_000;\n\nexport interface Widget {\n getResponse: () => string | null;\n delete: () => void;\n execute: () => void;\n}\n\nexport class MockReCaptcha implements Recaptcha {\n private counter = _WIDGET_ID_START;\n _widgets = new Map();\n\n constructor(private readonly auth: AuthInternal) {}\n\n render(\n container: string | HTMLElement,\n parameters?: RecaptchaParameters\n ): number {\n const id = this.counter;\n this._widgets.set(\n id,\n new MockWidget(container, this.auth.name, parameters || {})\n );\n this.counter++;\n return id;\n }\n\n reset(optWidgetId?: number): void {\n const id = optWidgetId || _WIDGET_ID_START;\n void this._widgets.get(id)?.delete();\n this._widgets.delete(id);\n }\n\n getResponse(optWidgetId?: number): string {\n const id = optWidgetId || _WIDGET_ID_START;\n return this._widgets.get(id)?.getResponse() || '';\n }\n\n async execute(optWidgetId?: number | string): Promise {\n const id: number = (optWidgetId as number) || _WIDGET_ID_START;\n void this._widgets.get(id)?.execute();\n return '';\n }\n}\n\nexport class MockWidget {\n private readonly container: HTMLElement;\n private readonly isVisible: boolean;\n private timerId: number | null = null;\n private deleted = false;\n private responseToken: string | null = null;\n private readonly clickHandler = (): void => {\n this.execute();\n };\n\n constructor(\n containerOrId: string | HTMLElement,\n appName: string,\n private readonly params: RecaptchaParameters\n ) {\n const container =\n typeof containerOrId === 'string'\n ? document.getElementById(containerOrId)\n : containerOrId;\n _assert(container, AuthErrorCode.ARGUMENT_ERROR, { appName });\n\n this.container = container;\n this.isVisible = this.params.size !== 'invisible';\n if (this.isVisible) {\n this.execute();\n } else {\n this.container.addEventListener('click', this.clickHandler);\n }\n }\n\n getResponse(): string | null {\n this.checkIfDeleted();\n return this.responseToken;\n }\n\n delete(): void {\n this.checkIfDeleted();\n this.deleted = true;\n if (this.timerId) {\n clearTimeout(this.timerId);\n this.timerId = null;\n }\n this.container.removeEventListener('click', this.clickHandler);\n }\n\n execute(): void {\n this.checkIfDeleted();\n if (this.timerId) {\n return;\n }\n\n this.timerId = window.setTimeout(() => {\n this.responseToken = generateRandomAlphaNumericString(50);\n const { callback, 'expired-callback': expiredCallback } = this.params;\n if (callback) {\n try {\n callback(this.responseToken);\n } catch (e) {}\n }\n\n this.timerId = window.setTimeout(() => {\n this.timerId = null;\n this.responseToken = null;\n if (expiredCallback) {\n try {\n expiredCallback();\n } catch (e) {}\n }\n\n if (this.isVisible) {\n this.execute();\n }\n }, _EXPIRATION_TIME_MS);\n }, _SOLVE_TIME_MS);\n }\n\n private checkIfDeleted(): void {\n if (this.deleted) {\n throw new Error('reCAPTCHA mock was already deleted!');\n }\n }\n}\n\nfunction generateRandomAlphaNumericString(len: number): string {\n const chars = [];\n const allowedChars =\n '1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\n for (let i = 0; i < len; i++) {\n chars.push(\n allowedChars.charAt(Math.floor(Math.random() * allowedChars.length))\n );\n }\n return chars.join('');\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { querystring } from '@firebase/util';\n\nimport { AuthErrorCode } from '../../core/errors';\nimport { _assert, _createError } from '../../core/util/assert';\nimport { Delay } from '../../core/util/delay';\nimport { AuthInternal } from '../../model/auth';\nimport { _window } from '../auth_window';\nimport * as jsHelpers from '../load_js';\nimport { Recaptcha } from './recaptcha';\nimport { MockReCaptcha } from './recaptcha_mock';\n\n// ReCaptcha will load using the same callback, so the callback function needs\n// to be kept around\nexport const _JSLOAD_CALLBACK = jsHelpers._generateCallbackName('rcb');\nconst NETWORK_TIMEOUT_DELAY = new Delay(30000, 60000);\nconst RECAPTCHA_BASE = 'https://www.google.com/recaptcha/api.js?';\n\n/**\n * We need to mark this interface as internal explicitly to exclude it in the public typings, because\n * it references AuthInternal which has a circular dependency with UserInternal.\n *\n * @internal\n */\nexport interface ReCaptchaLoader {\n load(auth: AuthInternal, hl?: string): Promise;\n clearedOneInstance(): void;\n}\n\n/**\n * Loader for the GReCaptcha library. There should only ever be one of this.\n */\nexport class ReCaptchaLoaderImpl implements ReCaptchaLoader {\n private hostLanguage = '';\n private counter = 0;\n /**\n * Check for `render()` method. `window.grecaptcha` will exist if the Enterprise\n * version of the ReCAPTCHA script was loaded by someone else (e.g. App Check) but\n * `window.grecaptcha.render()` will not. Another load will add it.\n */\n private readonly librarySeparatelyLoaded = !!_window().grecaptcha?.render;\n\n load(auth: AuthInternal, hl = ''): Promise {\n _assert(isHostLanguageValid(hl), auth, AuthErrorCode.ARGUMENT_ERROR);\n\n if (this.shouldResolveImmediately(hl)) {\n return Promise.resolve(_window().grecaptcha!);\n }\n return new Promise((resolve, reject) => {\n const networkTimeout = _window().setTimeout(() => {\n reject(_createError(auth, AuthErrorCode.NETWORK_REQUEST_FAILED));\n }, NETWORK_TIMEOUT_DELAY.get());\n\n _window()[_JSLOAD_CALLBACK] = () => {\n _window().clearTimeout(networkTimeout);\n delete _window()[_JSLOAD_CALLBACK];\n\n const recaptcha = _window().grecaptcha;\n\n if (!recaptcha) {\n reject(_createError(auth, AuthErrorCode.INTERNAL_ERROR));\n return;\n }\n\n // Wrap the greptcha render function so that we know if the developer has\n // called it separately\n const render = recaptcha.render;\n recaptcha.render = (container, params) => {\n const widgetId = render(container, params);\n this.counter++;\n return widgetId;\n };\n\n this.hostLanguage = hl;\n resolve(recaptcha);\n };\n\n const url = `${RECAPTCHA_BASE}?${querystring({\n onload: _JSLOAD_CALLBACK,\n render: 'explicit',\n hl\n })}`;\n\n jsHelpers._loadJS(url).catch(() => {\n clearTimeout(networkTimeout);\n reject(_createError(auth, AuthErrorCode.INTERNAL_ERROR));\n });\n });\n }\n\n clearedOneInstance(): void {\n this.counter--;\n }\n\n private shouldResolveImmediately(hl: string): boolean {\n // We can resolve immediately if:\n // • grecaptcha is already defined AND (\n // 1. the requested language codes are the same OR\n // 2. there exists already a ReCaptcha on the page\n // 3. the library was already loaded by the app\n // In cases (2) and (3), we _can't_ reload as it would break the recaptchas\n // that are already in the page\n return (\n !!_window().grecaptcha?.render &&\n (hl === this.hostLanguage ||\n this.counter > 0 ||\n this.librarySeparatelyLoaded)\n );\n }\n}\n\nfunction isHostLanguageValid(hl: string): boolean {\n return hl.length <= 6 && /^\\s*[a-zA-Z0-9\\-]*\\s*$/.test(hl);\n}\n\nexport class MockReCaptchaLoaderImpl implements ReCaptchaLoader {\n async load(auth: AuthInternal): Promise {\n return new MockReCaptcha(auth);\n }\n\n clearedOneInstance(): void {}\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Auth, RecaptchaParameters } from '../../model/public_types';\nimport { getRecaptchaParams } from '../../api/authentication/recaptcha';\nimport { _castAuth } from '../../core/auth/auth_impl';\nimport { AuthErrorCode } from '../../core/errors';\nimport { _assert } from '../../core/util/assert';\nimport { _isHttpOrHttps } from '../../core/util/location';\nimport { ApplicationVerifierInternal } from '../../model/application_verifier';\nimport { AuthInternal } from '../../model/auth';\nimport { _window } from '../auth_window';\nimport { _isWorker } from '../util/worker';\nimport { Recaptcha } from './recaptcha';\nimport {\n MockReCaptchaLoaderImpl,\n ReCaptchaLoader,\n ReCaptchaLoaderImpl\n} from './recaptcha_loader';\n\nexport const RECAPTCHA_VERIFIER_TYPE = 'recaptcha';\n\nconst DEFAULT_PARAMS: RecaptchaParameters = {\n theme: 'light',\n type: 'image'\n};\n\ntype TokenCallback = (token: string) => void;\n\n/**\n * An {@link https://www.google.com/recaptcha/ | reCAPTCHA}-based application verifier.\n *\n * @public\n */\nexport class RecaptchaVerifier implements ApplicationVerifierInternal {\n /**\n * The application verifier type.\n *\n * @remarks\n * For a reCAPTCHA verifier, this is 'recaptcha'.\n */\n readonly type = RECAPTCHA_VERIFIER_TYPE;\n private destroyed = false;\n private widgetId: number | null = null;\n private readonly container: HTMLElement;\n private readonly isInvisible: boolean;\n private readonly tokenChangeListeners = new Set();\n private renderPromise: Promise | null = null;\n private readonly auth: AuthInternal;\n\n /** @internal */\n readonly _recaptchaLoader: ReCaptchaLoader;\n private recaptcha: Recaptcha | null = null;\n\n /**\n *\n * @param containerOrId - The reCAPTCHA container parameter.\n *\n * @remarks\n * This has different meaning depending on whether the reCAPTCHA is hidden or visible. For a\n * visible reCAPTCHA the container must be empty. If a string is used, it has to correspond to\n * an element ID. The corresponding element must also must be in the DOM at the time of\n * initialization.\n *\n * @param parameters - The optional reCAPTCHA parameters.\n *\n * @remarks\n * Check the reCAPTCHA docs for a comprehensive list. All parameters are accepted except for\n * the sitekey. Firebase Auth backend provisions a reCAPTCHA for each project and will\n * configure this upon rendering. For an invisible reCAPTCHA, a size key must have the value\n * 'invisible'.\n *\n * @param authExtern - The corresponding Firebase {@link Auth} instance.\n */\n constructor(\n containerOrId: HTMLElement | string,\n private readonly parameters: RecaptchaParameters = {\n ...DEFAULT_PARAMS\n },\n authExtern: Auth\n ) {\n this.auth = _castAuth(authExtern);\n this.isInvisible = this.parameters.size === 'invisible';\n _assert(\n typeof document !== 'undefined',\n this.auth,\n AuthErrorCode.OPERATION_NOT_SUPPORTED\n );\n const container =\n typeof containerOrId === 'string'\n ? document.getElementById(containerOrId)\n : containerOrId;\n _assert(container, this.auth, AuthErrorCode.ARGUMENT_ERROR);\n\n this.container = container;\n this.parameters.callback = this.makeTokenCallback(this.parameters.callback);\n\n this._recaptchaLoader = this.auth.settings.appVerificationDisabledForTesting\n ? new MockReCaptchaLoaderImpl()\n : new ReCaptchaLoaderImpl();\n\n this.validateStartingState();\n // TODO: Figure out if sdk version is needed\n }\n\n /**\n * Waits for the user to solve the reCAPTCHA and resolves with the reCAPTCHA token.\n *\n * @returns A Promise for the reCAPTCHA token.\n */\n async verify(): Promise {\n this.assertNotDestroyed();\n const id = await this.render();\n const recaptcha = this.getAssertedRecaptcha();\n\n const response = recaptcha.getResponse(id);\n if (response) {\n return response;\n }\n\n return new Promise(resolve => {\n const tokenChange = (token: string): void => {\n if (!token) {\n return; // Ignore token expirations.\n }\n this.tokenChangeListeners.delete(tokenChange);\n resolve(token);\n };\n\n this.tokenChangeListeners.add(tokenChange);\n if (this.isInvisible) {\n recaptcha.execute(id);\n }\n });\n }\n\n /**\n * Renders the reCAPTCHA widget on the page.\n *\n * @returns A Promise that resolves with the reCAPTCHA widget ID.\n */\n render(): Promise {\n try {\n this.assertNotDestroyed();\n } catch (e) {\n // This method returns a promise. Since it's not async (we want to return the\n // _same_ promise if rendering is still occurring), the API surface should\n // reject with the error rather than just throw\n return Promise.reject(e);\n }\n\n if (this.renderPromise) {\n return this.renderPromise;\n }\n\n this.renderPromise = this.makeRenderPromise().catch(e => {\n this.renderPromise = null;\n throw e;\n });\n\n return this.renderPromise;\n }\n\n /** @internal */\n _reset(): void {\n this.assertNotDestroyed();\n if (this.widgetId !== null) {\n this.getAssertedRecaptcha().reset(this.widgetId);\n }\n }\n\n /**\n * Clears the reCAPTCHA widget from the page and destroys the instance.\n */\n clear(): void {\n this.assertNotDestroyed();\n this.destroyed = true;\n this._recaptchaLoader.clearedOneInstance();\n if (!this.isInvisible) {\n this.container.childNodes.forEach(node => {\n this.container.removeChild(node);\n });\n }\n }\n\n private validateStartingState(): void {\n _assert(!this.parameters.sitekey, this.auth, AuthErrorCode.ARGUMENT_ERROR);\n _assert(\n this.isInvisible || !this.container.hasChildNodes(),\n this.auth,\n AuthErrorCode.ARGUMENT_ERROR\n );\n _assert(\n typeof document !== 'undefined',\n this.auth,\n AuthErrorCode.OPERATION_NOT_SUPPORTED\n );\n }\n\n private makeTokenCallback(\n existing: TokenCallback | string | undefined\n ): TokenCallback {\n return token => {\n this.tokenChangeListeners.forEach(listener => listener(token));\n if (typeof existing === 'function') {\n existing(token);\n } else if (typeof existing === 'string') {\n const globalFunc = _window()[existing];\n if (typeof globalFunc === 'function') {\n globalFunc(token);\n }\n }\n };\n }\n\n private assertNotDestroyed(): void {\n _assert(!this.destroyed, this.auth, AuthErrorCode.INTERNAL_ERROR);\n }\n\n private async makeRenderPromise(): Promise {\n await this.init();\n if (!this.widgetId) {\n let container = this.container;\n if (!this.isInvisible) {\n const guaranteedEmpty = document.createElement('div');\n container.appendChild(guaranteedEmpty);\n container = guaranteedEmpty;\n }\n\n this.widgetId = this.getAssertedRecaptcha().render(\n container,\n this.parameters\n );\n }\n\n return this.widgetId;\n }\n\n private async init(): Promise {\n _assert(\n _isHttpOrHttps() && !_isWorker(),\n this.auth,\n AuthErrorCode.INTERNAL_ERROR\n );\n\n await domReady();\n this.recaptcha = await this._recaptchaLoader.load(\n this.auth,\n this.auth.languageCode || undefined\n );\n\n const siteKey = await getRecaptchaParams(this.auth);\n _assert(siteKey, this.auth, AuthErrorCode.INTERNAL_ERROR);\n this.parameters.sitekey = siteKey;\n }\n\n private getAssertedRecaptcha(): Recaptcha {\n _assert(this.recaptcha, this.auth, AuthErrorCode.INTERNAL_ERROR);\n return this.recaptcha;\n }\n}\n\nfunction domReady(): Promise {\n let resolver: (() => void) | null = null;\n return new Promise(resolve => {\n if (document.readyState === 'complete') {\n resolve();\n return;\n }\n\n // Document not ready, wait for load before resolving.\n // Save resolver, so we can remove listener in case it was externally\n // cancelled.\n resolver = () => resolve();\n window.addEventListener('load', resolver);\n }).catch(e => {\n if (resolver) {\n window.removeEventListener('load', resolver);\n }\n\n throw e;\n });\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n ApplicationVerifier,\n Auth,\n ConfirmationResult,\n PhoneInfoOptions,\n User,\n UserCredential\n} from '../../model/public_types';\n\nimport { startEnrollPhoneMfa } from '../../api/account_management/mfa';\nimport { startSignInPhoneMfa } from '../../api/authentication/mfa';\nimport { sendPhoneVerificationCode } from '../../api/authentication/sms';\nimport { ApplicationVerifierInternal } from '../../model/application_verifier';\nimport { PhoneAuthCredential } from '../../core/credentials/phone';\nimport { AuthErrorCode } from '../../core/errors';\nimport { _assertLinkedStatus, _link } from '../../core/user/link_unlink';\nimport { _assert } from '../../core/util/assert';\nimport { AuthInternal } from '../../model/auth';\nimport {\n linkWithCredential,\n reauthenticateWithCredential,\n signInWithCredential\n} from '../../core/strategies/credential';\nimport {\n MultiFactorSessionImpl,\n MultiFactorSessionType\n} from '../../mfa/mfa_session';\nimport { UserInternal } from '../../model/user';\nimport { RECAPTCHA_VERIFIER_TYPE } from '../recaptcha/recaptcha_verifier';\nimport { _castAuth } from '../../core/auth/auth_impl';\nimport { getModularInstance } from '@firebase/util';\nimport { ProviderId } from '../../model/enums';\n\ninterface OnConfirmationCallback {\n (credential: PhoneAuthCredential): Promise;\n}\n\nclass ConfirmationResultImpl implements ConfirmationResult {\n constructor(\n readonly verificationId: string,\n private readonly onConfirmation: OnConfirmationCallback\n ) {}\n\n confirm(verificationCode: string): Promise {\n const authCredential = PhoneAuthCredential._fromVerification(\n this.verificationId,\n verificationCode\n );\n return this.onConfirmation(authCredential);\n }\n}\n\n/**\n * Asynchronously signs in using a phone number.\n *\n * @remarks\n * This method sends a code via SMS to the given\n * phone number, and returns a {@link ConfirmationResult}. After the user\n * provides the code sent to their phone, call {@link ConfirmationResult.confirm}\n * with the code to sign the user in.\n *\n * For abuse prevention, this method also requires a {@link ApplicationVerifier}.\n * This SDK includes a reCAPTCHA-based implementation, {@link RecaptchaVerifier}.\n * This function can work on other platforms that do not support the\n * {@link RecaptchaVerifier} (like React Native), but you need to use a\n * third-party {@link ApplicationVerifier} implementation.\n *\n * @example\n * ```javascript\n * // 'recaptcha-container' is the ID of an element in the DOM.\n * const applicationVerifier = new firebase.auth.RecaptchaVerifier('recaptcha-container');\n * const confirmationResult = await signInWithPhoneNumber(auth, phoneNumber, applicationVerifier);\n * // Obtain a verificationCode from the user.\n * const credential = await confirmationResult.confirm(verificationCode);\n * ```\n *\n * @param auth - The {@link Auth} instance.\n * @param phoneNumber - The user's phone number in E.164 format (e.g. +16505550101).\n * @param appVerifier - The {@link ApplicationVerifier}.\n *\n * @public\n */\nexport async function signInWithPhoneNumber(\n auth: Auth,\n phoneNumber: string,\n appVerifier: ApplicationVerifier\n): Promise {\n const authInternal = _castAuth(auth);\n const verificationId = await _verifyPhoneNumber(\n authInternal,\n phoneNumber,\n getModularInstance(appVerifier as ApplicationVerifierInternal)\n );\n return new ConfirmationResultImpl(verificationId, cred =>\n signInWithCredential(authInternal, cred)\n );\n}\n\n/**\n * Links the user account with the given phone number.\n *\n * @param user - The user.\n * @param phoneNumber - The user's phone number in E.164 format (e.g. +16505550101).\n * @param appVerifier - The {@link ApplicationVerifier}.\n *\n * @public\n */\nexport async function linkWithPhoneNumber(\n user: User,\n phoneNumber: string,\n appVerifier: ApplicationVerifier\n): Promise {\n const userInternal = getModularInstance(user) as UserInternal;\n await _assertLinkedStatus(false, userInternal, ProviderId.PHONE);\n const verificationId = await _verifyPhoneNumber(\n userInternal.auth,\n phoneNumber,\n getModularInstance(appVerifier as ApplicationVerifierInternal)\n );\n return new ConfirmationResultImpl(verificationId, cred =>\n linkWithCredential(userInternal, cred)\n );\n}\n\n/**\n * Re-authenticates a user using a fresh phone credential.\n *\n * @remarks Use before operations such as {@link updatePassword} that require tokens from recent sign-in attempts.\n *\n * @param user - The user.\n * @param phoneNumber - The user's phone number in E.164 format (e.g. +16505550101).\n * @param appVerifier - The {@link ApplicationVerifier}.\n *\n * @public\n */\nexport async function reauthenticateWithPhoneNumber(\n user: User,\n phoneNumber: string,\n appVerifier: ApplicationVerifier\n): Promise {\n const userInternal = getModularInstance(user) as UserInternal;\n const verificationId = await _verifyPhoneNumber(\n userInternal.auth,\n phoneNumber,\n getModularInstance(appVerifier as ApplicationVerifierInternal)\n );\n return new ConfirmationResultImpl(verificationId, cred =>\n reauthenticateWithCredential(userInternal, cred)\n );\n}\n\n/**\n * Returns a verification ID to be used in conjunction with the SMS code that is sent.\n *\n */\nexport async function _verifyPhoneNumber(\n auth: AuthInternal,\n options: PhoneInfoOptions | string,\n verifier: ApplicationVerifierInternal\n): Promise {\n const recaptchaToken = await verifier.verify();\n\n try {\n _assert(\n typeof recaptchaToken === 'string',\n auth,\n AuthErrorCode.ARGUMENT_ERROR\n );\n _assert(\n verifier.type === RECAPTCHA_VERIFIER_TYPE,\n auth,\n AuthErrorCode.ARGUMENT_ERROR\n );\n\n let phoneInfoOptions: PhoneInfoOptions;\n\n if (typeof options === 'string') {\n phoneInfoOptions = {\n phoneNumber: options\n };\n } else {\n phoneInfoOptions = options;\n }\n\n if ('session' in phoneInfoOptions) {\n const session = phoneInfoOptions.session as MultiFactorSessionImpl;\n\n if ('phoneNumber' in phoneInfoOptions) {\n _assert(\n session.type === MultiFactorSessionType.ENROLL,\n auth,\n AuthErrorCode.INTERNAL_ERROR\n );\n const response = await startEnrollPhoneMfa(auth, {\n idToken: session.credential,\n phoneEnrollmentInfo: {\n phoneNumber: phoneInfoOptions.phoneNumber,\n recaptchaToken\n }\n });\n return response.phoneSessionInfo.sessionInfo;\n } else {\n _assert(\n session.type === MultiFactorSessionType.SIGN_IN,\n auth,\n AuthErrorCode.INTERNAL_ERROR\n );\n const mfaEnrollmentId =\n phoneInfoOptions.multiFactorHint?.uid ||\n phoneInfoOptions.multiFactorUid;\n _assert(mfaEnrollmentId, auth, AuthErrorCode.MISSING_MFA_INFO);\n const response = await startSignInPhoneMfa(auth, {\n mfaPendingCredential: session.credential,\n mfaEnrollmentId,\n phoneSignInInfo: {\n recaptchaToken\n }\n });\n return response.phoneResponseInfo.sessionInfo;\n }\n } else {\n const { sessionInfo } = await sendPhoneVerificationCode(auth, {\n phoneNumber: phoneInfoOptions.phoneNumber,\n recaptchaToken\n });\n return sessionInfo;\n }\n } finally {\n verifier._reset();\n }\n}\n\n/**\n * Updates the user's phone number.\n *\n * @example\n * ```\n * // 'recaptcha-container' is the ID of an element in the DOM.\n * const applicationVerifier = new RecaptchaVerifier('recaptcha-container');\n * const provider = new PhoneAuthProvider(auth);\n * const verificationId = await provider.verifyPhoneNumber('+16505550101', applicationVerifier);\n * // Obtain the verificationCode from the user.\n * const phoneCredential = PhoneAuthProvider.credential(verificationId, verificationCode);\n * await updatePhoneNumber(user, phoneCredential);\n * ```\n *\n * @param user - The user.\n * @param credential - A credential authenticating the new phone number.\n *\n * @public\n */\nexport async function updatePhoneNumber(\n user: User,\n credential: PhoneAuthCredential\n): Promise {\n await _link(getModularInstance(user) as UserInternal, credential);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n Auth,\n PhoneInfoOptions,\n ApplicationVerifier,\n UserCredential\n} from '../../model/public_types';\n\nimport { SignInWithPhoneNumberResponse } from '../../api/authentication/sms';\nimport { ApplicationVerifierInternal as ApplicationVerifierInternal } from '../../model/application_verifier';\nimport { AuthInternal as AuthInternal } from '../../model/auth';\nimport { UserCredentialInternal as UserCredentialInternal } from '../../model/user';\nimport { PhoneAuthCredential } from '../../core/credentials/phone';\nimport { _verifyPhoneNumber } from '../strategies/phone';\nimport { _castAuth } from '../../core/auth/auth_impl';\nimport { AuthCredential } from '../../core';\nimport { FirebaseError, getModularInstance } from '@firebase/util';\nimport { TaggedWithTokenResponse } from '../../model/id_token';\nimport { ProviderId, SignInMethod } from '../../model/enums';\n\n/**\n * Provider for generating an {@link PhoneAuthCredential}.\n *\n * @example\n * ```javascript\n * // 'recaptcha-container' is the ID of an element in the DOM.\n * const applicationVerifier = new RecaptchaVerifier('recaptcha-container');\n * const provider = new PhoneAuthProvider(auth);\n * const verificationId = await provider.verifyPhoneNumber('+16505550101', applicationVerifier);\n * // Obtain the verificationCode from the user.\n * const phoneCredential = PhoneAuthProvider.credential(verificationId, verificationCode);\n * const userCredential = await signInWithCredential(auth, phoneCredential);\n * ```\n *\n * @public\n */\nexport class PhoneAuthProvider {\n /** Always set to {@link ProviderId}.PHONE. */\n static readonly PROVIDER_ID: 'phone' = ProviderId.PHONE;\n /** Always set to {@link SignInMethod}.PHONE. */\n static readonly PHONE_SIGN_IN_METHOD: 'phone' = SignInMethod.PHONE;\n\n /** Always set to {@link ProviderId}.PHONE. */\n readonly providerId = PhoneAuthProvider.PROVIDER_ID;\n private readonly auth: AuthInternal;\n\n /**\n * @param auth - The Firebase {@link Auth} instance in which sign-ins should occur.\n *\n */\n constructor(auth: Auth) {\n this.auth = _castAuth(auth);\n }\n\n /**\n *\n * Starts a phone number authentication flow by sending a verification code to the given phone\n * number.\n *\n * @example\n * ```javascript\n * const provider = new PhoneAuthProvider(auth);\n * const verificationId = await provider.verifyPhoneNumber(phoneNumber, applicationVerifier);\n * // Obtain verificationCode from the user.\n * const authCredential = PhoneAuthProvider.credential(verificationId, verificationCode);\n * const userCredential = await signInWithCredential(auth, authCredential);\n * ```\n *\n * @example\n * An alternative flow is provided using the `signInWithPhoneNumber` method.\n * ```javascript\n * const confirmationResult = signInWithPhoneNumber(auth, phoneNumber, applicationVerifier);\n * // Obtain verificationCode from the user.\n * const userCredential = confirmationResult.confirm(verificationCode);\n * ```\n *\n * @param phoneInfoOptions - The user's {@link PhoneInfoOptions}. The phone number should be in\n * E.164 format (e.g. +16505550101).\n * @param applicationVerifier - For abuse prevention, this method also requires a\n * {@link ApplicationVerifier}. This SDK includes a reCAPTCHA-based implementation,\n * {@link RecaptchaVerifier}.\n *\n * @returns A Promise for a verification ID that can be passed to\n * {@link PhoneAuthProvider.credential} to identify this flow..\n */\n verifyPhoneNumber(\n phoneOptions: PhoneInfoOptions | string,\n applicationVerifier: ApplicationVerifier\n ): Promise {\n return _verifyPhoneNumber(\n this.auth,\n phoneOptions,\n getModularInstance(applicationVerifier as ApplicationVerifierInternal)\n );\n }\n\n /**\n * Creates a phone auth credential, given the verification ID from\n * {@link PhoneAuthProvider.verifyPhoneNumber} and the code that was sent to the user's\n * mobile device.\n *\n * @example\n * ```javascript\n * const provider = new PhoneAuthProvider(auth);\n * const verificationId = provider.verifyPhoneNumber(phoneNumber, applicationVerifier);\n * // Obtain verificationCode from the user.\n * const authCredential = PhoneAuthProvider.credential(verificationId, verificationCode);\n * const userCredential = signInWithCredential(auth, authCredential);\n * ```\n *\n * @example\n * An alternative flow is provided using the `signInWithPhoneNumber` method.\n * ```javascript\n * const confirmationResult = await signInWithPhoneNumber(auth, phoneNumber, applicationVerifier);\n * // Obtain verificationCode from the user.\n * const userCredential = await confirmationResult.confirm(verificationCode);\n * ```\n *\n * @param verificationId - The verification ID returned from {@link PhoneAuthProvider.verifyPhoneNumber}.\n * @param verificationCode - The verification code sent to the user's mobile device.\n *\n * @returns The auth provider credential.\n */\n static credential(\n verificationId: string,\n verificationCode: string\n ): PhoneAuthCredential {\n return PhoneAuthCredential._fromVerification(\n verificationId,\n verificationCode\n );\n }\n\n /**\n * Generates an {@link AuthCredential} from a {@link UserCredential}.\n * @param userCredential - The user credential.\n */\n static credentialFromResult(\n userCredential: UserCredential\n ): AuthCredential | null {\n const credential = userCredential as UserCredentialInternal;\n return PhoneAuthProvider.credentialFromTaggedObject(credential);\n }\n\n /**\n * Returns an {@link AuthCredential} when passed an error.\n *\n * @remarks\n *\n * This method works for errors like\n * `auth/account-exists-with-different-credentials`. This is useful for\n * recovering when attempting to set a user's phone number but the number\n * in question is already tied to another account. For example, the following\n * code tries to update the current user's phone number, and if that\n * fails, links the user with the account associated with that number:\n *\n * ```js\n * const provider = new PhoneAuthProvider(auth);\n * const verificationId = await provider.verifyPhoneNumber(number, verifier);\n * try {\n * const code = ''; // Prompt the user for the verification code\n * await updatePhoneNumber(\n * auth.currentUser,\n * PhoneAuthProvider.credential(verificationId, code));\n * } catch (e) {\n * if ((e as FirebaseError)?.code === 'auth/account-exists-with-different-credential') {\n * const cred = PhoneAuthProvider.credentialFromError(e);\n * await linkWithCredential(auth.currentUser, cred);\n * }\n * }\n *\n * // At this point, auth.currentUser.phoneNumber === number.\n * ```\n *\n * @param error - The error to generate a credential from.\n */\n static credentialFromError(error: FirebaseError): AuthCredential | null {\n return PhoneAuthProvider.credentialFromTaggedObject(\n (error.customData || {}) as TaggedWithTokenResponse\n );\n }\n\n private static credentialFromTaggedObject({\n _tokenResponse: tokenResponse\n }: TaggedWithTokenResponse): AuthCredential | null {\n if (!tokenResponse) {\n return null;\n }\n const { phoneNumber, temporaryProof } =\n tokenResponse as SignInWithPhoneNumberResponse;\n if (phoneNumber && temporaryProof) {\n return PhoneAuthCredential._fromTokenResponse(\n phoneNumber,\n temporaryProof\n );\n }\n return null;\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport {\n FactorId,\n PhoneMultiFactorAssertion\n} from '../../../model/public_types';\n\nimport { MultiFactorAssertionImpl } from '../../../mfa/mfa_assertion';\nimport { AuthInternal } from '../../../model/auth';\nimport { finalizeEnrollPhoneMfa } from '../../../api/account_management/mfa';\nimport { PhoneAuthCredential } from '../../../core/credentials/phone';\nimport {\n finalizeSignInPhoneMfa,\n FinalizeMfaResponse\n} from '../../../api/authentication/mfa';\n\n/**\n * {@inheritdoc PhoneMultiFactorAssertion}\n *\n * @public\n */\nexport class PhoneMultiFactorAssertionImpl\n extends MultiFactorAssertionImpl\n implements PhoneMultiFactorAssertion\n{\n private constructor(private readonly credential: PhoneAuthCredential) {\n super(FactorId.PHONE);\n }\n\n /** @internal */\n static _fromCredential(\n credential: PhoneAuthCredential\n ): PhoneMultiFactorAssertionImpl {\n return new PhoneMultiFactorAssertionImpl(credential);\n }\n\n /** @internal */\n _finalizeEnroll(\n auth: AuthInternal,\n idToken: string,\n displayName?: string | null\n ): Promise {\n return finalizeEnrollPhoneMfa(auth, {\n idToken,\n displayName,\n phoneVerificationInfo: this.credential._makeVerificationRequest()\n });\n }\n\n /** @internal */\n _finalizeSignIn(\n auth: AuthInternal,\n mfaPendingCredential: string\n ): Promise {\n return finalizeSignInPhoneMfa(auth, {\n mfaPendingCredential,\n phoneVerificationInfo: this.credential._makeVerificationRequest()\n });\n }\n}\n\n/**\n * Provider for generating a {@link PhoneMultiFactorAssertion}.\n *\n * @public\n */\nexport class PhoneMultiFactorGenerator {\n private constructor() {}\n\n /**\n * Provides a {@link PhoneMultiFactorAssertion} to confirm ownership of the phone second factor.\n *\n * @param phoneAuthCredential - A credential provided by {@link PhoneAuthProvider.credential}.\n * @returns A {@link PhoneMultiFactorAssertion} which can be used with\n * {@link MultiFactorResolver.resolveSignIn}\n */\n static assertion(credential: PhoneAuthCredential): PhoneMultiFactorAssertion {\n return PhoneMultiFactorAssertionImpl._fromCredential(credential);\n }\n\n /**\n * The identifier of the phone second factor: `phone`.\n */\n static FACTOR_ID = 'phone';\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { FactorId, MultiFactorAssertion } from '../model/public_types';\nimport { debugFail } from '../core/util/assert';\nimport { MultiFactorSessionImpl, MultiFactorSessionType } from './mfa_session';\nimport { FinalizeMfaResponse } from '../api/authentication/mfa';\nimport { AuthInternal } from '../model/auth';\n\nexport abstract class MultiFactorAssertionImpl implements MultiFactorAssertion {\n protected constructor(readonly factorId: FactorId) {}\n\n _process(\n auth: AuthInternal,\n session: MultiFactorSessionImpl,\n displayName?: string | null\n ): Promise {\n switch (session.type) {\n case MultiFactorSessionType.ENROLL:\n return this._finalizeEnroll(auth, session.credential, displayName);\n case MultiFactorSessionType.SIGN_IN:\n return this._finalizeSignIn(auth, session.credential);\n default:\n return debugFail('unexpected MultiFactorSessionType');\n }\n }\n\n abstract _finalizeEnroll(\n auth: AuthInternal,\n idToken: string,\n displayName?: string | null\n ): Promise;\n abstract _finalizeSignIn(\n auth: AuthInternal,\n mfaPendingCredential: string\n ): Promise;\n}\n","/**\n * @license\n * Copyright 2021 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * An enum of factors that may be used for multifactor authentication.\n *\n * @public\n */\nexport const FactorId = {\n /** Phone as second factor */\n PHONE: 'phone'\n} as const;\n\n/**\n * Enumeration of supported providers.\n *\n * @public\n */\nexport const ProviderId = {\n /** Facebook provider ID */\n FACEBOOK: 'facebook.com',\n /** GitHub provider ID */\n GITHUB: 'github.com',\n /** Google provider ID */\n GOOGLE: 'google.com',\n /** Password provider */\n PASSWORD: 'password',\n /** Phone provider */\n PHONE: 'phone',\n /** Twitter provider ID */\n TWITTER: 'twitter.com'\n} as const;\n\n/**\n * Enumeration of supported sign-in methods.\n *\n * @public\n */\nexport const SignInMethod = {\n /** Email link sign in method */\n EMAIL_LINK: 'emailLink',\n /** Email/password sign in method */\n EMAIL_PASSWORD: 'password',\n /** Facebook sign in method */\n FACEBOOK: 'facebook.com',\n /** GitHub sign in method */\n GITHUB: 'github.com',\n /** Google sign in method */\n GOOGLE: 'google.com',\n /** Phone sign in method */\n PHONE: 'phone',\n /** Twitter sign in method */\n TWITTER: 'twitter.com'\n} as const;\n\n/**\n * Enumeration of supported operation types.\n *\n * @public\n */\nexport const OperationType = {\n /** Operation involving linking an additional provider to an already signed-in user. */\n LINK: 'link',\n /** Operation involving using a provider to reauthenticate an already signed-in user. */\n REAUTHENTICATE: 'reauthenticate',\n /** Operation involving signing in a user. */\n SIGN_IN: 'signIn'\n} as const;\n\n/**\n * An enumeration of the possible email action types.\n *\n * @public\n */\nexport const ActionCodeOperation = {\n /** The email link sign-in action. */\n EMAIL_SIGNIN: 'EMAIL_SIGNIN',\n /** The password reset action. */\n PASSWORD_RESET: 'PASSWORD_RESET',\n /** The email revocation action. */\n RECOVER_EMAIL: 'RECOVER_EMAIL',\n /** The revert second factor addition email action. */\n REVERT_SECOND_FACTOR_ADDITION: 'REVERT_SECOND_FACTOR_ADDITION',\n /** The revert second factor addition email action. */\n VERIFY_AND_CHANGE_EMAIL: 'VERIFY_AND_CHANGE_EMAIL',\n /** The email verification action. */\n VERIFY_EMAIL: 'VERIFY_EMAIL'\n} as const;\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { Persistence } from '../../model/public_types';\n\nexport const enum PersistenceType {\n SESSION = 'SESSION',\n LOCAL = 'LOCAL',\n NONE = 'NONE'\n}\n\nexport type PersistedBlob = Record;\n\nexport interface Instantiator {\n (blob: PersistedBlob): T;\n}\n\nexport type PersistenceValue = PersistedBlob | string;\n\nexport const STORAGE_AVAILABLE_KEY = '__sak';\n\nexport interface StorageEventListener {\n (value: PersistenceValue | null): void;\n}\n\nexport interface PersistenceInternal extends Persistence {\n type: PersistenceType;\n _isAvailable(): Promise;\n _set(key: string, value: PersistenceValue): Promise;\n _get(key: string): Promise;\n _remove(key: string): Promise;\n _addListener(key: string, listener: StorageEventListener): void;\n _removeListener(key: string, listener: StorageEventListener): void;\n // Should this persistence allow migration up the chosen hierarchy?\n _shouldAllowMigration?: boolean;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { getModularInstance } from '@firebase/util';\nimport {\n Auth,\n NextOrObserver,\n Persistence,\n User,\n CompleteFn,\n ErrorFn,\n Unsubscribe\n} from '../model/public_types';\n\nexport {\n debugErrorMap,\n prodErrorMap,\n AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as AuthErrorCodes\n} from './errors';\n\n// Non-optional auth methods.\n/**\n * Changes the type of persistence on the {@link Auth} instance for the currently saved\n * `Auth` session and applies this type of persistence for future sign-in requests, including\n * sign-in with redirect requests.\n *\n * @remarks\n * This makes it easy for a user signing in to specify whether their session should be\n * remembered or not. It also makes it easier to never persist the `Auth` state for applications\n * that are shared by other users or have sensitive data.\n *\n * @example\n * ```javascript\n * setPersistence(auth, browserSessionPersistence);\n * ```\n *\n * @param auth - The {@link Auth} instance.\n * @param persistence - The {@link Persistence} to use.\n * @returns A `Promise` that resolves once the persistence change has completed\n *\n * @public\n */\nexport function setPersistence(\n auth: Auth,\n persistence: Persistence\n): Promise {\n return getModularInstance(auth).setPersistence(persistence);\n}\n/**\n * Adds an observer for changes to the signed-in user's ID token.\n *\n * @remarks\n * This includes sign-in, sign-out, and token refresh events.\n *\n * @param auth - The {@link Auth} instance.\n * @param nextOrObserver - callback triggered on change.\n * @param error - Deprecated. This callback is never triggered. Errors\n * on signing in/out can be caught in promises returned from\n * sign-in/sign-out functions.\n * @param completed - Deprecated. This callback is never triggered.\n *\n * @public\n */\nexport function onIdTokenChanged(\n auth: Auth,\n nextOrObserver: NextOrObserver,\n error?: ErrorFn,\n completed?: CompleteFn\n): Unsubscribe {\n return getModularInstance(auth).onIdTokenChanged(\n nextOrObserver,\n error,\n completed\n );\n}\n/**\n * Adds a blocking callback that runs before an auth state change\n * sets a new user.\n *\n * @param auth - The {@link Auth} instance.\n * @param callback - callback triggered before new user value is set.\n * If this throws, it blocks the user from being set.\n * @param onAbort - callback triggered if a later `beforeAuthStateChanged()`\n * callback throws, allowing you to undo any side effects.\n */\nexport function beforeAuthStateChanged(\n auth: Auth,\n callback: (user: User | null) => void | Promise,\n onAbort?: () => void\n): Unsubscribe {\n return getModularInstance(auth).beforeAuthStateChanged(callback, onAbort);\n}\n/**\n * Adds an observer for changes to the user's sign-in state.\n *\n * @remarks\n * To keep the old behavior, see {@link onIdTokenChanged}.\n *\n * @param auth - The {@link Auth} instance.\n * @param nextOrObserver - callback triggered on change.\n * @param error - Deprecated. This callback is never triggered. Errors\n * on signing in/out can be caught in promises returned from\n * sign-in/sign-out functions.\n * @param completed - Deprecated. This callback is never triggered.\n *\n * @public\n */\nexport function onAuthStateChanged(\n auth: Auth,\n nextOrObserver: NextOrObserver,\n error?: ErrorFn,\n completed?: CompleteFn\n): Unsubscribe {\n return getModularInstance(auth).onAuthStateChanged(\n nextOrObserver,\n error,\n completed\n );\n}\n/**\n * Sets the current language to the default device/browser preference.\n *\n * @param auth - The {@link Auth} instance.\n *\n * @public\n */\nexport function useDeviceLanguage(auth: Auth): void {\n getModularInstance(auth).useDeviceLanguage();\n}\n/**\n * Asynchronously sets the provided user as {@link Auth.currentUser} on the\n * {@link Auth} instance.\n *\n * @remarks\n * A new instance copy of the user provided will be made and set as currentUser.\n *\n * This will trigger {@link onAuthStateChanged} and {@link onIdTokenChanged} listeners\n * like other sign in methods.\n *\n * The operation fails with an error if the user to be updated belongs to a different Firebase\n * project.\n *\n * @param auth - The {@link Auth} instance.\n * @param user - The new {@link User}.\n *\n * @public\n */\nexport function updateCurrentUser(\n auth: Auth,\n user: User | null\n): Promise {\n return getModularInstance(auth).updateCurrentUser(user);\n}\n/**\n * Signs out the current user.\n *\n * @param auth - The {@link Auth} instance.\n *\n * @public\n */\nexport function signOut(auth: Auth): Promise {\n return getModularInstance(auth).signOut();\n}\n\nexport { initializeAuth } from './auth/initialize';\nexport { connectAuthEmulator } from './auth/emulator';\n\n// credentials\nexport { AuthCredential } from './credentials';\nexport { EmailAuthCredential } from './credentials/email';\nexport { OAuthCredential } from './credentials/oauth';\nexport { PhoneAuthCredential } from './credentials/phone';\n\n// persistence\nexport { inMemoryPersistence } from './persistence/in_memory';\n\n// providers\nexport { EmailAuthProvider } from './providers/email';\nexport { FacebookAuthProvider } from './providers/facebook';\nexport { CustomParameters } from './providers/federated';\nexport { GoogleAuthProvider } from './providers/google';\nexport { GithubAuthProvider } from './providers/github';\nexport { OAuthProvider, OAuthCredentialOptions } from './providers/oauth';\nexport { SAMLAuthProvider } from './providers/saml';\nexport { TwitterAuthProvider } from './providers/twitter';\n\n// strategies\nexport { signInAnonymously } from './strategies/anonymous';\nexport {\n signInWithCredential,\n linkWithCredential,\n reauthenticateWithCredential\n} from './strategies/credential';\nexport { signInWithCustomToken } from './strategies/custom_token';\nexport {\n sendPasswordResetEmail,\n confirmPasswordReset,\n applyActionCode,\n checkActionCode,\n verifyPasswordResetCode,\n createUserWithEmailAndPassword,\n signInWithEmailAndPassword\n} from './strategies/email_and_password';\nexport {\n sendSignInLinkToEmail,\n isSignInWithEmailLink,\n signInWithEmailLink\n} from './strategies/email_link';\nexport {\n fetchSignInMethodsForEmail,\n sendEmailVerification,\n verifyBeforeUpdateEmail\n} from './strategies/email';\n\n// core\nexport { ActionCodeURL, parseActionCodeURL } from './action_code_url';\n\n// user\nexport {\n updateProfile,\n updateEmail,\n updatePassword\n} from './user/account_info';\nexport { getIdToken, getIdTokenResult } from './user/id_token_result';\nexport { unlink } from './user/link_unlink';\nexport { getAdditionalUserInfo } from './user/additional_user_info';\n\n// Non-optional user methods.\nexport { reload } from './user/reload';\n/**\n * Deletes and signs out the user.\n *\n * @remarks\n * Important: this is a security-sensitive operation that requires the user to have recently\n * signed in. If this requirement isn't met, ask the user to authenticate again and then call\n * {@link reauthenticateWithCredential}.\n *\n * @param user - The user.\n *\n * @public\n */\nexport async function deleteUser(user: User): Promise {\n return getModularInstance(user).delete();\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n ActionCodeOperation,\n ActionCodeSettings,\n Auth,\n User\n} from '../../model/public_types';\n\nimport {\n createAuthUri,\n CreateAuthUriRequest\n} from '../../api/authentication/create_auth_uri';\nimport * as api from '../../api/authentication/email_and_password';\nimport { UserInternal } from '../../model/user';\nimport { _getCurrentUrl, _isHttpOrHttps } from '../util/location';\nimport { _setActionCodeSettingsOnRequest } from './action_code_settings';\nimport { getModularInstance } from '@firebase/util';\n\n/**\n * Gets the list of possible sign in methods for the given email address.\n *\n * @remarks\n * This is useful to differentiate methods of sign-in for the same provider, eg.\n * {@link EmailAuthProvider} which has 2 methods of sign-in,\n * {@link SignInMethod}.EMAIL_PASSWORD and\n * {@link SignInMethod}.EMAIL_LINK.\n *\n * @param auth - The {@link Auth} instance.\n * @param email - The user's email address.\n *\n * @public\n */\nexport async function fetchSignInMethodsForEmail(\n auth: Auth,\n email: string\n): Promise {\n // createAuthUri returns an error if continue URI is not http or https.\n // For environments like Cordova, Chrome extensions, native frameworks, file\n // systems, etc, use http://localhost as continue URL.\n const continueUri = _isHttpOrHttps() ? _getCurrentUrl() : 'http://localhost';\n const request: CreateAuthUriRequest = {\n identifier: email,\n continueUri\n };\n\n const { signinMethods } = await createAuthUri(\n getModularInstance(auth),\n request\n );\n\n return signinMethods || [];\n}\n\n/**\n * Sends a verification email to a user.\n *\n * @remarks\n * The verification process is completed by calling {@link applyActionCode}.\n *\n * @example\n * ```javascript\n * const actionCodeSettings = {\n * url: 'https://www.example.com/?email=user@example.com',\n * iOS: {\n * bundleId: 'com.example.ios'\n * },\n * android: {\n * packageName: 'com.example.android',\n * installApp: true,\n * minimumVersion: '12'\n * },\n * handleCodeInApp: true\n * };\n * await sendEmailVerification(user, actionCodeSettings);\n * // Obtain code from the user.\n * await applyActionCode(auth, code);\n * ```\n *\n * @param user - The user.\n * @param actionCodeSettings - The {@link ActionCodeSettings}.\n *\n * @public\n */\nexport async function sendEmailVerification(\n user: User,\n actionCodeSettings?: ActionCodeSettings | null\n): Promise {\n const userInternal = getModularInstance(user) as UserInternal;\n const idToken = await user.getIdToken();\n const request: api.VerifyEmailRequest = {\n requestType: ActionCodeOperation.VERIFY_EMAIL,\n idToken\n };\n if (actionCodeSettings) {\n _setActionCodeSettingsOnRequest(\n userInternal.auth,\n request,\n actionCodeSettings\n );\n }\n\n const { email } = await api.sendEmailVerification(userInternal.auth, request);\n\n if (email !== user.email) {\n await user.reload();\n }\n}\n\n/**\n * Sends a verification email to a new email address.\n *\n * @remarks\n * The user's email will be updated to the new one after being verified.\n *\n * If you have a custom email action handler, you can complete the verification process by calling\n * {@link applyActionCode}.\n *\n * @example\n * ```javascript\n * const actionCodeSettings = {\n * url: 'https://www.example.com/?email=user@example.com',\n * iOS: {\n * bundleId: 'com.example.ios'\n * },\n * android: {\n * packageName: 'com.example.android',\n * installApp: true,\n * minimumVersion: '12'\n * },\n * handleCodeInApp: true\n * };\n * await verifyBeforeUpdateEmail(user, 'newemail@example.com', actionCodeSettings);\n * // Obtain code from the user.\n * await applyActionCode(auth, code);\n * ```\n *\n * @param user - The user.\n * @param newEmail - The new email address to be verified before update.\n * @param actionCodeSettings - The {@link ActionCodeSettings}.\n *\n * @public\n */\nexport async function verifyBeforeUpdateEmail(\n user: User,\n newEmail: string,\n actionCodeSettings?: ActionCodeSettings | null\n): Promise {\n const userInternal = getModularInstance(user) as UserInternal;\n const idToken = await user.getIdToken();\n const request: api.VerifyAndChangeEmailRequest = {\n requestType: ActionCodeOperation.VERIFY_AND_CHANGE_EMAIL,\n idToken,\n newEmail\n };\n if (actionCodeSettings) {\n _setActionCodeSettingsOnRequest(\n userInternal.auth,\n request,\n actionCodeSettings\n );\n }\n\n const { email } = await api.verifyAndChangeEmail(userInternal.auth, request);\n\n if (email !== user.email) {\n // If the local copy of the email on user is outdated, reload the\n // user.\n await user.reload();\n }\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { _getProvider, FirebaseApp } from '@firebase/app';\nimport { deepEqual } from '@firebase/util';\nimport { Auth, Dependencies } from '../../model/public_types';\n\nimport { AuthErrorCode } from '../errors';\nimport { PersistenceInternal } from '../persistence';\nimport { _fail } from '../util/assert';\nimport { _getInstance } from '../util/instantiator';\nimport { AuthImpl } from './auth_impl';\n\n/**\n * Initializes an {@link Auth} instance with fine-grained control over\n * {@link Dependencies}.\n *\n * @remarks\n *\n * This function allows more control over the {@link Auth} instance than\n * {@link getAuth}. `getAuth` uses platform-specific defaults to supply\n * the {@link Dependencies}. In general, `getAuth` is the easiest way to\n * initialize Auth and works for most use cases. Use `initializeAuth` if you\n * need control over which persistence layer is used, or to minimize bundle\n * size if you're not using either `signInWithPopup` or `signInWithRedirect`.\n *\n * For example, if your app only uses anonymous accounts and you only want\n * accounts saved for the current session, initialize `Auth` with:\n *\n * ```js\n * const auth = initializeAuth(app, {\n * persistence: browserSessionPersistence,\n * popupRedirectResolver: undefined,\n * });\n * ```\n *\n * @public\n */\nexport function initializeAuth(app: FirebaseApp, deps?: Dependencies): Auth {\n const provider = _getProvider(app, 'auth');\n\n if (provider.isInitialized()) {\n const auth = provider.getImmediate() as AuthImpl;\n const initialOptions = provider.getOptions() as Dependencies;\n if (deepEqual(initialOptions, deps ?? {})) {\n return auth;\n } else {\n _fail(auth, AuthErrorCode.ALREADY_INITIALIZED);\n }\n }\n\n const auth = provider.initialize({ options: deps }) as AuthImpl;\n\n return auth;\n}\n\nexport function _initializeAuthInstance(\n auth: AuthImpl,\n deps?: Dependencies\n): void {\n const persistence = deps?.persistence || [];\n const hierarchy = (\n Array.isArray(persistence) ? persistence : [persistence]\n ).map(_getInstance);\n if (deps?.errorMap) {\n auth._updateErrorMap(deps.errorMap);\n }\n\n // This promise is intended to float; auth initialization happens in the\n // background, meanwhile the auth object may be used by the app.\n // eslint-disable-next-line @typescript-eslint/no-floating-promises\n auth._initializeWithPersistence(hierarchy, deps?.popupRedirectResolver);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n ActionCodeOperation,\n ActionCodeSettings,\n Auth,\n UserCredential\n} from '../../model/public_types';\n\nimport * as api from '../../api/authentication/email_and_password';\nimport { ActionCodeURL } from '../action_code_url';\nimport { EmailAuthProvider } from '../providers/email';\nimport { _getCurrentUrl } from '../util/location';\nimport { _setActionCodeSettingsOnRequest } from './action_code_settings';\nimport { signInWithCredential } from './credential';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\nimport { getModularInstance } from '@firebase/util';\n\n/**\n * Sends a sign-in email link to the user with the specified email.\n *\n * @remarks\n * The sign-in operation has to always be completed in the app unlike other out of band email\n * actions (password reset and email verifications). This is because, at the end of the flow,\n * the user is expected to be signed in and their Auth state persisted within the app.\n *\n * To complete sign in with the email link, call {@link signInWithEmailLink} with the email\n * address and the email link supplied in the email sent to the user.\n *\n * @example\n * ```javascript\n * const actionCodeSettings = {\n * url: 'https://www.example.com/?email=user@example.com',\n * iOS: {\n * bundleId: 'com.example.ios'\n * },\n * android: {\n * packageName: 'com.example.android',\n * installApp: true,\n * minimumVersion: '12'\n * },\n * handleCodeInApp: true\n * };\n * await sendSignInLinkToEmail(auth, 'user@example.com', actionCodeSettings);\n * // Obtain emailLink from the user.\n * if(isSignInWithEmailLink(auth, emailLink)) {\n * await signInWithEmailLink(auth, 'user@example.com', emailLink);\n * }\n * ```\n *\n * @param authInternal - The {@link Auth} instance.\n * @param email - The user's email address.\n * @param actionCodeSettings - The {@link ActionCodeSettings}.\n *\n * @public\n */\nexport async function sendSignInLinkToEmail(\n auth: Auth,\n email: string,\n actionCodeSettings: ActionCodeSettings\n): Promise {\n const authModular = getModularInstance(auth);\n const request: api.EmailSignInRequest = {\n requestType: ActionCodeOperation.EMAIL_SIGNIN,\n email\n };\n _assert(\n actionCodeSettings.handleCodeInApp,\n authModular,\n AuthErrorCode.ARGUMENT_ERROR\n );\n if (actionCodeSettings) {\n _setActionCodeSettingsOnRequest(authModular, request, actionCodeSettings);\n }\n\n await api.sendSignInLinkToEmail(authModular, request);\n}\n\n/**\n * Checks if an incoming link is a sign-in with email link suitable for {@link signInWithEmailLink}.\n *\n * @param auth - The {@link Auth} instance.\n * @param emailLink - The link sent to the user's email address.\n *\n * @public\n */\nexport function isSignInWithEmailLink(auth: Auth, emailLink: string): boolean {\n const actionCodeUrl = ActionCodeURL.parseLink(emailLink);\n return actionCodeUrl?.operation === ActionCodeOperation.EMAIL_SIGNIN;\n}\n\n/**\n * Asynchronously signs in using an email and sign-in email link.\n *\n * @remarks\n * If no link is passed, the link is inferred from the current URL.\n *\n * Fails with an error if the email address is invalid or OTP in email link expires.\n *\n * Note: Confirm the link is a sign-in email link before calling this method firebase.auth.Auth.isSignInWithEmailLink.\n *\n * @example\n * ```javascript\n * const actionCodeSettings = {\n * url: 'https://www.example.com/?email=user@example.com',\n * iOS: {\n * bundleId: 'com.example.ios'\n * },\n * android: {\n * packageName: 'com.example.android',\n * installApp: true,\n * minimumVersion: '12'\n * },\n * handleCodeInApp: true\n * };\n * await sendSignInLinkToEmail(auth, 'user@example.com', actionCodeSettings);\n * // Obtain emailLink from the user.\n * if(isSignInWithEmailLink(auth, emailLink)) {\n * await signInWithEmailLink(auth, 'user@example.com', emailLink);\n * }\n * ```\n *\n * @param auth - The {@link Auth} instance.\n * @param email - The user's email address.\n * @param emailLink - The link sent to the user's email address.\n *\n * @public\n */\nexport async function signInWithEmailLink(\n auth: Auth,\n email: string,\n emailLink?: string\n): Promise {\n const authModular = getModularInstance(auth);\n const credential = EmailAuthProvider.credentialWithLink(\n email,\n emailLink || _getCurrentUrl()\n );\n // Check if the tenant ID in the email link matches the tenant ID on Auth\n // instance.\n _assert(\n credential._tenantId === (authModular.tenantId || null),\n authModular,\n AuthErrorCode.TENANT_ID_MISMATCH\n );\n return signInWithCredential(authModular, credential);\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { _registerComponent, registerVersion } from '@firebase/app';\nimport {\n Component,\n ComponentType,\n InstantiationMode\n} from '@firebase/component';\n\nimport { name, version } from '../../../package.json';\nimport { AuthErrorCode } from '../errors';\nimport { _assert } from '../util/assert';\nimport { _getClientVersion, ClientPlatform } from '../util/version';\nimport { _castAuth, AuthImpl, DefaultConfig } from './auth_impl';\nimport { AuthInterop } from './firebase_internal';\nimport { ConfigInternal } from '../../model/auth';\nimport { Dependencies } from '../../model/public_types';\nimport { _initializeAuthInstance } from './initialize';\n\nexport const enum _ComponentName {\n AUTH = 'auth',\n AUTH_INTERNAL = 'auth-internal'\n}\n\nfunction getVersionForPlatform(\n clientPlatform: ClientPlatform\n): string | undefined {\n switch (clientPlatform) {\n case ClientPlatform.NODE:\n return 'node';\n case ClientPlatform.REACT_NATIVE:\n return 'rn';\n case ClientPlatform.WORKER:\n return 'webworker';\n case ClientPlatform.CORDOVA:\n return 'cordova';\n default:\n return undefined;\n }\n}\n\n/** @internal */\nexport function registerAuth(clientPlatform: ClientPlatform): void {\n _registerComponent(\n new Component(\n _ComponentName.AUTH,\n (container, { options: deps }: { options?: Dependencies }) => {\n const app = container.getProvider('app').getImmediate()!;\n const heartbeatServiceProvider =\n container.getProvider<'heartbeat'>('heartbeat');\n const { apiKey, authDomain } = app.options;\n return ((app, heartbeatServiceProvider) => {\n _assert(\n apiKey && !apiKey.includes(':'),\n AuthErrorCode.INVALID_API_KEY,\n { appName: app.name }\n );\n // Auth domain is optional if IdP sign in isn't being used\n _assert(!authDomain?.includes(':'), AuthErrorCode.ARGUMENT_ERROR, {\n appName: app.name\n });\n const config: ConfigInternal = {\n apiKey,\n authDomain,\n clientPlatform,\n apiHost: DefaultConfig.API_HOST,\n tokenApiHost: DefaultConfig.TOKEN_API_HOST,\n apiScheme: DefaultConfig.API_SCHEME,\n sdkClientVersion: _getClientVersion(clientPlatform)\n };\n\n const authInstance = new AuthImpl(\n app,\n heartbeatServiceProvider,\n config\n );\n _initializeAuthInstance(authInstance, deps);\n\n return authInstance;\n })(app, heartbeatServiceProvider);\n },\n ComponentType.PUBLIC\n )\n /**\n * Auth can only be initialized by explicitly calling getAuth() or initializeAuth()\n * For why we do this, See go/firebase-next-auth-init\n */\n .setInstantiationMode(InstantiationMode.EXPLICIT)\n /**\n * Because all firebase products that depend on auth depend on auth-internal directly,\n * we need to initialize auth-internal after auth is initialized to make it available to other firebase products.\n */\n .setInstanceCreatedCallback(\n (container, _instanceIdentifier, _instance) => {\n const authInternalProvider = container.getProvider(\n _ComponentName.AUTH_INTERNAL\n );\n authInternalProvider.initialize();\n }\n )\n );\n\n _registerComponent(\n new Component(\n _ComponentName.AUTH_INTERNAL,\n container => {\n const auth = _castAuth(\n container.getProvider(_ComponentName.AUTH).getImmediate()!\n );\n return (auth => new AuthInterop(auth))(auth);\n },\n ComponentType.PRIVATE\n ).setInstantiationMode(InstantiationMode.EXPLICIT)\n );\n\n registerVersion(name, version, getVersionForPlatform(clientPlatform));\n // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation\n registerVersion(name, version, '__BUILD_TARGET__');\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Auth, UserCredential } from '../../model/public_types';\nimport { signUp } from '../../api/authentication/sign_up';\nimport { UserInternal } from '../../model/user';\nimport { UserCredentialImpl } from '../user/user_credential_impl';\nimport { _castAuth } from '../auth/auth_impl';\nimport { OperationType } from '../../model/enums';\n\n/**\n * Asynchronously signs in as an anonymous user.\n *\n * @remarks\n * If there is already an anonymous user signed in, that user will be returned; otherwise, a\n * new anonymous user identity will be created and returned.\n *\n * @param auth - The {@link Auth} instance.\n *\n * @public\n */\nexport async function signInAnonymously(auth: Auth): Promise {\n const authInternal = _castAuth(auth);\n await authInternal._initializationPromise;\n if (authInternal.currentUser?.isAnonymous) {\n // If an anonymous user is already signed in, no need to sign them in again.\n return new UserCredentialImpl({\n user: authInternal.currentUser as UserInternal,\n providerId: null,\n operationType: OperationType.SIGN_IN\n });\n }\n const response = await signUp(authInternal, {\n returnSecureToken: true\n });\n const userCredential = await UserCredentialImpl._fromIdTokenResponse(\n authInternal,\n OperationType.SIGN_IN,\n response,\n true\n );\n await authInternal._updateCurrentUser(userCredential.user);\n return userCredential;\n}\n","/**\n * @license\n * Copyright 2020 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Auth, UserCredential } from '../../model/public_types';\n\nimport { signInWithCustomToken as getIdTokenResponse } from '../../api/authentication/custom_token';\nimport { IdTokenResponse } from '../../model/id_token';\nimport { UserCredentialImpl } from '../user/user_credential_impl';\nimport { _castAuth } from '../auth/auth_impl';\nimport { OperationType } from '../../model/enums';\n\n/**\n * Asynchronously signs in using a custom token.\n *\n * @remarks\n * Custom tokens are used to integrate Firebase Auth with existing auth systems, and must\n * be generated by an auth backend using the\n * {@link https://firebase.google.com/docs/reference/admin/node/admin.auth.Auth#createcustomtoken | createCustomToken}\n * method in the {@link https://firebase.google.com/docs/auth/admin | Admin SDK} .\n *\n * Fails with an error if the token is invalid, expired, or not accepted by the Firebase Auth service.\n *\n * @param auth - The {@link Auth} instance.\n * @param customToken - The custom token to sign in with.\n *\n * @public\n */\nexport async function signInWithCustomToken(\n auth: Auth,\n customToken: string\n): Promise {\n const authInternal = _castAuth(auth);\n const response: IdTokenResponse = await getIdTokenResponse(authInternal, {\n token: customToken,\n returnSecureToken: true\n });\n const cred = await UserCredentialImpl._fromIdTokenResponse(\n authInternal,\n OperationType.SIGN_IN,\n response\n );\n await authInternal._updateCurrentUser(cred.user);\n return cred;\n}\n","/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Persistence, ReactNativeAsyncStorage } from '../../model/public_types';\n\nimport {\n PersistenceInternal,\n PersistenceType,\n PersistenceValue,\n STORAGE_AVAILABLE_KEY,\n StorageEventListener\n} from '../../core/persistence';\n\n/**\n * Returns a persistence object that wraps `AsyncStorage` imported from\n * `react-native` or `@react-native-community/async-storage`, and can\n * be used in the persistence dependency field in {@link initializeAuth}.\n *\n * @public\n */\nexport function getReactNativePersistence(\n storage: ReactNativeAsyncStorage\n): Persistence {\n // In the _getInstance() implementation (see src/core/persistence/index.ts),\n // we expect each \"externs.Persistence\" object passed to us by the user to\n // be able to be instantiated (as a class) using \"new\". That function also\n // expects the constructor to be empty. Since ReactNativeStorage requires the\n // underlying storage layer, we need to be able to create subclasses\n // (closures, esentially) that have the storage layer but empty constructor.\n return class implements PersistenceInternal {\n static type: 'LOCAL' = 'LOCAL';\n readonly type: PersistenceType = PersistenceType.LOCAL;\n\n async _isAvailable(): Promise {\n try {\n if (!storage) {\n return false;\n }\n await storage.setItem(STORAGE_AVAILABLE_KEY, '1');\n await storage.removeItem(STORAGE_AVAILABLE_KEY);\n return true;\n } catch {\n return false;\n }\n }\n\n _set(key: string, value: PersistenceValue): Promise {\n return storage.setItem(key, JSON.stringify(value));\n }\n\n async _get(key: string): Promise {\n const json = await storage.getItem(key);\n return json ? JSON.parse(json) : null;\n }\n\n _remove(key: string): Promise {\n return storage.removeItem(key);\n }\n\n _addListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for React Native storage.\n return;\n }\n\n _removeListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for React Native storage.\n return;\n }\n };\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * This is the file that people using React Native will actually import. You\n * should only include this file if you have something specific about your\n * implementation that mandates having a separate entrypoint. Otherwise you can\n * just use index.ts\n */\n\nimport * as ReactNative from 'react-native';\n\nimport { FirebaseApp, getApp, _getProvider } from '@firebase/app';\nimport { Auth, Persistence } from './src/model/public_types';\n\nimport { initializeAuth } from './src';\nimport { registerAuth } from './src/core/auth/register';\nimport { ClientPlatform } from './src/core/util/version';\nimport { getReactNativePersistence } from './src/platform_react_native/persistence/react_native';\n\n// Core functionality shared by all clients\nexport * from './index.shared';\n\n// Export some Phone symbols\n// providers\nexport { PhoneAuthProvider } from './src/platform_browser/providers/phone';\n\n// strategies\nexport {\n signInWithPhoneNumber,\n linkWithPhoneNumber,\n reauthenticateWithPhoneNumber,\n updatePhoneNumber\n} from './src/platform_browser/strategies/phone';\n\n// MFA\nexport { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';\n\n/**\n * An implementation of {@link Persistence} of type 'LOCAL' for use in React\n * Native environments.\n *\n * @public\n */\nexport const reactNativeLocalPersistence: Persistence =\n getReactNativePersistence({\n getItem(...args) {\n // Called inline to avoid deprecation warnings on startup.\n return ReactNative.AsyncStorage.getItem(...args);\n },\n setItem(...args) {\n // Called inline to avoid deprecation warnings on startup.\n return ReactNative.AsyncStorage.setItem(...args);\n },\n removeItem(...args) {\n // Called inline to avoid deprecation warnings on startup.\n return ReactNative.AsyncStorage.removeItem(...args);\n }\n });\n\nexport { getReactNativePersistence };\n\nexport function getAuth(app: FirebaseApp = getApp()): Auth {\n const provider = _getProvider(app, 'auth');\n\n if (provider.isInitialized()) {\n return provider.getImmediate();\n }\n\n return initializeAuth(app, {\n persistence: reactNativeLocalPersistence\n });\n}\n\nregisterAuth(ClientPlatform.REACT_NATIVE);\n"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","prototype","hasOwnProperty","call","__assign","assign","t","s","i","n","arguments","length","apply","this","__createBinding","create","o","m","k","k2","undefined","defineProperty","enumerable","get","__values","Symbol","iterator","next","value","done","TypeError","__read","r","e","ar","push","error","__await","v","__setModuleDefault","String","__","constructor","indexOf","getOwnPropertySymbols","propertyIsEnumerable","decorators","target","key","desc","c","getOwnPropertyDescriptor","Reflect","decorate","paramIndex","decorator","metadataKey","metadataValue","metadata","thisArg","_arguments","P","generator","Promise","resolve","reject","fulfilled","step","rejected","result","then","body","f","y","g","_","label","sent","trys","ops","verb","throw","return","op","pop","concat","il","a","j","jl","to","from","pack","l","slice","asyncIterator","q","resume","fulfill","settle","shift","cooked","raw","mod","__esModule","default","receiver","state","kind","has","set","CONSTANTS","NODE_CLIENT","NODE_ADMIN","SDK_VERSION","assert","assertion","message","assertionError","Error","stringToByteArray","str","out","charCodeAt","base64","byteToCharMap_","charToByteMap_","byteToCharMapWebSafe_","charToByteMapWebSafe_","ENCODED_VALS_BASE","ENCODED_VALS","ENCODED_VALS_WEBSAFE","HAS_NATIVE_SUPPORT","atob","encodeByteArray","input","webSafe","isArray","init_","byteToCharMap","output","byte1","haveByte2","byte2","haveByte3","byte3","outByte1","outByte2","outByte3","outByte4","join","encodeString","btoa","decodeString","bytes","pos","c1","fromCharCode","c2","u","c3","byteArrayToString","decodeStringToByteArray","charToByteMap","charAt","byte4","base64Encode","utf8Bytes","base64urlEncodeWithoutPadding","replace","base64Decode","console","deepExtend","source","Date","getTime","prop","getGlobal","self","window","global","getDefaults","__FIREBASE_DEFAULTS__","process","env","defaultsJsonString","JSON","parse","getDefaultsFromEnvVariable","document","match","cookie","decoded","getDefaultsFromCookie","info","getDefaultEmulatorHost","productName","_a","_b","emulatorHosts","Deferred","promise","wrapCallback","callback","catch","getUA","navigator","isNode","forceEnvironment","toString","FirebaseError","code","customData","super","name","captureStackTrace","ErrorFactory","service","serviceName","errors","data","fullCode","template","PATTERN","replaceTemplate","fullMessage","jsonEval","decode","token","header","claims","signature","parts","split","isObject","thing","ObserverProxy","executor","onNoObservers","observers","unsubscribes","observerCount","task","finalized","forEachObserver","observer","close","complete","subscribe","nextOrObserver","obj","methods","method","implementsAnyMethods","noop","unsub","unsubscribeOne","bind","finalError","fn","sendOne","err","errorPrefix","fnName","argName","chain_","buf_","W_","pad_","inbuf_","total_","blockSize","reset","compress_","buf","offset","W","update","lengthMinusBlock","inbuf","digest","totalBits","cookieEnabled","onError","args","backoffCount","intervalMillis","backoffFactor","currBaseValue","Math","pow","randomWait","round","random","min","projectId","uid","project","iat","sub","user_id","payload","iss","aud","exp","auth_time","firebase","sign_in_provider","identities","stringify","alg","type","proxy","deepEqual","aKeys","keys","bKeys","includes","aProp","bProp","url","queryStart","fragmentStart","substring","config","host","separatorIndex","lastIndexOf","port","parseInt","_delegate","runtime","chrome","browser","id","ua","indexedDB","test","userAgent","now","floor","validSince","validUntil","contextObj","res","Number","isFinite","cent","abs","dec","indicator","timeInMS","deferredPromise","setTimeout","querystringParams","params","entries","forEach","arrayVal","encodeURIComponent","querystring","decodeURIComponent","high","minCount","maxCount","argCount","argError","argumentName","optional","context","preExist","DB_CHECK_NAME","request","open","onsuccess","deleteDatabase","onupgradeneeded","onerror","namespace","Component","instanceFactory","multipleInstances","serviceProps","instantiationMode","onInstanceCreated","setInstantiationMode","mode","setMultipleInstances","setServiceProps","props","setInstanceCreatedCallback","Provider","container","component","instances","Map","instancesDeferred","instancesOptions","onInitCallbacks","identifier","normalizedIdentifier","normalizeInstanceIdentifier","deferred","isInitialized","shouldAutoInitialize","instance","getOrInitializeService","instanceIdentifier","getImmediate","options","getComponent","setComponent","isComponentEager","_c","_d","instanceDeferred","clearInstance","delete","services","values","all","__spreadArray","filter","map","INTERNAL","_delete","isComponentSet","getOptions","initialize","opts","_e","onInit","existingCallbacks","Set","add","existingInstance","invokeOnInitCallbacks","callbacks","callbacks_1","callbacks_1_1","ComponentContainer","providers","addComponent","provider","getProvider","addOrOverwriteComponent","getProviders","LogLevel","levelStringToEnum","debug","DEBUG","verbose","VERBOSE","INFO","warn","WARN","ERROR","silent","SILENT","defaultLogLevel","ConsoleMethod","defaultLogHandler","logType","_i","logLevel","toISOString","Logger","_logLevel","_logHandler","_userLogHandler","val","setLogLevel","log","level","inst","logCallback","_loop_1","customLogLevel","userLogHandler","arg","ignored","toLowerCase","instances_1","_prodErrorMap","debugErrorMap","prodErrorMap","_DEFAULT_AUTH_ERROR_FACTORY","logClient","_logError","msg","_fail","authOrCode","rest","createErrorInternal","_createError","_errorWithCustomMessage","auth","errorMap","tslib","appName","fullParams","_errorFactory","_assert","debugFail","failure","debugAssert","instanceCache","_getInstance","cls","Function","_getCurrentUrl","location","href","_isHttpOrHttps","_getCurrentScheme","protocol","Delay","shortDelay","longDelay","isMobile","isMobileCordova","isReactNative","onLine","isBrowserExtension","_emulatorUrl","path","emulator","startsWith","FetchProvider","fetchImpl","headersImpl","responseImpl","fetch","headers","Headers","response","Response","SERVER_ERROR_MAP","_a$1","DEFAULT_API_TIMEOUT_MS","_addTidIfNecessary","tenantId","_performApiRequest","customErrorMap","_performFetchWithErrorHandling","__awaiter","_this","query","apiKey","_getAdditionalHeaders","languageCode","_getFinalTarget","apiHost","referrerPolicy","fetchFn","_canInitEmulator","networkTimeout","NetworkTimeout","race","clearNetworkTimeout","json","_makeTaggedError","ok","errorMessage","serverErrorCode","serverErrorMessage","authError","e_1","_performSignInRequest","serverResponse","_serverResponse","base","apiScheme","timer","clearTimeout","errorParams","email","phoneNumber","_tokenResponse","deleteAccount","deleteLinkedAccounts","getAccountInfo","utcTimestampToDateString","utcTimestamp","date","isNaN","toUTCString","getIdTokenResult","user","forceRefresh","userInternal","getModularInstance","getIdToken","_parseToken","signInProvider","authTime","secondsStringToMilliseconds","issuedAtTime","expirationTime","signInSecondFactor","seconds","algorithm","_logoutIfInvalidated","bypassAuthState","isUserInvalidated","currentUser","signOut","ProactiveRefresh","isRunning","timerId","errorBackoff","_start","schedule","_stop","getInterval","wasError","interval","stsTokenManager","max","iteration","UserMetadata","createdAt","lastLoginAt","_initializeTime","lastSignInTime","creationTime","_copy","toJSON","_reloadWithoutSaving","idToken","users","coreAccount","_notifyReloadListener","newProviderData","providerUserInfo","providerId","__rest","rawId","displayName","photoURL","photoUrl","original","providerData","newData","deduped","some","oldIsAnonymous","isAnonymous","newIsAnonymous","passwordHash","updates","localId","emailVerified","reload","_persistUserIfCurrent","_notifyListenersIfCurrent","requestStsToken","refreshToken","grant_type","refresh_token","tokenApiHost","accessToken","access_token","expiresIn","expires_in","StsTokenManager","updateFromServerResponse","parsedToken","updateTokensAndExpiration","getToken","isExpired","refresh","clearRefreshToken","oldToken","expiresInSec","fromJSON","object","manager","_assign","_clone","_performRefresh","assertStringOrUndefined","UserImpl","opt","proactiveRefresh","reloadUserInfo","reloadListener","userInfo","_onReload","_startProactiveRefresh","_stopProactiveRefresh","_updateTokensIfNecessary","tokensRefreshed","_redirectEventId","_fromJSON","_f","_g","_h","plainObjectTokenManager","_fromIdTokenResponse","idTokenResponse","inMemoryPersistence","InMemoryPersistence","storage","_isAvailable","_set","_get","_remove","_addListener","_key","_listener","_removeListener","_persistenceKeyName","PersistenceUserManager","persistence","userKey","fullUserKey","fullPersistenceKey","boundEventHandler","_onStorageEvent","setCurrentUser","getCurrentUser","blob","removeCurrentUser","savePersistenceForRedirect","setPersistence","newPersistence","persistenceHierarchy","availablePersistences","selectedPersistence","userToMigrate","persistenceHierarchy_1","migrationHierarchy","_shouldAllowMigration","_getBrowserName","_isIEMobile","_isFirefox","_isBlackBerry","_isWebOS","_isSafari","_isChromeIOS","_isAndroid","matches","_isIOS","_getClientVersion","clientPlatform","frameworks","reportedPlatform","reportedFrameworks","AuthMiddlewareQueue","queue","pushCallback","onAbort","wrappedCallback","index","runMiddleware","nextUser","onAbortStack","beforeStateCallback","reverse","onAbortStack_1","originalMessage","AuthImpl","app","heartbeatServiceProvider","emulatorConfig","operations","authStateSubscription","Subscription","idTokenSubscription","beforeStateQueue","redirectUser","isProactiveRefreshEnabled","_isInitialized","_deleted","_initializationPromise","_popupRedirectResolver","lastNotifiedUid","settings","appVerificationDisabledForTesting","clientVersion","sdkClientVersion","_initializeWithPersistence","popupRedirectResolver","persistenceManager","_shouldInitProactively","_initialize","initializeCurrentUser","assertedPersistence","_currentUser","_updateCurrentUser","previouslyStoredUser","futureCurrentUser","needsTocheckMiddleware","authDomain","getOrInitRedirectPersistenceManager","redirectUserEventId","storedUserEventId","tryRedirectSignIn","directlySetCurrentUser","_overrideRedirectResult","e_2","reloadAndSetCurrentUserOrClear","redirectResolver","_completeRedirectFn","_setRedirectUser","e_4","useDeviceLanguage","navigatorLanguage","languages","language","_getUserLanguage","updateCurrentUser","userExtern","skipBeforeStateCallbacks","notifyAuthListeners","redirectPersistenceManager","_getPersistence","_updateErrorMap","onAuthStateChanged","completed","registerStateListener","beforeAuthStateChanged","onIdTokenChanged","redirectManager","resolver","_redirectPersistence","_redirectUserForId","__generator","currentUid","subscription","cb","addObserver","action","_logFramework","framework","sort","_getFrameworks","appId","getHeartbeatsHeader","heartbeatsHeader","_castAuth","createSubscribe","extractProtocol","protocolEnd","substr","parsePort","portStr","AuthCredential","signInMethod","_getIdTokenResponse","_auth","_linkToIdToken","_idToken","_getReauthenticationResolver","resetPassword","updateEmailPassword","applyActionCode","signInWithPassword","sendOobCode","sendEmailVerification","sendPasswordResetEmail","sendSignInLinkToEmail","verifyAndChangeEmail","signInWithEmailLink","signInWithEmailLinkForLinking","EmailAuthCredential","_super","_email","_password","_tenantId","__extends","_fromEmailAndPassword","password","_fromEmailAndCode","oobCode","returnSecureToken","signInWithIdp","OAuthCredential","pendingToken","_fromParams","cred","nonce","oauthToken","oauthTokenSecret","secret","buildRequest","autoCreate","requestUri","postBody","sendPhoneVerificationCode","VERIFY_PHONE_NUMBER_FOR_EXISTING_ERROR_MAP_","PhoneAuthCredential","_fromVerification","verificationId","verificationCode","_fromTokenResponse","temporaryProof","signInWithPhoneNumber","_makeVerificationRequest","linkWithPhoneNumber","apiRequest","operation","verifyPhoneNumberForExisting","sessionInfo","ActionCodeURL","actionLink","searchParams","querystringDecode","extractQuerystring","parseMode","continueUrl","parseLink","link","doubleDeepLink","iOSDeepLink","parseDeepLink","EmailAuthProvider","PROVIDER_ID","credential","credentialWithLink","emailLink","actionCodeUrl","EMAIL_PASSWORD_SIGN_IN_METHOD","EMAIL_LINK_SIGN_IN_METHOD","FederatedAuthProvider","defaultLanguageCode","customParameters","setDefaultLanguage","setCustomParameters","customOAuthParameters","getCustomParameters","BaseOAuthProvider","scopes","addScope","scope","getScopes","OAuthProvider","credentialFromJSON","_credential","rawNonce","credentialFromResult","userCredential","oauthCredentialFromTaggedObject","credentialFromError","tokenResponse","oauthIdToken","oauthAccessToken","FacebookAuthProvider","FACEBOOK_SIGN_IN_METHOD","credentialFromTaggedObject","GoogleAuthProvider","GOOGLE_SIGN_IN_METHOD","GithubAuthProvider","GITHUB_SIGN_IN_METHOD","SAMLAuthCredential","_create","SAMLAuthProvider","samlCredentialFromTaggedObject","TwitterAuthProvider","TWITTER_SIGN_IN_METHOD","signUp","UserCredentialImpl","operationType","providerIdForResponse","_forOperation","MultiFactorError","_fromErrorAndOperation","_processCredentialSavingMfaContextIfNecessary","providerDataAsNames","pid","_link","_assertLinkedStatus","expected","providerIds","_reauthenticate","parsed","_signInWithCredential","signInWithCredential","linkWithCredential","reauthenticateWithCredential","signInWithCustomToken","MultiFactorInfoImpl","factorId","mfaEnrollmentId","enrollmentTime","enrolledAt","_fromServerResponse","enrollment","PhoneMultiFactorInfoImpl","phoneInfo","_setActionCodeSettingsOnRequest","actionCodeSettings","dynamicLinkDomain","canHandleCodeInApp","handleCodeInApp","iOS","bundleId","iOSBundleId","android","packageName","androidInstallApp","installApp","androidMinimumVersionCode","minimumVersion","androidPackageName","checkActionCode","account.resetPassword","authModular","requestType","newEmail","mfaInfo","multiFactorInfo","previousEmail","createAuthUri","updateProfile","updateEmailOrPassword","apiUpdateEmailPassword","GenericAdditionalUserInfo","isNewUser","profile","FederatedAdditionalUserInfoWithUsername","username","FacebookAdditionalUserInfo","GithubAdditionalUserInfo","login","GoogleAdditionalUserInfo","TwitterAdditionalUserInfo","screenName","MultiFactorSessionImpl","_fromIdtoken","_fromMfaPendingCredential","mfaPendingCredential","multiFactorSession","pendingCredential","MultiFactorResolverImpl","session","hints","signInResolver","_fromError","authExtern","_process","mfaResponse","resolveSignIn","assertionExtern","startEnrollPhoneMfa","MultiFactorUserImpl","enrolledFactors","_fromUser","getSession","enroll","finalizeMfaResponse","unenroll","infoOrUid","multiFactorUserCache","WeakMap","AuthInterop","internalListeners","getUid","assertAuthConfigured","addAuthTokenListener","listener","unsubscribe","updateProactiveRefresh","removeAuthTokenListener","size","startSignInPhoneMfa","getRecaptchaParams","recaptchaSiteKey","_window","_isWorker","_loadJS","el","createElement","setAttribute","onload","charset","getElementsByTagName","getScriptParentElement","appendChild","_generateCallbackName","prefix","MockReCaptcha","counter","_widgets","render","parameters","MockWidget","optWidgetId","getResponse","execute","containerOrId","deleted","responseToken","clickHandler","getElementById","isVisible","addEventListener","checkIfDeleted","removeEventListener","len","chars","allowedChars","generateRandomAlphaNumericString","expiredCallback","_JSLOAD_CALLBACK","jsHelpers._generateCallbackName","NETWORK_TIMEOUT_DELAY","ReCaptchaLoaderImpl","hostLanguage","librarySeparatelyLoaded","grecaptcha","load","hl","isHostLanguageValid","shouldResolveImmediately","recaptcha","widgetId","jsHelpers._loadJS","clearedOneInstance","MockReCaptchaLoaderImpl","DEFAULT_PARAMS","theme","RecaptchaVerifier","destroyed","tokenChangeListeners","renderPromise","isInvisible","makeTokenCallback","_recaptchaLoader","validateStartingState","verify","assertNotDestroyed","getAssertedRecaptcha","tokenChange","makeRenderPromise","_reset","clear","childNodes","node","removeChild","sitekey","hasChildNodes","existing","globalFunc","init","guaranteedEmpty","readyState","siteKey","ConfirmationResultImpl","onConfirmation","confirm","authCredential","_verifyPhoneNumber","verifier","recaptchaToken","phoneInfoOptions","phoneEnrollmentInfo","phoneSessionInfo","multiFactorHint","multiFactorUid","phoneSignInInfo","phoneResponseInfo","PhoneAuthProvider","verifyPhoneNumber","phoneOptions","applicationVerifier","PHONE_SIGN_IN_METHOD","PhoneMultiFactorAssertionImpl","_fromCredential","_finalizeEnroll","finalizeEnrollPhoneMfa","phoneVerificationInfo","_finalizeSignIn","finalizeSignInPhoneMfa","MultiFactorAssertionImpl","PhoneMultiFactorGenerator","FACTOR_ID","ADMIN_ONLY_OPERATION","ARGUMENT_ERROR","APP_NOT_AUTHORIZED","APP_NOT_INSTALLED","CAPTCHA_CHECK_FAILED","CODE_EXPIRED","CORDOVA_NOT_READY","CORS_UNSUPPORTED","CREDENTIAL_ALREADY_IN_USE","CREDENTIAL_MISMATCH","CREDENTIAL_TOO_OLD_LOGIN_AGAIN","DEPENDENT_SDK_INIT_BEFORE_AUTH","DYNAMIC_LINK_NOT_ACTIVATED","EMAIL_CHANGE_NEEDS_VERIFICATION","EMAIL_EXISTS","EMULATOR_CONFIG_FAILED","EXPIRED_OOB_CODE","EXPIRED_POPUP_REQUEST","INTERNAL_ERROR","INVALID_API_KEY","INVALID_APP_CREDENTIAL","INVALID_APP_ID","INVALID_AUTH","INVALID_AUTH_EVENT","INVALID_CERT_HASH","INVALID_CODE","INVALID_CONTINUE_URI","INVALID_CORDOVA_CONFIGURATION","INVALID_CUSTOM_TOKEN","INVALID_DYNAMIC_LINK_DOMAIN","INVALID_EMAIL","INVALID_EMULATOR_SCHEME","INVALID_IDP_RESPONSE","INVALID_MESSAGE_PAYLOAD","INVALID_MFA_SESSION","INVALID_OAUTH_CLIENT_ID","INVALID_OAUTH_PROVIDER","INVALID_OOB_CODE","INVALID_ORIGIN","INVALID_PASSWORD","INVALID_PERSISTENCE","INVALID_PHONE_NUMBER","INVALID_PROVIDER_ID","INVALID_RECIPIENT_EMAIL","INVALID_SENDER","INVALID_SESSION_INFO","INVALID_TENANT_ID","MFA_INFO_NOT_FOUND","MFA_REQUIRED","MISSING_ANDROID_PACKAGE_NAME","MISSING_APP_CREDENTIAL","MISSING_AUTH_DOMAIN","MISSING_CODE","MISSING_CONTINUE_URI","MISSING_IFRAME_START","MISSING_IOS_BUNDLE_ID","MISSING_OR_INVALID_NONCE","MISSING_MFA_INFO","MISSING_MFA_SESSION","MISSING_PHONE_NUMBER","MISSING_SESSION_INFO","MODULE_DESTROYED","NEED_CONFIRMATION","NETWORK_REQUEST_FAILED","NULL_USER","NO_AUTH_EVENT","NO_SUCH_PROVIDER","OPERATION_NOT_ALLOWED","OPERATION_NOT_SUPPORTED","POPUP_BLOCKED","POPUP_CLOSED_BY_USER","PROVIDER_ALREADY_LINKED","QUOTA_EXCEEDED","REDIRECT_CANCELLED_BY_USER","REDIRECT_OPERATION_PENDING","REJECTED_CREDENTIAL","SECOND_FACTOR_ALREADY_ENROLLED","SECOND_FACTOR_LIMIT_EXCEEDED","TENANT_ID_MISMATCH","TIMEOUT","TOKEN_EXPIRED","TOO_MANY_ATTEMPTS_TRY_LATER","UNAUTHORIZED_DOMAIN","UNSUPPORTED_FIRST_FACTOR","UNSUPPORTED_PERSISTENCE","UNSUPPORTED_TENANT_OPERATION","UNVERIFIED_EMAIL","USER_CANCELLED","USER_DELETED","USER_DISABLED","USER_MISMATCH","USER_SIGNED_OUT","WEAK_PASSWORD","WEB_STORAGE_UNSUPPORTED","ALREADY_INITIALIZED","EMAIL_SIGNIN","PASSWORD_RESET","RECOVER_EMAIL","REVERT_SECOND_FACTOR_ADDITION","VERIFY_AND_CHANGE_EMAIL","VERIFY_EMAIL","PHONE","LINK","REAUTHENTICATE","SIGN_IN","FACEBOOK","GITHUB","GOOGLE","PASSWORD","TWITTER","EMAIL_LINK","EMAIL_PASSWORD","serviceWorker","ready","active","controller","isIE","documentMode","standalone","top","account.applyActionCode","newPassword","authInternal","disableWarnings","authority","exec","hostAndPort","bracketedIPv6","extractHostAndPort","freeze","attachBanner","sty","style","innerText","position","width","backgroundColor","border","color","bottom","left","margin","zIndex","textAlign","classList","emitEmulatorWarning","continueUri","signinMethods","rawUserInfo","errorInternal","deps","_getProvider","auth_1","initialOptions","appVerifier","userModular","_registerComponent","authInstance","hierarchy","_initializeAuthInstance","_instanceIdentifier","_instance","registerVersion","getVersionForPlatform","api.sendEmailVerification","authentication.sendPasswordResetEmail","api.sendSignInLinkToEmail","customToken","getIdTokenResponse","deleteProvider","providersLeft","pd","profileRequest","apiUpdateProfile","passwordProvider","find","api.verifyAndChangeEmail","getReactNativePersistence","class_1","setItem","STORAGE_AVAILABLE_KEY","removeItem","getItem","reactNativeLocalPersistence","ReactNative","AsyncStorage","registerAuth","getApp","initializeAuth"],"mappings":"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","preExistingComment":"firebase-auth-react-native.js.map"}