2.6.15
fix updateDoc does not error on nested unknown key
example, given this type {a: { b:2 } }
updateDoc(ref, {a: { c:2 }}) // will not error, it is wrongly expecting {c?: unknown}, this is a false positive
2.6.15 fixed this issue
this is a very old bug