In the first part of this article, we explored the essentials of setting up Firebase App Distribution, from configuring your Firebase account and service account to understanding the pros and cons of using Firebase for app distribution. With the groundwork laid, it’s time to dive into the next critical phase: deploying an iOS build (.ipa) using Fastlane and Firebase CLI.
In this part, we’ll walk through the process of deploying an iOS app to Firebase App Distribution using two methods: Fastlane and Firebase CLI. You’ll learn how to configure each approach, set up the necessary environment variables, and upload and distribute your app to testers. By the end of this guide, you’ll have a workflow that ensures reliable distribution of your builds.