@@ -103,14 +103,14 @@ export class AuthCredential {
103
103
protected constructor (
104
104
providerId : string ,
105
105
signInMethod : string );
106
- // Warning: (ae-forgotten-export) The symbol "AuthInternal" needs to be exported by the entry point index.d.ts
107
- // Warning: (ae-forgotten-export) The symbol "PhoneOrOauthTokenResponse" needs to be exported by the entry point index.d.ts
106
+ // Warning: (ae-forgotten-export) The symbol "AuthInternal" needs to be exported by the entry point index.doc. d.ts
107
+ // Warning: (ae-forgotten-export) The symbol "PhoneOrOauthTokenResponse" needs to be exported by the entry point index.doc. d.ts
108
108
//
109
109
// @internal (undocumented)
110
110
_getIdTokenResponse(_auth : AuthInternal ): Promise <PhoneOrOauthTokenResponse >;
111
111
// @internal (undocumented)
112
112
_getReauthenticationResolver(_auth : AuthInternal ): Promise <IdTokenResponse >;
113
- // Warning: (ae-forgotten-export) The symbol "IdTokenResponse" needs to be exported by the entry point index.d.ts
113
+ // Warning: (ae-forgotten-export) The symbol "IdTokenResponse" needs to be exported by the entry point index.doc. d.ts
114
114
//
115
115
// @internal (undocumented)
116
116
_linkToIdToken(_auth : AuthInternal , _idToken : string ): Promise <IdTokenResponse >;
@@ -291,6 +291,9 @@ export function connectAuthEmulator(auth: Auth, url: string, options?: {
291
291
disableWarnings: boolean ;
292
292
}): void ;
293
293
294
+ // @public
295
+ export const cordovaPopupRedirectResolver: PopupRedirectResolver ;
296
+
294
297
// @public
295
298
export function createUserWithEmailAndPassword(auth : Auth , email : string , password : string ): Promise <UserCredential >;
296
299
@@ -354,7 +357,7 @@ export interface EmulatorConfig {
354
357
355
358
export { ErrorFn }
356
359
357
- // Warning: (ae-forgotten-export) The symbol "BaseOAuthProvider" needs to be exported by the entry point index.d.ts
360
+ // Warning: (ae-forgotten-export) The symbol "BaseOAuthProvider" needs to be exported by the entry point index.doc. d.ts
358
361
//
359
362
// @public
360
363
export class FacebookAuthProvider extends BaseOAuthProvider {
@@ -390,6 +393,9 @@ export function getIdTokenResult(user: User, forceRefresh?: boolean): Promise<Id
390
393
// @public
391
394
export function getMultiFactorResolver(auth : Auth , error : MultiFactorError ): MultiFactorResolver ;
392
395
396
+ // @public
397
+ export function getReactNativePersistence(storage : ReactNativeAsyncStorage ): Persistence ;
398
+
393
399
// @public
394
400
export function getRedirectResult(auth : Auth , resolver ? : PopupRedirectResolver ): Promise <UserCredential | null >;
395
401
@@ -502,7 +508,7 @@ export type NextOrObserver<T> = NextFn<T | null> | Observer<T | null>;
502
508
export class OAuthCredential extends AuthCredential {
503
509
accessToken? : string ;
504
510
static fromJSON(json : string | object ): OAuthCredential | null ;
505
- // Warning: (ae-forgotten-export) The symbol "OAuthCredentialParams" needs to be exported by the entry point index.d.ts
511
+ // Warning: (ae-forgotten-export) The symbol "OAuthCredentialParams" needs to be exported by the entry point index.doc. d.ts
506
512
//
507
513
// @internal (undocumented)
508
514
static _fromParams(params : OAuthCredentialParams ): OAuthCredential ;
@@ -580,7 +586,7 @@ export class PhoneAuthCredential extends AuthCredential {
580
586
_getReauthenticationResolver(auth : AuthInternal ): Promise <IdTokenResponse >;
581
587
// @internal (undocumented)
582
588
_linkToIdToken(auth : AuthInternal , idToken : string ): Promise <IdTokenResponse >;
583
- // Warning: (ae-forgotten-export) The symbol "SignInWithPhoneNumberRequest" needs to be exported by the entry point index.d.ts
589
+ // Warning: (ae-forgotten-export) The symbol "SignInWithPhoneNumberRequest" needs to be exported by the entry point index.doc. d.ts
584
590
//
585
591
// @internal (undocumented)
586
592
_makeVerificationRequest(): SignInWithPhoneNumberRequest ;
@@ -659,6 +665,9 @@ export interface ReactNativeAsyncStorage {
659
665
setItem(key : string , value : string ): Promise <void >;
660
666
}
661
667
668
+ // @public
669
+ export const reactNativeLocalPersistence: Persistence ;
670
+
662
671
// @public
663
672
export function reauthenticateWithCredential(user : User , credential : AuthCredential ): Promise <UserCredential >;
664
673
@@ -677,13 +686,13 @@ export interface RecaptchaParameters {
677
686
[key : string ]: any ;
678
687
}
679
688
680
- // Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.d.ts
689
+ // Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.doc. d.ts
681
690
//
682
691
// @public
683
692
export class RecaptchaVerifier implements ApplicationVerifierInternal {
684
693
constructor (containerOrId : HTMLElement | string , parameters : RecaptchaParameters , authExtern : Auth );
685
694
clear(): void ;
686
- // Warning: (ae-forgotten-export) The symbol "ReCaptchaLoader" needs to be exported by the entry point index.d.ts
695
+ // Warning: (ae-forgotten-export) The symbol "ReCaptchaLoader" needs to be exported by the entry point index.doc. d.ts
687
696
//
688
697
// @internal (undocumented)
689
698
readonly _recaptchaLoader: ReCaptchaLoader ;
@@ -697,7 +706,7 @@ export class RecaptchaVerifier implements ApplicationVerifierInternal {
697
706
// @public
698
707
export function reload(user : User ): Promise <void >;
699
708
700
- // Warning: (ae-forgotten-export) The symbol "FederatedAuthProvider" needs to be exported by the entry point index.d.ts
709
+ // Warning: (ae-forgotten-export) The symbol "FederatedAuthProvider" needs to be exported by the entry point index.doc. d.ts
701
710
//
702
711
// @public
703
712
export class SAMLAuthProvider extends FederatedAuthProvider {
@@ -778,13 +787,13 @@ export class TotpSecret {
778
787
readonly codeIntervalSeconds: number ;
779
788
readonly codeLength: number ;
780
789
readonly enrollmentCompletionDeadline: string ;
781
- // Warning: (ae-forgotten-export) The symbol "StartTotpMfaEnrollmentResponse" needs to be exported by the entry point index.d.ts
790
+ // Warning: (ae-forgotten-export) The symbol "StartTotpMfaEnrollmentResponse" needs to be exported by the entry point index.doc. d.ts
782
791
//
783
792
// @internal (undocumented)
784
793
static _fromStartTotpMfaEnrollmentResponse(response : StartTotpMfaEnrollmentResponse , auth : AuthInternal ): TotpSecret ;
785
794
generateQrCodeUrl(accountName ? : string , issuer ? : string ): string ;
786
795
readonly hashingAlgorithm: string ;
787
- // Warning: (ae-forgotten-export) The symbol "TotpVerificationInfo" needs to be exported by the entry point index.d.ts
796
+ // Warning: (ae-forgotten-export) The symbol "TotpVerificationInfo" needs to be exported by the entry point index.doc. d.ts
788
797
//
789
798
// @internal (undocumented)
790
799
_makeTotpVerificationInfo(otp : string ): TotpVerificationInfo ;
0 commit comments