We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf69f5 commit 4fcedf5Copy full SHA for 4fcedf5
packages/database/src/internal/index.ts
@@ -31,7 +31,10 @@ import {
31
import { Database } from '../api.standalone';
32
import { repoManagerDatabaseFromApp } from '../api/Database';
33
import { setSDKVersion } from '../core/version';
34
-import { FirebaseAuthInternal, FirebaseAuthInternalName } from '@firebase/auth-interop-types';
+import {
35
+ FirebaseAuthInternal,
36
+ FirebaseAuthInternalName
37
+} from '@firebase/auth-interop-types';
38
39
/**
40
* Used by console to create a database based on the app,
0 commit comments