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 3fed99b commit 8958fa3Copy full SHA for 8958fa3
packages/firestore/src/remote/rest_connection.ts
@@ -17,11 +17,7 @@
17
18
import { SDK_VERSION } from '../../src/core/version';
19
import { Token } from '../api/credentials';
20
-import {
21
- DatabaseId,
22
- DatabaseInfo,
23
- DEFAULT_DATABASE_NAME
24
-} from '../core/database_info';
+import { DatabaseId, DatabaseInfo } from '../core/database_info';
25
import { debugAssert } from '../util/assert';
26
import { generateUniqueDebugId } from '../util/debug_uid';
27
import { FirestoreError } from '../util/error';
0 commit comments