Skip to content

Commit 168f1d6

Browse files
authored
Fix a typings issue in Database exp (#4506)
* import FirebaseApp from app-exp * fix lint error
1 parent 014fc2f commit 168f1d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/database/exp-types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { FirebaseApp } from '@firebase/app-types';
18+
// eslint-disable-next-line import/no-extraneous-dependencies
19+
import { FirebaseApp } from '@firebase/app';
1920

2021
/**
2122
* @public

0 commit comments

Comments
 (0)