Deploy Firebase Functions using GitHub Actions

Automate the CI/CD pipeline for your Firebase Functions with GitHub Actions and a Google Service Account.

David Sugden
7 min readFeb 6, 2022

--

This short article will walk through the configuration required to automate the deployment of your Firebase Functions using GitHub Actions.

--

--