snippets-web icon indicating copy to clipboard operation
snippets-web copied to clipboard

It should be deleteDoc, not updateDoc

Open cbondoc opened this issue 1 year ago • 1 comments

https://github.com/firebase/snippets-web/blob/1abb6ce1a784ae5552946dff5f1f5aab7dcbda30/snippets/firestore-next/test-firestore/update_delete_field.js#L8-L15

cbondoc avatar Apr 17 '24 06:04 cbondoc

The thing is you are updating a item in a collection but not deleting the item may be that's the reason they called it updateDoc instead of deleteDoc

Nitinkumar-29 avatar Jun 11 '24 10:06 Nitinkumar-29