YuvAIR

Results 1 issues of YuvAIR

In the regular Firestore JS API, you can do: ```javascript docRef.update({ "field.subfield": firebase.firestore.FieldValue.delete() }); ``` to remove a specific field from a document. Is there any way of doing that...

question