We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762fa53 commit 204fbcfCopy full SHA for 204fbcf
packages/firestore/src/core/bundle_impl.ts
@@ -169,7 +169,7 @@ export class BundleLoader {
169
debugAssert(
170
this.documents[this.documents.length - 1]?.metadata.exists !== true ||
171
!!this.documents[this.documents.length - 1].document,
172
- 'Bundled documents ends with a document metadata and missing document.'
+ 'Bundled documents end with a document metadata element instead of a document.'
173
);
174
debugAssert(!!this.bundleMetadata.id, 'Bundle ID must be set.');
175
0 commit comments