-->
The bulk update feature is accessible from Tools -> Update Documents. This functionality allows you to efficiently modify multiple documents at once by deleting, creating, updating, or renaming fields.
The bulk update process consists of two steps:
When updating documents, you can perform the following actions on fields:
Each action is configurable for specific fields in your documents.
Removes a specified field from all selected documents.
Delete attribute
and specify the field name to remove.Adds a new field to all selected documents.
Create attribute
, specify the field name, and choose a value type:
Modifies the value of an existing field across selected documents.
Update attribute
, specify the field name, and choose how the value should be updated:
Create attribute if it does not exist
to ensure the field is added if missing.Changes the name of a field in all selected documents.
Rename attribute
, specify the old name, and enter the new field name.When setting or updating a field, the following value types are available:
The following dynamic values are available for field updates:
If converting a value, the following transformations are available:
When converting values, the following options define how errors are managed:
null
: Replace with null
skip
: Ignore the update for that documentfail
: Stop executiondelete
: Remove the fieldOnce the desired modifications are configured, click Confirm to apply the changes to all matching documents in Firestore.
This feature enables efficient and scalable document updates, reducing manual intervention while ensuring data consistency.
The modification process is irreversible.
Please review your configurations carefully before applying changes. Undefined values, when converted to a string or number, will default to empty values such as "" or 0.