We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5aaf33 commit 90add5bCopy full SHA for 90add5b
1 file changed
infra/bigquery-export/firestore.js
@@ -126,12 +126,12 @@ export class FirestoreBatch {
126
}
127
128
async export (exportConfig, query) {
129
- this.date = exportConfig.date
130
- this.collectionName = exportConfig.name
131
- this.collectionType = exportConfig.type
132
this.firestore.settings({
133
- databaseId: 'tech-report-apis-' + exportConfig.environment
+ databaseId: exportConfig.database
134
})
+ this.collectionName = exportConfig.collection
+ this.collectionType = exportConfig.type
+ this.date = exportConfig.date
135
136
await this.batchDelete()
137
0 commit comments