We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34b218 commit 05d6014Copy full SHA for 05d6014
docs/firestore/documents.md
@@ -45,7 +45,7 @@ A `DocumentChangeAction` gives you the `type` and `payload` properties. The `typ
45
interface DocumentChangeAction {
46
//'added' | 'modified' | 'removed';
47
type: DocumentChangeType;
48
- payload: DocumentChange;
+ payload: DocumentSnapshot;
49
}
50
51
interface DocumentChange {
0 commit comments