All Posts

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.

Publishing Dart Packages with Github Actions

A tutorial that will get you started with automated publishing of Dart packages to the pub.dev package repository, in less than 3 minutes. In a couple of minutes from now, you will have a Github Action workflow that does all the heavy lifting of publishing your dart package or Flutter plugin to pub.