@@ -101,14 +101,14 @@ export class AuthCredential {
101
101
protected constructor (
102
102
providerId : string ,
103
103
signInMethod : string );
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
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
106
106
//
107
107
// @internal (undocumented)
108
108
_getIdTokenResponse(_auth : AuthInternal ): Promise <PhoneOrOauthTokenResponse >;
109
109
// @internal (undocumented)
110
110
_getReauthenticationResolver(_auth : AuthInternal ): Promise <IdTokenResponse >;
111
- // Warning: (ae-forgotten-export) The symbol "IdTokenResponse" needs to be exported by the entry point index.doc. d.ts
111
+ // Warning: (ae-forgotten-export) The symbol "IdTokenResponse" needs to be exported by the entry point index.d.ts
112
112
//
113
113
// @internal (undocumented)
114
114
_linkToIdToken(_auth : AuthInternal , _idToken : string ): Promise <IdTokenResponse >;
@@ -276,9 +276,6 @@ export function connectAuthEmulator(auth: Auth, url: string, options?: {
276
276
disableWarnings: boolean ;
277
277
}): void ;
278
278
279
- // @public
280
- export const cordovaPopupRedirectResolver: PopupRedirectResolver ;
281
-
282
279
// @public
283
280
export function createUserWithEmailAndPassword(auth : Auth , email : string , password : string ): Promise <UserCredential >;
284
281
@@ -342,7 +339,7 @@ export interface EmulatorConfig {
342
339
343
340
export { ErrorFn }
344
341
345
- // Warning: (ae-forgotten-export) The symbol "BaseOAuthProvider" needs to be exported by the entry point index.doc. d.ts
342
+ // Warning: (ae-forgotten-export) The symbol "BaseOAuthProvider" needs to be exported by the entry point index.d.ts
346
343
//
347
344
// @public
348
345
export class FacebookAuthProvider extends BaseOAuthProvider {
@@ -484,7 +481,7 @@ export type NextOrObserver<T> = NextFn<T | null> | Observer<T | null>;
484
481
export class OAuthCredential extends AuthCredential {
485
482
accessToken? : string ;
486
483
static fromJSON(json : string | object ): OAuthCredential | null ;
487
- // Warning: (ae-forgotten-export) The symbol "OAuthCredentialParams" needs to be exported by the entry point index.doc. d.ts
484
+ // Warning: (ae-forgotten-export) The symbol "OAuthCredentialParams" needs to be exported by the entry point index.d.ts
488
485
//
489
486
// @internal (undocumented)
490
487
static _fromParams(params : OAuthCredentialParams ): OAuthCredential ;
@@ -563,7 +560,7 @@ export class PhoneAuthCredential extends AuthCredential {
563
560
_getReauthenticationResolver(auth : AuthInternal ): Promise <IdTokenResponse >;
564
561
// @internal (undocumented)
565
562
_linkToIdToken(auth : AuthInternal , idToken : string ): Promise <IdTokenResponse >;
566
- // Warning: (ae-forgotten-export) The symbol "SignInWithPhoneNumberRequest" needs to be exported by the entry point index.doc. d.ts
563
+ // Warning: (ae-forgotten-export) The symbol "SignInWithPhoneNumberRequest" needs to be exported by the entry point index.d.ts
567
564
//
568
565
// @internal (undocumented)
569
566
_makeVerificationRequest(): SignInWithPhoneNumberRequest ;
@@ -636,9 +633,6 @@ export interface ReactNativeAsyncStorage {
636
633
setItem(key : string , value : string ): Promise <void >;
637
634
}
638
635
639
- // @public
640
- export const reactNativeLocalPersistence: Persistence ;
641
-
642
636
// @public
643
637
export function reauthenticateWithCredential(user : User , credential : AuthCredential ): Promise <UserCredential >;
644
638
@@ -657,13 +651,13 @@ export interface RecaptchaParameters {
657
651
[key : string ]: any ;
658
652
}
659
653
660
- // Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.doc. d.ts
654
+ // Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.d.ts
661
655
//
662
656
// @public
663
657
export class RecaptchaVerifier implements ApplicationVerifierInternal {
664
658
constructor (containerOrId : HTMLElement | string , parameters : RecaptchaParameters , authExtern : Auth );
665
659
clear(): void ;
666
- // Warning: (ae-forgotten-export) The symbol "ReCaptchaLoader" needs to be exported by the entry point index.doc. d.ts
660
+ // Warning: (ae-forgotten-export) The symbol "ReCaptchaLoader" needs to be exported by the entry point index.d.ts
667
661
//
668
662
// @internal (undocumented)
669
663
readonly _recaptchaLoader: ReCaptchaLoader ;
@@ -677,7 +671,7 @@ export class RecaptchaVerifier implements ApplicationVerifierInternal {
677
671
// @public
678
672
export function reload(user : User ): Promise <void >;
679
673
680
- // Warning: (ae-forgotten-export) The symbol "FederatedAuthProvider" needs to be exported by the entry point index.doc. d.ts
674
+ // Warning: (ae-forgotten-export) The symbol "FederatedAuthProvider" needs to be exported by the entry point index.d.ts
681
675
//
682
676
// @public
683
677
export class SAMLAuthProvider extends FederatedAuthProvider {
0 commit comments