All Posts

Configuring Firebase App Hosting with Google Secrets Manager

When deploying your app to Firebase App Hosting, the build process is automatically handled by Google Cloud Build. While this makes deployment convenient, it poses a challenge: you can’t directly run custom GitHub Actions scripts or set environment configurations during the build.

Duplicating your Firebase project to staging with Github Actions

So we’re all set up with CI/CD that rolls out a shiny new production release to our Firebase hosting every time we merge to master. That’s great.

Backing up Firebase project with Github Actions

Backups are really useless most of the time… until something goes wrong and you really need one. This article will help provide some easy to apply recipes to back up your Firebase project, in a single Github Action workflow.