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 762fa53 + 3173b8d commit a5984c4Copy full SHA for a5984c4
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 document.'
173
);
174
debugAssert(!!this.bundleMetadata.id, 'Bundle ID must be set.');
175
0 commit comments