@@ -101,14 +101,14 @@ export class AuthCredential {
101101 protected constructor (
102102 providerId : string ,
103103 signInMethod : string );
104- // Warning: (ae-forgotten-export) The symbol "AuthInternal" needs to be exported by the entry point index.d.ts
105- // Warning: (ae-forgotten-export) The symbol "PhoneOrOauthTokenResponse" needs to be exported by the entry point index.d.ts
104+ // Warning: (ae-forgotten-export) The symbol "AuthInternal" needs to be exported by the entry point index.doc. d.ts
105+ // Warning: (ae-forgotten-export) The symbol "PhoneOrOauthTokenResponse" needs to be exported by the entry point index.doc. d.ts
106106 //
107107 // @internal (undocumented)
108108 _getIdTokenResponse(_auth : AuthInternal ): Promise <PhoneOrOauthTokenResponse >;
109109 // @internal (undocumented)
110110 _getReauthenticationResolver(_auth : AuthInternal ): Promise <IdTokenResponse >;
111- // Warning: (ae-forgotten-export) The symbol "IdTokenResponse" needs to be exported by the entry point index.d.ts
111+ // Warning: (ae-forgotten-export) The symbol "IdTokenResponse" needs to be exported by the entry point index.doc. d.ts
112112 //
113113 // @internal (undocumented)
114114 _linkToIdToken(_auth : AuthInternal , _idToken : string ): Promise <IdTokenResponse >;
@@ -276,6 +276,9 @@ export function connectAuthEmulator(auth: Auth, url: string, options?: {
276276 disableWarnings: boolean ;
277277}): void ;
278278
279+ // @public
280+ export const cordovaPopupRedirectResolver: PopupRedirectResolver ;
281+
279282// @public
280283export function createUserWithEmailAndPassword(auth : Auth , email : string , password : string ): Promise <UserCredential >;
281284
@@ -339,7 +342,7 @@ export interface EmulatorConfig {
339342
340343export { ErrorFn }
341344
342- // Warning: (ae-forgotten-export) The symbol "BaseOAuthProvider" needs to be exported by the entry point index.d.ts
345+ // Warning: (ae-forgotten-export) The symbol "BaseOAuthProvider" needs to be exported by the entry point index.doc. d.ts
343346//
344347// @public
345348export class FacebookAuthProvider extends BaseOAuthProvider {
@@ -481,7 +484,7 @@ export type NextOrObserver<T> = NextFn<T | null> | Observer<T | null>;
481484export class OAuthCredential extends AuthCredential {
482485 accessToken? : string ;
483486 static fromJSON(json : string | object ): OAuthCredential | null ;
484- // Warning: (ae-forgotten-export) The symbol "OAuthCredentialParams" needs to be exported by the entry point index.d.ts
487+ // Warning: (ae-forgotten-export) The symbol "OAuthCredentialParams" needs to be exported by the entry point index.doc. d.ts
485488 //
486489 // @internal (undocumented)
487490 static _fromParams(params : OAuthCredentialParams ): OAuthCredential ;
@@ -560,7 +563,7 @@ export class PhoneAuthCredential extends AuthCredential {
560563 _getReauthenticationResolver(auth : AuthInternal ): Promise <IdTokenResponse >;
561564 // @internal (undocumented)
562565 _linkToIdToken(auth : AuthInternal , idToken : string ): Promise <IdTokenResponse >;
563- // Warning: (ae-forgotten-export) The symbol "SignInWithPhoneNumberRequest" needs to be exported by the entry point index.d.ts
566+ // Warning: (ae-forgotten-export) The symbol "SignInWithPhoneNumberRequest" needs to be exported by the entry point index.doc. d.ts
564567 //
565568 // @internal (undocumented)
566569 _makeVerificationRequest(): SignInWithPhoneNumberRequest ;
@@ -633,6 +636,9 @@ export interface ReactNativeAsyncStorage {
633636 setItem(key : string , value : string ): Promise <void >;
634637}
635638
639+ // @public
640+ export const reactNativeLocalPersistence: Persistence ;
641+
636642// @public
637643export function reauthenticateWithCredential(user : User , credential : AuthCredential ): Promise <UserCredential >;
638644
@@ -651,13 +657,13 @@ export interface RecaptchaParameters {
651657 [key : string ]: any ;
652658}
653659
654- // Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.d.ts
660+ // Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.doc. d.ts
655661//
656662// @public
657663export class RecaptchaVerifier implements ApplicationVerifierInternal {
658664 constructor (containerOrId : HTMLElement | string , parameters : RecaptchaParameters , authExtern : Auth );
659665 clear(): void ;
660- // Warning: (ae-forgotten-export) The symbol "ReCaptchaLoader" needs to be exported by the entry point index.d.ts
666+ // Warning: (ae-forgotten-export) The symbol "ReCaptchaLoader" needs to be exported by the entry point index.doc. d.ts
661667 //
662668 // @internal (undocumented)
663669 readonly _recaptchaLoader: ReCaptchaLoader ;
@@ -671,7 +677,7 @@ export class RecaptchaVerifier implements ApplicationVerifierInternal {
671677// @public
672678export function reload(user : User ): Promise <void >;
673679
674- // Warning: (ae-forgotten-export) The symbol "FederatedAuthProvider" needs to be exported by the entry point index.d.ts
680+ // Warning: (ae-forgotten-export) The symbol "FederatedAuthProvider" needs to be exported by the entry point index.doc. d.ts
675681//
676682// @public
677683export class SAMLAuthProvider extends FederatedAuthProvider {
@@ -815,4 +821,6 @@ export function verifyBeforeUpdateEmail(user: User, newEmail: string, actionCode
815821export function verifyPasswordResetCode(auth : Auth , code : string ): Promise <string >;
816822
817823
824+ // (No @packageDocumentation comment for this package)
825+
818826```
0 commit comments