标签: google-cloud-firestore
我应该何时使用contentInset而不是update()?使用set()和set(),我可以完成与merge : true完全相同的操作,并确保它不会失败,而update()如果文档不存在则会失败。
contentInset
update()
set()
merge : true