File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,21 @@ import { getReactNativePersistence } from './src/platform_react_native/persisten
35
35
// Core functionality shared by all clients
36
36
export * from './index.shared' ;
37
37
38
+ // Export some Phone symbols
39
+ // providers
40
+ export { PhoneAuthProvider } from './src/platform_browser/providers/phone' ;
41
+
42
+ // strategies
43
+ export {
44
+ signInWithPhoneNumber ,
45
+ linkWithPhoneNumber ,
46
+ reauthenticateWithPhoneNumber ,
47
+ updatePhoneNumber
48
+ } from './src/platform_browser/strategies/phone' ;
49
+
50
+ // MFA
51
+ export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone' ;
52
+
38
53
/**
39
54
* An implementation of {@link Persistence} of type 'LOCAL' for use in React
40
55
* Native environments.
You can’t perform that action at this time.
0 commit comments