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 37e09e1 commit 2f831fcCopy full SHA for 2f831fc
packages/firestore/exp/src/api/snapshot.ts
@@ -29,7 +29,11 @@ import {
29
} from '../../../lite/src/api/snapshot';
30
import { Firestore } from './database';
31
import { cast } from '../../../lite/src/api/util';
32
-import { DocumentReference, Query, queryEqual } from '../../../lite';
+import {
33
+ DocumentReference,
34
+ Query,
35
+ queryEqual
36
+} from '../../../lite/src/api/reference';
37
import {
38
changesFromSnapshot,
39
SnapshotMetadata
0 commit comments