Firestore Export
Export data to a Firestore database.
Properties
Name | Type | |
---|---|---|
engine | String=firestore:write | |
project | String | |
credentials | String | |
collection | String | |
name_field | String |
engine
Must be firestore:write
.
- Required
- Yes
project
The name of the Google Cloud project.
- Required
- No
credentials
JSON blob of your service account.
- Required
- Yes
collection
The name of the Firestore collection.
- Required
- No
name_field
The name of the field containing a unique identifier of the document.
- Required
- No