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 c538077 commit 8c57dbeCopy full SHA for 8c57dbe
packages-exp/auth-exp/src/index.ts
@@ -33,6 +33,7 @@ export { PhoneAuthProvider } from './core/providers/phone';
33
// core/strategies
34
export { signInAnonymously } from './core/strategies/anonymous';
35
export { signInWithCredential } from './core/strategies/credential';
36
+export { signInWithCustomToken } from './core/strategies/custom_token';
37
export {
38
sendPasswordResetEmail,
39
confirmPasswordReset,
0 commit comments