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 1db2c3a commit f130438Copy full SHA for f130438
packages/firestore/compat/config.ts
@@ -24,10 +24,8 @@ import { Component, ComponentType } from '@firebase/component';
24
import {
25
FirebaseFirestore,
26
CACHE_SIZE_UNLIMITED,
27
- FieldPath,
28
GeoPoint,
29
- Timestamp,
30
- FieldValue
+ Timestamp
31
} from '../exp/index'; // import from the exp public API
32
import { Blob } from '../src/api/blob';
33
@@ -43,6 +41,9 @@ import {
43
41
setLogLevel
44
42
} from '../src/api/database';
45
+import { FieldPath } from '../src/api/field_path';
+import { FieldValue } from '../src/api/field_value';
46
+
47
const firestoreNamespace = {
48
Firestore,
49
0 commit comments