We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e661f82 + af16f29 commit b774d0cCopy full SHA for b774d0c
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