Skip to content

Commit c4dab65

Browse files
committed
Debug output for CI.
1 parent 078d0c4 commit c4dab65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firestore/src/api/reference_impl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,9 @@ function onSnapshotBundle<AppModelType, DbModelType extends DocumentData>(
10951095
): Unsubscribe {
10961096
const db = getModularInstance(reference);
10971097
let curArg = 0;
1098+
console.error("DEDB json args: ", args[curArg] as object);
10981099
const snapshotJson = normalizeSnapshotJsonFields(args[curArg++] as object);
1100+
console.error("DEDB parsed snapshotJson: ", snapshotJson);
10991101
if (snapshotJson.error) {
11001102
throw new FirestoreError(Code.INVALID_ARGUMENT, snapshotJson.error);
11011103
}

0 commit comments

Comments
 (0)