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 fd64124 commit 26739c9Copy full SHA for 26739c9
packages/firestore/src/local/indexeddb_schema.ts
@@ -16,7 +16,6 @@
16
*/
17
18
import { BatchId, ListenSequenceNumber, TargetId } from '../core/types';
19
-import { KeySafeBytes } from '../index/index_entry';
20
import { IndexKind } from '../model/field_index';
21
import { BundledQuery } from '../protos/firestore_bundle_proto';
22
import {
@@ -27,7 +26,7 @@ import {
27
26
} from '../protos/firestore_proto_api';
28
29
import { EncodedResourcePath } from './encoded_resource_path';
30
-import { DbTimestampKey } from './indexeddb_sentinels';
+import { DbTimestampKey, KeySafeBytes } from './indexeddb_sentinels';
31
32
/**
33
* Schema Version for the Web client:
0 commit comments