@firebase/auth 0.23.1-canary.92e2279a2 → 0.23.1-canary.afdccd57a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser-cjs/{index-621f3798.js → index-ee35ab22.js} +2 -6
- package/dist/{esm2017/index-4e5b7a03.js.map → browser-cjs/index-ee35ab22.js.map} +1 -1
- package/dist/browser-cjs/index.js +1 -1
- package/dist/browser-cjs/internal.js +1 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +2 -2
- package/dist/cordova/{popup_redirect-e9052a11.js → popup_redirect-163df58e.js} +2 -6
- package/dist/cordova/{popup_redirect-e9052a11.js.map → popup_redirect-163df58e.js.map} +1 -1
- package/dist/esm2017/{index-4e5b7a03.js → index-bf8a6b14.js} +2 -6
- package/dist/{browser-cjs/index-621f3798.js.map → esm2017/index-bf8a6b14.js.map} +1 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm5/{index-6fb9285a.js → index-42c524ba.js} +2 -6
- package/dist/esm5/{index-6fb9285a.js.map → index-42c524ba.js.map} +1 -1
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/internal.js +2 -2
- package/dist/index.webworker.esm5.js +1 -5
- package/dist/index.webworker.esm5.js.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node/{totp-7014af1b.js → totp-a6905827.js} +2 -6
- package/dist/node/{totp-7014af1b.js.map → totp-a6905827.js.map} +1 -1
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/{totp-ba38a90a.js → totp-adeb94cd.js} +2 -6
- package/dist/node-esm/{totp-ba38a90a.js.map → totp-adeb94cd.js.map} +1 -1
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -1
- package/dist/rn/{phone-46e8554d.js → phone-3ec4c71a.js} +2 -6
- package/dist/rn/{phone-46e8554d.js.map → phone-3ec4c71a.js.map} +1 -1
- package/package.json +6 -6
|
@@ -9866,7 +9866,7 @@ function _isEmptyString(input) {
|
|
|
9866
9866
|
}
|
|
9867
9867
|
|
|
9868
9868
|
var name = "@firebase/auth";
|
|
9869
|
-
var version = "0.23.1-canary.
|
|
9869
|
+
var version = "0.23.1-canary.afdccd57a";
|
|
9870
9870
|
|
|
9871
9871
|
/**
|
|
9872
9872
|
* @license
|
|
@@ -9975,10 +9975,6 @@ function registerAuth(clientPlatform) {
|
|
|
9975
9975
|
const appCheckServiceProvider = container.getProvider('app-check-internal');
|
|
9976
9976
|
const { apiKey, authDomain } = app.options;
|
|
9977
9977
|
_assert(apiKey && !apiKey.includes(':'), "invalid-api-key" /* AuthErrorCode.INVALID_API_KEY */, { appName: app.name });
|
|
9978
|
-
// Auth domain is optional if IdP sign in isn't being used
|
|
9979
|
-
_assert(!(authDomain === null || authDomain === void 0 ? void 0 : authDomain.includes(':')), "argument-error" /* AuthErrorCode.ARGUMENT_ERROR */, {
|
|
9980
|
-
appName: app.name
|
|
9981
|
-
});
|
|
9982
9978
|
const config = {
|
|
9983
9979
|
apiKey,
|
|
9984
9980
|
authDomain,
|
|
@@ -10195,4 +10191,4 @@ exports.updateProfile = updateProfile;
|
|
|
10195
10191
|
exports.useDeviceLanguage = useDeviceLanguage;
|
|
10196
10192
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
10197
10193
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
10198
|
-
//# sourceMappingURL=index-
|
|
10194
|
+
//# sourceMappingURL=index-ee35ab22.js.map
|