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 7588ffd commit 10bf743Copy full SHA for 10bf743
packages/firestore/src/api/snapshot.ts
@@ -508,7 +508,8 @@ export class DocumentSnapshot<
508
// eslint-disable-next-line @typescript-eslint/no-explicit-any
509
const result: any = {};
510
result['bundle'] = '';
511
- result['source'] = 'DocumentSnapshot';
+ result['bundleSource'] = 'DocumentSnapshot';
512
+ result['bundleName'] = this._key.toString();
513
514
if (
515
!document ||
0 commit comments