The type of the action. Should be set to FIREBASE.
application_idrequired string
The ID of the Firebase application.
integrationrequired Integration
The integration.
execute_commandsrequired string[]
Commands that will be executed.
working_directoryoptional string
The directory in which the commands are executed. Available when type is set to CUSTOM.
volume_mappingsoptional string[]
The path preceding the colon is the filesystem path (the folder from the filesystem to be mounted in the container). The path after the colon is the container path (the path in the container, where this filesystem will be located).
shelloptional string
The name of the shell that will be used to execute commands. Can be one of SH (default) or BASH.
setup_commandsoptional string[]
The command that will be executed only on the first run.