firestore-array-union
Add unique elements to an array field in Firestore documents while preventing duplicate entries. Specify document path, field name, and elements to insert.
Instructions
Add elements to an array field without duplicates
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Full path to the document | |
| field | Yes | Array field name | |
| elements | Yes | Elements to add to the array |