Flutter Android — CI/CD using Jenkins and Firebase App Distribution: Part 2

Eric Anicet
6 min readJun 10, 2024

In the previous story, we had configured all the necessary tools and dependencies on the Linux server and created the Flutter application with the Jenkins pipeline.
In this story, we will learn how to publish the Flutter app to Firebase App Distribution.

· Prerequisites
· Overview
What is Firebase App Distribution?
Key capabilities
· Set Up Firebase App Distribution
Create a project in Firebase
Register your app with Firebase
Create Testers
· Integrating Firebase App Distribution with Jenkins
Set up Firebase CLI
Flutter Jenkins Pipeline CI
· Testing
· Conclusion
· References

Prerequisites

This is the list of all the prerequisites for this part 2:

  • A Flutter project that you want to distribute to QA in Firebase
  • All steps in Part 1 must be completed
  • Access to the Firebase console

--

--