Skip to content

Commit

Permalink
Add getReactNativePersistence to docs (#5956)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Feb 1, 2022
1 parent b02927e commit a38203d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/index.doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
export * from './index';

export { cordovaPopupRedirectResolver } from './index.cordova';
export { reactNativeLocalPersistence } from './index.rn';
export { reactNativeLocalPersistence, getReactNativePersistence } from './index.rn';
1 change: 1 addition & 0 deletions packages/auth/src/model/public_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ export interface MultiFactorInfo {
/**
* The subclass of the {@link MultiFactorInfo} interface for phone number
* second factors. The factorId of this second factor is {@link FactorId.PHONE}.
* @public
*/
export interface PhoneMultiFactorInfo extends MultiFactorInfo {
/** The phone number associated with the current second factor. */
Expand Down

0 comments on commit a38203d

Please sign in to comment.