ドキュメント更新
//testfieldの値の更新
await firebase.firestore()
.collection('testcolloya')
.doc('testdocoya')
.collection("testcoll")
.doc("xxxxxxxxxxxxxxxxxxxx")
.update({
testfield: "testName"
});