Skip to content

Commit 8c57dbe

Browse files
committed
Add re-export in index.ts
1 parent c538077 commit 8c57dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages-exp/auth-exp/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export { PhoneAuthProvider } from './core/providers/phone';
3333
// core/strategies
3434
export { signInAnonymously } from './core/strategies/anonymous';
3535
export { signInWithCredential } from './core/strategies/credential';
36+
export { signInWithCustomToken } from './core/strategies/custom_token';
3637
export {
3738
sendPasswordResetEmail,
3839
confirmPasswordReset,

0 commit comments

Comments
 (0)