projects
Imports documents into Google Cloud Firestore. Existing documents with the same name are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportDocuments operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Firestore.
post/v1/{+name}:importDocuments
Path parameters
namestring required
Required. Database to import into. Should be of the form: projects/{project_id}/databases/{database_id}.
Request body
Response
Successful response