Skip to content

Commit b0a89de

Browse files
authored
fix: collectionGroup handling for multi-threaded (#2502)
* fix(bq-import-script): fix multimodal collectionGroup queries * test: fix broken tests * chore: format * chore: remove temporary test * chore(import-script): bump version
1 parent 810b21b commit b0a89de

File tree

6 files changed

+1307
-445
lines changed

6 files changed

+1307
-445
lines changed

firestore-bigquery-export/scripts/import/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the `@firebaseextensions/fs-bq-import-collection` package
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.26] - 2025-08-19
9+
10+
- fix: collectionGroup handling for multi-threaded where multi-threaded collection group imports fail due to improper handling of Firestore document reference paths
11+
812
## [0.1.25] - 2025-07-28
913

1014
### Added

0 commit comments

Comments
 (0)