We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7539e16 commit 2959b15Copy full SHA for 2959b15
packages-exp/auth-exp/src/core/strategies/custom_token.ts
@@ -42,7 +42,7 @@ export async function signInWithCustomToken(
42
auth: externs.Auth,
43
customToken: string
44
): Promise<externs.UserCredential> {
45
- const response: IdTokenResponse = await getIdTokenResponse(authExtern, {
+ const response: IdTokenResponse = await getIdTokenResponse(auth, {
46
token: customToken,
47
returnSecureToken: true
48
});
0 commit comments