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 924dfc6 commit 1b79205Copy full SHA for 1b79205
packages/firestore/src/remote/rest_connection.ts
@@ -17,7 +17,11 @@
17
18
import { SDK_VERSION } from '../../src/core/version';
19
import { Token } from '../api/credentials';
20
-import { DatabaseId, DatabaseInfo, DEFAULT_DATABASE_NAME } from '../core/database_info';
+import {
21
+ DatabaseId,
22
+ DatabaseInfo,
23
+ DEFAULT_DATABASE_NAME
24
+} 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