We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6b04c commit 9973b96Copy full SHA for 9973b96
common/api-review/auth-exp.api.md
@@ -657,7 +657,7 @@ export interface RecaptchaParameters {
657
[key: string]: any;
658
}
659
660
-// Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.d.ts
+// Warning: (ae-forgotten-export) The symbol "ApplicationVerifierInternal" needs to be exported by the entry point index.doc.d.ts
661
//
662
// @public
663
export class RecaptchaVerifier implements ApplicationVerifierInternal {
packages-exp/auth-exp/src/model/public_types.ts
@@ -1101,6 +1101,7 @@ declare module '@firebase/component' {
1101
1102
/**
1103
* Configuration of Firebase Authentication Emulator.
1104
+ * @public
1105
*/
1106
export interface EmulatorConfig {
1107
0 commit comments