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.
1 parent 00916e7 commit 0482aa5Copy full SHA for 0482aa5
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