As the title shows, I'm searching a direct command to delete all the fields of a document without deleting the document itself.
CodePudding user response:
Are you looking for docRef.set({})
?
As the title shows, I'm searching a direct command to delete all the fields of a document without deleting the document itself.
CodePudding user response:
Are you looking for docRef.set({})
?