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 618e3c2 commit 158b491Copy full SHA for 158b491
packages/firestore/src/api/reference_impl.ts
@@ -1272,10 +1272,6 @@ function onSnapshotDocumentSnapshotBundle<
1272
converter ? converter : null,
1273
DocumentKey.fromPath(json.bundleName)
1274
);
1275
- console.error(
1276
- 'DEDB onSnapshotDocumentSnapshotBundle callong onSnapshot with docRef: ',
1277
- docReference.path.toString()
1278
- );
1279
internalUnsubscribe = onSnapshot(
1280
docReference as DocumentReference<AppModelType, DbModelType>,
1281
options ? options : {},
0 commit comments