@firebase/auth-compat 0.3.7-canary.b66908df6 → 0.3.7-canary.ecb4454c3
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-compat/index.d.ts +1 -0
- package/dist/esm/index.node.esm.js +1 -1
- package/dist/firebase-auth.js +1 -1
- package/dist/firebase-auth.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/package.json +7 -7
|
@@ -68,6 +68,7 @@ declare module "@firebase/auth" {
|
|
|
68
68
|
function getMultiFactorResolver(auth: types.FirebaseAuth, error: MultiFactorError): MultiFactorResolver;
|
|
69
69
|
function getRedirectResult(auth: types.FirebaseAuth, resolver?: PopupRedirectResolver): Promise<UserCredential | null>;
|
|
70
70
|
function initializeAuth(app: FirebaseAppCompat, deps?: Dependencies): Auth;
|
|
71
|
+
function initializeRecaptchaConfig(auth: types.FirebaseAuth): Promise<void>;
|
|
71
72
|
function isSignInWithEmailLink(auth: types.FirebaseAuth, emailLink: string): boolean;
|
|
72
73
|
function linkWithCredential(user: types.User, credential: AuthCredential): Promise<UserCredential>;
|
|
73
74
|
function linkWithPhoneNumber(user: types.User, phoneNumber: string, appVerifier: ApplicationVerifier): Promise<ConfirmationResult>;
|
|
@@ -6,7 +6,7 @@ import { isBrowserExtension, getUA, isReactNative, isNode, isIndexedDBAvailable,
|
|
|
6
6
|
import * as fetchImpl from 'node-fetch';
|
|
7
7
|
|
|
8
8
|
var name = "@firebase/auth-compat";
|
|
9
|
-
var version = "0.3.7-canary.
|
|
9
|
+
var version = "0.3.7-canary.ecb4454c3";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @license
|