Skip to content

Commit

Permalink
Export Change from v2/firestore (#1379)
Browse files Browse the repository at this point in the history
* export change

* add changelog
  • Loading branch information
colerogers committed Apr 18, 2023
1 parent 3144d99 commit c07b7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Export Change interface from the v2 firestore path (#1379).
2 changes: 2 additions & 0 deletions src/v2/providers/firestore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ import {
createSnapshotFromProtobuf,
} from "../../common/providers/firestore";

export { Change };

/** @internal */
export const writtenEventType = "google.cloud.firestore.document.v1.written";

Expand Down

0 comments on commit c07b7fa

Please sign in to comment.