Skip to content

Commit

Permalink
Merge pull request #20 from Code-Hex/export/errors
Browse files Browse the repository at this point in the history
export errors
  • Loading branch information
Code-Hex authored Apr 1, 2024
2 parents e661f82 + af16f29 commit b774d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type { KeyStorer };
export type { EmulatorEnv } from './emulator';
export type { FirebaseIdToken } from './token-verifier';
export type { RetryConfig };
export * from './errors';

export class Auth extends BaseAuth {
private static instance?: Auth;
Expand Down

0 comments on commit b774d0c

Please sign in to comment.