Skip to content

Commit c07b7fa

Browse files
authored
Export Change from v2/firestore (#1379)
* export change * add changelog
1 parent 3144d99 commit c07b7fa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Export Change interface from the v2 firestore path (#1379).

src/v2/providers/firestore.ts

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ import {
3535
createSnapshotFromProtobuf,
3636
} from "../../common/providers/firestore";
3737

38+
export { Change };
39+
3840
/** @internal */
3941
export const writtenEventType = "google.cloud.firestore.document.v1.written";
4042

0 commit comments

Comments
 (0)