We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02927e commit a38203dCopy full SHA for a38203d
packages/auth/index.doc.ts
@@ -28,4 +28,4 @@
28
export * from './index';
29
30
export { cordovaPopupRedirectResolver } from './index.cordova';
31
-export { reactNativeLocalPersistence } from './index.rn';
+export { reactNativeLocalPersistence, getReactNativePersistence } from './index.rn';
packages/auth/src/model/public_types.ts
@@ -631,6 +631,7 @@ export interface MultiFactorInfo {
631
/**
632
* The subclass of the {@link MultiFactorInfo} interface for phone number
633
* second factors. The factorId of this second factor is {@link FactorId.PHONE}.
634
+ * @public
635
*/
636
export interface PhoneMultiFactorInfo extends MultiFactorInfo {
637
/** The phone number associated with the current second factor. */
0 commit comments