We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e661f82 commit af16f29Copy full SHA for af16f29
src/index.ts
@@ -11,6 +11,7 @@ export type { KeyStorer };
11
export type { EmulatorEnv } from './emulator';
12
export type { FirebaseIdToken } from './token-verifier';
13
export type { RetryConfig };
14
+export * from './errors';
15
16
export class Auth extends BaseAuth {
17
private static instance?: Auth;
0 commit comments