Skip to content

Commit 0cf69f5

Browse files
committed
Updated types
1 parent 1357fe1 commit 0cf69f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/database/src/internal/index.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ import {
1919
FirebaseAppCheckInternal,
2020
AppCheckInternalComponentName
2121
} 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+
2724
import {
2825
Component,
2926
ComponentContainer,
@@ -34,6 +31,7 @@ import {
3431
import { Database } from '../api.standalone';
3532
import { repoManagerDatabaseFromApp } from '../api/Database';
3633
import { setSDKVersion } from '../core/version';
34+
import { FirebaseAuthInternal, FirebaseAuthInternalName } from '@firebase/auth-interop-types';
3735

3836
/**
3937
* Used by console to create a database based on the app,

0 commit comments

Comments
 (0)