All Posts

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.