Skip to content

Commit

Permalink
export FirebaseError (#5349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyang1 committed Aug 24, 2021
1 parent 5f02254 commit e935d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/api-review/app.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import { Component } from '@firebase/component';
import { ComponentContainer } from '@firebase/component';
import { FirebaseError } from '@firebase/util';
import { LogCallback } from '@firebase/logger';
import { LogLevelString } from '@firebase/logger';
import { LogOptions } from '@firebase/logger';
Expand Down Expand Up @@ -56,6 +57,8 @@ export interface FirebaseAppSettings {
name?: string;
}

export { FirebaseError }

// @public
export interface FirebaseOptions {
apiKey?: string;
Expand Down
2 changes: 2 additions & 0 deletions packages/app/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ import {
} from '@firebase/logger';
import { deepEqual } from '@firebase/util';

export { FirebaseError } from '@firebase/util';

/**
* The current SDK version.
*
Expand Down

0 comments on commit e935d7b

Please sign in to comment.