这是indexloc提供的服务,不要输入任何密码
Skip to content

🐛 [firestore-bugquery-export] Transform Function URL doesn't work #2448

@WisaniShilumani

Description

@WisaniShilumani

The code in https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/scripts/import/src/index.ts#L84 makes reference to config.transformFunctionUrl

However, this property is never actually ever provided by the config here:
https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/scripts/import/src/config.ts

The config.ts file needs to be updated to return

{
...restOfConfig,
transformFunctionUrl: program.transformFunctionUrl,
}

Metadata

Metadata

Assignees

Labels

type: bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions