CI/CD

DevOps Understanding and …

As an Android Engineer, think about how much time you waste in deploying an APK for someone to test. ⌛️ It may be done in many steps, compile your project, run unit test, start generating your .apk file, then upload it to a third party (e.g. firebase distribution, diawi, etc ..). After that, you …

DevOps Understanding and …

In part 1 we managed to configure GitLab and Fastlane. Following next, we will configure our Continuous Deployment channel. Step 3 : Configure FirebaseAppDistribution (Our CD Channel) As we mentioned in part 1, FirebaseAppDistribution is a tool provided by Firebase where you can upload your beta …