@firebase/auth 0.17.2-canary.abbf3be93 → 0.17.2-canary.b83591e6e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth-public.d.ts +4 -0
- package/dist/auth.d.ts +4 -0
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +6 -2
- package/dist/cordova/internal.js.map +1 -1
- package/dist/cordova/{popup_redirect-f77db5c1.js → popup_redirect-4521b264.js} +2 -2
- package/dist/cordova/{popup_redirect-f77db5c1.js.map → popup_redirect-4521b264.js.map} +1 -1
- package/dist/cordova/src/platform_browser/mfa/assertions/phone.d.ts +4 -0
- package/dist/esm2017/{index-972e75b0.js → index-b4c0f037.js} +7 -3
- package/dist/esm2017/{index-972e75b0.js.map → index-b4c0f037.js.map} +1 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm2017/src/platform_browser/mfa/assertions/phone.d.ts +4 -0
- package/dist/esm5/{index-8dbd3b00.js → index-cbaefeb4.js} +6 -2
- package/dist/esm5/{index-8dbd3b00.js.map → index-cbaefeb4.js.map} +1 -1
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/internal.js +2 -2
- package/dist/esm5/src/platform_browser/mfa/assertions/phone.d.ts +4 -0
- package/dist/index.webworker.esm5.js +1 -1
- package/dist/node/{index-ce95987c.js → index-7f2a6cd7.js} +2 -2
- package/dist/node/{index-ce95987c.js.map → index-7f2a6cd7.js.map} +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node/src/platform_browser/mfa/assertions/phone.d.ts +4 -0
- package/dist/rn/{enum_maps-0c24556e.js → enum_maps-df3929fa.js} +2 -2
- package/dist/rn/{enum_maps-0c24556e.js.map → enum_maps-df3929fa.js.map} +1 -1
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +5 -1
- package/dist/rn/internal.js.map +1 -1
- package/dist/rn/src/platform_browser/mfa/assertions/phone.d.ts +4 -0
- package/dist/src/platform_browser/mfa/assertions/phone.d.ts +4 -0
- package/package.json +6 -6
package/dist/auth-public.d.ts
CHANGED
|
@@ -2371,6 +2371,10 @@ export declare class PhoneMultiFactorGenerator {
|
|
|
2371
2371
|
* {@link MultiFactorResolver.resolveSignIn}
|
|
2372
2372
|
*/
|
|
2373
2373
|
static assertion(credential: PhoneAuthCredential): PhoneMultiFactorAssertion;
|
|
2374
|
+
/**
|
|
2375
|
+
* The identifier of the phone second factor: `phone`.
|
|
2376
|
+
*/
|
|
2377
|
+
static FACTOR_ID: string;
|
|
2374
2378
|
}
|
|
2375
2379
|
|
|
2376
2380
|
/**
|
package/dist/auth.d.ts
CHANGED
|
@@ -2697,6 +2697,10 @@ export declare class PhoneMultiFactorGenerator {
|
|
|
2697
2697
|
* {@link MultiFactorResolver.resolveSignIn}
|
|
2698
2698
|
*/
|
|
2699
2699
|
static assertion(credential: PhoneAuthCredential): PhoneMultiFactorAssertion;
|
|
2700
|
+
/**
|
|
2701
|
+
* The identifier of the phone second factor: `phone`.
|
|
2702
|
+
*/
|
|
2703
|
+
static FACTOR_ID: string;
|
|
2700
2704
|
}
|
|
2701
2705
|
|
|
2702
2706
|
/**
|
package/dist/cordova/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getApp, _getProvider } from '@firebase/app';
|
|
2
|
-
import { _ as _signInWithRedirect, a as _reauthenticateWithRedirect, b as _linkWithRedirect, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, d as cordovaPopupRedirectResolver } from './popup_redirect-
|
|
3
|
-
export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-
|
|
2
|
+
import { _ as _signInWithRedirect, a as _reauthenticateWithRedirect, b as _linkWithRedirect, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, d as cordovaPopupRedirectResolver } from './popup_redirect-4521b264.js';
|
|
3
|
+
export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-4521b264.js';
|
|
4
4
|
import 'tslib';
|
|
5
5
|
import '@firebase/util';
|
|
6
6
|
import '@firebase/component';
|
package/dist/cordova/internal.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ae as _performApiRequest, af as _createError, ag as _assert, ah as Delay, ai as _window, aj as _isHttpOrHttps, ak as _isWorker, al as _castAuth, I as signInWithCredential, am as sendPhoneVerificationCode, an as startEnrollPhoneMfa, J as linkWithCredential, ao as _assertLinkedStatus, K as reauthenticateWithCredential, ap as _link, w as PhoneAuthCredential, aq as debugAssert, ar as _generateEventId, as as AbstractPopupRedirectOperation, at as _assertInstanceOf, au as _withDefaultResolver, av as FederatedAuthProvider, aw as _fail, ax as _getProjectConfig, ay as _getCurrentUrl, az as _emulatorUrl, aA as _isChromeIOS, aB as _isFirefox, aC as _isIOSStandalone, aD as _isMobileBrowser, aE as _isSafari, aF as _isIOS, f as browserSessionPersistence, aG as _getRedirectResult, aH as _getRedirectUrl, aI as _setWindowLocation, aJ as AuthEventManager, aK as debugFail, aL as finalizeEnrollPhoneMfa, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, e as browserLocalPersistence } from './popup_redirect-
|
|
2
|
-
export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, aP as AuthImpl, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, aR as FetchProvider, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, aS as SAMLAuthCredential, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, aN as UserImpl, ag as _assert, al as _castAuth, aw as _fail, ar as _generateEventId, aQ as _getClientVersion, aO as _getInstance, aG as _getRedirectResult, aM as _persistenceKeyName, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, aU as linkWithRedirect, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, aV as reauthenticateWithRedirect, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, aT as signInWithRedirect, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-
|
|
1
|
+
import { ae as _performApiRequest, af as _createError, ag as _assert, ah as Delay, ai as _window, aj as _isHttpOrHttps, ak as _isWorker, al as _castAuth, I as signInWithCredential, am as sendPhoneVerificationCode, an as startEnrollPhoneMfa, J as linkWithCredential, ao as _assertLinkedStatus, K as reauthenticateWithCredential, ap as _link, w as PhoneAuthCredential, aq as debugAssert, ar as _generateEventId, as as AbstractPopupRedirectOperation, at as _assertInstanceOf, au as _withDefaultResolver, av as FederatedAuthProvider, aw as _fail, ax as _getProjectConfig, ay as _getCurrentUrl, az as _emulatorUrl, aA as _isChromeIOS, aB as _isFirefox, aC as _isIOSStandalone, aD as _isMobileBrowser, aE as _isSafari, aF as _isIOS, f as browserSessionPersistence, aG as _getRedirectResult, aH as _getRedirectUrl, aI as _setWindowLocation, aJ as AuthEventManager, aK as debugFail, aL as finalizeEnrollPhoneMfa, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, e as browserLocalPersistence } from './popup_redirect-4521b264.js';
|
|
2
|
+
export { A as ActionCodeOperation, a2 as ActionCodeURL, t as AuthCredential, n as AuthErrorCodes, aP as AuthImpl, E as EmailAuthCredential, y as EmailAuthProvider, z as FacebookAuthProvider, F as FactorId, aR as FetchProvider, B as GithubAuthProvider, G as GoogleAuthProvider, v as OAuthCredential, C as OAuthProvider, O as OperationType, w as PhoneAuthCredential, P as ProviderId, aS as SAMLAuthCredential, D as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, aN as UserImpl, ag as _assert, al as _castAuth, aw as _fail, ar as _generateEventId, aQ as _getClientVersion, aO as _getInstance, aG as _getRedirectResult, aM as _persistenceKeyName, Q as applyActionCode, e as browserLocalPersistence, f as browserSessionPersistence, R as checkActionCode, N as confirmPasswordReset, q as connectAuthEmulator, d as cordovaPopupRedirectResolver, V as createUserWithEmailAndPassword, m as debugErrorMap, l as deleteUser, $ as fetchSignInMethodsForEmail, aa as getAdditionalUserInfo, a7 as getIdToken, a8 as getIdTokenResult, ac as getMultiFactorResolver, g as getRedirectResult, x as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, Y as isSignInWithEmailLink, J as linkWithCredential, aU as linkWithRedirect, ad as multiFactor, h as onAuthStateChanged, o as onIdTokenChanged, a3 as parseActionCodeURL, p as prodErrorMap, K as reauthenticateWithCredential, aV as reauthenticateWithRedirect, ab as reload, a0 as sendEmailVerification, M as sendPasswordResetEmail, X as sendSignInLinkToEmail, s as setPersistence, H as signInAnonymously, I as signInWithCredential, L as signInWithCustomToken, W as signInWithEmailAndPassword, Z as signInWithEmailLink, aT as signInWithRedirect, k as signOut, a9 as unlink, j as updateCurrentUser, a5 as updateEmail, a6 as updatePassword, a4 as updateProfile, u as useDeviceLanguage, a1 as verifyBeforeUpdateEmail, U as verifyPasswordResetCode } from './popup_redirect-4521b264.js';
|
|
3
3
|
import { __assign, __awaiter, __generator, __extends, __spreadArray } from 'tslib';
|
|
4
4
|
import { querystring, getModularInstance, getUA } from '@firebase/util';
|
|
5
5
|
import { SDK_VERSION, getApp, _getProvider } from '@firebase/app';
|
|
@@ -1830,6 +1830,10 @@ var PhoneMultiFactorGenerator = /** @class */ (function () {
|
|
|
1830
1830
|
PhoneMultiFactorGenerator.assertion = function (credential) {
|
|
1831
1831
|
return PhoneMultiFactorAssertionImpl._fromCredential(credential);
|
|
1832
1832
|
};
|
|
1833
|
+
/**
|
|
1834
|
+
* The identifier of the phone second factor: `phone`.
|
|
1835
|
+
*/
|
|
1836
|
+
PhoneMultiFactorGenerator.FACTOR_ID = 'phone';
|
|
1833
1837
|
return PhoneMultiFactorGenerator;
|
|
1834
1838
|
}());
|
|
1835
1839
|
|