firestore-array-remove
Remove specific elements from array fields in Firestore documents to maintain accurate data structures and prevent outdated information.
Instructions
Remove elements from an array field
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Full path to the document | |
| field | Yes | Array field name | |
| elements | Yes | Elements to remove from the array |