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 814e268 commit 4300d65Copy full SHA for 4300d65
packages/firestore/src/lite-api/expressions.ts
@@ -15,7 +15,6 @@
15
* limitations under the License.
16
*/
17
18
-import { vector } from '../api';
19
import { ParseContext } from '../api/parse_context';
20
import {
21
DOCUMENT_KEY_NAME,
@@ -35,6 +34,7 @@ import { isString } from '../util/types';
35
34
36
import { Bytes } from './bytes';
37
import { documentId as documentIdFieldPath, FieldPath } from './field_path';
+import { vector } from './field_value_impl';
38
import { GeoPoint } from './geo_point';
39
import { DocumentReference } from './reference';
40
import { Timestamp } from './timestamp';
0 commit comments