Skip to content

Commit a38203d

Browse files
authored
Add getReactNativePersistence to docs (#5956)
1 parent b02927e commit a38203d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/auth/index.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
export * from './index';
2929

3030
export { cordovaPopupRedirectResolver } from './index.cordova';
31-
export { reactNativeLocalPersistence } from './index.rn';
31+
export { reactNativeLocalPersistence, getReactNativePersistence } from './index.rn';

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ export interface MultiFactorInfo {
631631
/**
632632
* The subclass of the {@link MultiFactorInfo} interface for phone number
633633
* second factors. The factorId of this second factor is {@link FactorId.PHONE}.
634+
* @public
634635
*/
635636
export interface PhoneMultiFactorInfo extends MultiFactorInfo {
636637
/** The phone number associated with the current second factor. */

0 commit comments

Comments
 (0)