We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b9352 commit e5d5890Copy full SHA for e5d5890
firestore-bigquery-export/functions/src/index.ts
@@ -25,7 +25,7 @@ import * as logs from "./logs";
25
import { getChangeType } from "./util";
26
27
const eventTracker: FirestoreEventHistoryTracker = new FirestoreBigQueryEventHistoryTracker({
28
- collectionPath: config.tableId,
+ collectionPath: config.tableId, // TODO: rename collectionPath.
29
datasetId: config.datasetId,
30
initialized: false, // TODO: Remove this config.
31
suppressWarnings: false, // TODO: Remove this config.
0 commit comments