File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ import OAuthProvider from './providers/OAuthProvider';
48
48
import OIDCAuthProvider from './providers/OIDCAuthProvider' ;
49
49
import PhoneAuthProvider from './providers/PhoneAuthProvider' ;
50
50
import TwitterAuthProvider from './providers/TwitterAuthProvider' ;
51
+ import { TotpSecret } from './TotpSecret' ;
51
52
import version from './version' ;
52
53
import fallBackModule from './web/RNFBAuthModule' ;
53
54
@@ -68,6 +69,7 @@ export {
68
69
FacebookAuthProvider ,
69
70
PhoneMultiFactorGenerator ,
70
71
TotpMultiFactorGenerator ,
72
+ TotpSecret ,
71
73
OAuthProvider ,
72
74
OIDCAuthProvider ,
73
75
PhoneAuthState ,
Original file line number Diff line number Diff line change 18
18
import { getApp } from '@react-native-firebase/app' ;
19
19
import { fetchPasswordPolicy } from '../password-policy/passwordPolicyApi' ;
20
20
import { PasswordPolicyImpl } from '../password-policy/PasswordPolicyImpl' ;
21
- import FacebookAuthProvider from '../providers/FacebookAuthProvider' ;
22
21
import { MultiFactorUser } from '../multiFactor' ;
23
22
import { MODULAR_DEPRECATION_ARG } from '@react-native-firebase/app/lib/common' ;
24
23
You can’t perform that action at this time.
0 commit comments