Deploying Android Apps Using GitHub Actions

May 4 2023 · Kotlin 1.7.21, Android 13, Android Studio Electric Eel

Part 1: Automate Releases with GitHub Actions

06. Authenticate Firebase Project

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 05. Trigger a Workflow Next episode: 07. Deploy to Firebase App Distribution

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Once the unit and instrumentation tests pass, you want to send the build to your QA team. A structured way of doing this is to use Firebase App Distribution. It lets you keep track of the uploaded builds and notify teams when new builds become available. You can even create groups and distribute a build only to specific groups.

Setup Firebase Project

First, you need to create a new project on Firebase. Open your web browser and go to the following URL: https://console.firebase.google.com/

Add Testers

From the left navigation bar, select App Distribution in the Release & Monitor section.

Fetch App ID and Service Account

To give GitHub Actions access to your Firebase account, you’ll need two things: