Firestore Export

Export data to a Firestore database.

Properties

NameType
engineString=firestore:write
projectString
credentialsString
collectionString
name_fieldString

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