FirestoreGoogleAppsScript icon indicating copy to clipboard operation
FirestoreGoogleAppsScript copied to clipboard

Firestore feature missing

Open dsl400 opened this issue 2 years ago • 1 comments

I could not find any information about deleteField and arrayUnion Also updating nested document field ('level0.level1.level2') does not work

dsl400 avatar Feb 07 '23 16:02 dsl400

You can delete a field by updating a document and providing all the fields without the one you want to delete, and not use the mask flag.

How did you try to update the nested document field? Can you please elaborate on the code with the simple example, @dsl400? Thanks!

LaughDonor avatar May 29 '23 02:05 LaughDonor