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