Skip to content

Commit 505792f

Browse files
Add exports
1 parent 31ba3ba commit 505792f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/firestore/lite/index.node.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ export {
3737
parent
3838
} from './src/api/reference';
3939

40+
export { FieldPath } from './src/api/field_path';
41+
42+
export { DocumentSnapshot, QueryDocumentSnapshot } from './src/api/snapshot';
43+
4044
export function registerFirestore(): void {
4145
_registerComponent(
4246
new Component(

0 commit comments

Comments
 (0)