firestore-delete-field
Remove specific fields from a Firestore document to clean up data, manage schema changes, or delete sensitive information.
Instructions
Delete specific fields from a document
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Full path to the document | |
| fields | Yes | Field names to delete |