File tree 1 file changed +5
-3
lines changed
packages/database/src/internal
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,11 @@ import {
19
19
FirebaseAppCheckInternal ,
20
20
AppCheckInternalComponentName
21
21
} from '@firebase/app-check-interop-types' ;
22
- import { FirebaseApp } from '@firebase/app' ;
23
-
22
+ import { FirebaseApp } from '@firebase/app-types' ;
23
+ import {
24
+ FirebaseAuthInternal ,
25
+ FirebaseAuthInternalName
26
+ } from '@firebase/auth-interop-types' ;
24
27
import {
25
28
Component ,
26
29
ComponentContainer ,
@@ -31,7 +34,6 @@ import {
31
34
import { Database } from '../api.standalone' ;
32
35
import { repoManagerDatabaseFromApp } from '../api/Database' ;
33
36
import { setSDKVersion } from '../core/version' ;
34
- import { FirebaseAuthInternal , FirebaseAuthInternalName } from '@firebase/auth-interop-types' ;
35
37
36
38
/**
37
39
* Used by console to create a database based on the app,
You can’t perform that action at this time.
0 commit comments