I am trying to install firebase firestore-bigquery-export
extension through firebase CLI
.
But I can not find how I can install an extension in non-interactive
way.
I need that because I have multiple environments and CI.
The console contains information about , but where I can find parameters name?
$ firebase ext:install firestore-bigquery-export -h
Usage: firebase ext:install [options] [extensionName]
install an official extension if [extensionName] or [extensionName@version] is provided; or run with `-i` to see all available extensions.
Options:
--params <paramsFile> name of params variables file with .env format.
-h, --help output usage information
Thank you for your help!