Loading... Search articles

Search for articles

Sorry, but we couldn't find any matches...

But perhaps we can interest you in one of our more popular articles?
Publish Flutter Apps to Firebase App Distribution

Publish Flutter Apps to Firebase App Distribution

Jul 23, 2021

Written by Chris Raastad

Firebase is a suite of cloud-based services by Google to simplify mobile app development and management. Firebase App Distribution allows app developers to distribute both Android and iOS builds to QA testers in one platform. This makes it ideal for cross-platform frameworks like Flutter to keep QA builds in one place for both platforms.

This guide will show you how to easily distribute Android and iOS builds of your Flutter app to tester groups in Firebase App Distribution.

Prerequisites

In order to follow this guide, you will need the following:

  • A Flutter project that you want to distribute to QA in Firebase

  • Access to your project in the Firebase console (create a new one if it doesn’t exist)

  • One app added for iOS and one app added for Android to your Firebase app distribution project (create new ones if they don’t exist)

  • A tester group created for each group of app testers (you can create them in Firebase console App Distribution Testers & Groups section)

  • For each iOS device you would like to install your build, you will need to add the device UDID to Apple Developer Portal devices. See these instructions for finding your device’s UDID.

How to set up Firebase App Distribution with Codemagic

Follow the steps of Use the CLI with CI systems to generate a Firebase token.

If you’re new to Codemagic, follow the steps of Flutter Continuous Integration & Delivery (CI/CD) with Codemagic to set up a new Flutter project with the workflow editor to build an Android and/or iOS app. You can build Android in debug or release mode. You must build iOS in release mode with Manual or Automatic code signing with the Development or Ad Hoc Provisioning Profile type in order to install a build published to Firebase App Distribution. See our docs more info on iOS code signing.

For your workflow, in the Distribution section, select Firebase App Distribution. Here you should provide your token and for each app a Firebase app id and tester group alias(es). App id can be found in the Firebase App Distribution project settings. Tester group alias(es) can be found in the App Distribution Testers & Groups section.

That’s it! After a successful build, you’ll see your iOS or Android build in the Firebase console App Distribution section.

And an email will go out to your testers with a link to download and install the build on their device.

How did you like this article?

Oops, your feedback wasn't sent

Latest articles

Show more posts