We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00916e7 + 0e9353a commit 8a82584Copy full SHA for 8a82584
packages/firestore/src/api/snapshot.ts
@@ -258,8 +258,7 @@ export class DocumentSnapshot<
258
}
259
260
/**
261
- * Property of the `DocumentSnapshot` that signals whether or not the data
262
- * exists. True if the document exists.
+ * Returns whether or not the data exists. True if the document exists.
263
*/
264
exists(): this is QueryDocumentSnapshot<T> {
265
return super.exists();
0 commit comments