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