File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
import { Component } from ' @firebase/component' ;
8
8
import { ComponentContainer } from ' @firebase/component' ;
9
+ import { FirebaseError } from ' @firebase/util' ;
9
10
import { LogCallback } from ' @firebase/logger' ;
10
11
import { LogLevelString } from ' @firebase/logger' ;
11
12
import { LogOptions } from ' @firebase/logger' ;
@@ -56,6 +57,8 @@ export interface FirebaseAppSettings {
56
57
name? : string ;
57
58
}
58
59
60
+ export { FirebaseError }
61
+
59
62
// @public
60
63
export interface FirebaseOptions {
61
64
apiKey? : string ;
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ import {
41
41
} from '@firebase/logger' ;
42
42
import { deepEqual } from '@firebase/util' ;
43
43
44
+ export { FirebaseError } from '@firebase/util' ;
45
+
44
46
/**
45
47
* The current SDK version.
46
48
*
You can’t perform that action at this time.
0 commit comments