Skip to content

Commit

Permalink
adding changeset and formatting files
Browse files Browse the repository at this point in the history
  • Loading branch information
bhparijat committed Oct 24, 2023
1 parent 4be70a2 commit 335dfb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ten-ads-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@firebase/auth': patch
---

fixes github issue https://github.com/firebase/firebase-js-sdk/issues/7701.
5 changes: 4 additions & 1 deletion packages/auth/index.rn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ export {

// MFA
export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';
export {TotpMultiFactorGenerator, TotpSecret} from './src/mfa/assertions/totp';
export {
TotpMultiFactorGenerator,
TotpSecret
} from './src/mfa/assertions/totp';

export { getReactNativePersistence } from './src/platform_react_native/persistence/react_native';

Expand Down

0 comments on commit 335dfb1

Please sign in to comment.