We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac9165 commit 33a2298Copy full SHA for 33a2298
.changeset/ten-ads-return.md
@@ -0,0 +1,5 @@
1
+---
2
+'@firebase/auth': patch
3
4
+
5
+fixes github issue https://github.com/firebase/firebase-js-sdk/issues/7701.
packages/auth/index.rn.ts
@@ -47,6 +47,10 @@ export {
47
48
// MFA
49
export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';
50
+export {
51
+ TotpMultiFactorGenerator,
52
+ TotpSecret
53
+} from './src/mfa/assertions/totp';
54
55
export { getReactNativePersistence } from './src/platform_react_native/persistence/react_native';
56
0 commit comments