Skip to content

Commit 9973b96

Browse files
committed
Fix up after rebase
1 parent 4b6b04c commit 9973b96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/api-review/auth-exp.api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ export interface RecaptchaParameters {
657657
[key: string]: any;
658658
}
659659

660-
// 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
661661
//
662662
// @public
663663
export class RecaptchaVerifier implements ApplicationVerifierInternal {

packages-exp/auth-exp/src/model/public_types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ declare module '@firebase/component' {
11011101

11021102
/**
11031103
* Configuration of Firebase Authentication Emulator.
1104+
* @public
11041105
*/
11051106
export interface EmulatorConfig {
11061107
/**

0 commit comments

Comments
 (0)