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 cb8082c commit 631ff40Copy full SHA for 631ff40
packages/firestore/exp/test/shim.ts
@@ -60,7 +60,7 @@ import { UntypedFirestoreDataConverter } from '../../src/api/user_data_reader';
60
import { isPartialObserver, PartialObserver } from '../../src/api/observer';
61
import { isPlainObject } from '../../src/util/input_validation';
62
63
-export { GeoPoint, Blob, Timestamp } from '../../exp/index.node';
+export { GeoPoint, Blob, Timestamp } from '../index.node';
64
65
/* eslint-disable @typescript-eslint/no-explicit-any */
66
0 commit comments