Skip to content

Commit f130438

Browse files
committed
use the compat implementation
1 parent 1db2c3a commit f130438

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/firestore/compat/config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ import { Component, ComponentType } from '@firebase/component';
2424
import {
2525
FirebaseFirestore,
2626
CACHE_SIZE_UNLIMITED,
27-
FieldPath,
2827
GeoPoint,
29-
Timestamp,
30-
FieldValue
28+
Timestamp
3129
} from '../exp/index'; // import from the exp public API
3230
import { Blob } from '../src/api/blob';
3331
import {
@@ -43,6 +41,9 @@ import {
4341
setLogLevel
4442
} from '../src/api/database';
4543

44+
import { FieldPath } from '../src/api/field_path';
45+
import { FieldValue } from '../src/api/field_value';
46+
4647
const firestoreNamespace = {
4748
Firestore,
4849
GeoPoint,

0 commit comments

Comments
 (0)