Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/firestore/src/api/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ export class DocumentSnapshot<
}

/**
* Property of the `DocumentSnapshot` that signals whether or not the data
* exists. True if the document exists.
* Returns whether or not the data exists. True if the document exists.
*/
exists(): this is QueryDocumentSnapshot<T> {
return super.exists();
Expand Down