Firebase - Features, integrations, alternatives & more
What it does
The action runs firebase CLI commands against a Firebase application.
How it works
The action launches a container with preinstalled Firebase CLI. Once launched, it’s already authorized against the Firebase account and region provided in the action settings. The container has mounted pipeline filesystem which contains pulled repository.
Action preview

Google Firebase Action Features
- The field Run commands supports multiple commands (one per line), piping commands together, or splitting a single command into multiple lines with \ (backslash) at the end of each line
- The commands support Environment Variables
- The action can be configured in YAML mode. See Firebase YAML parameters and Firebase YAML config example
- Buddy's Firebase API is supported
- The action supports conditional execution: it can be run on each execution, only if there are changes in the repository or specific paths since last execution or if an environment variable has a specific value