Need advice about which tool to choose?Ask the StackShare community!
Bitrise vs fastlane: What are the differences?
Developers describe Bitrise as "Automate your mobile app development from building through testing to deployment". In short Bitrise is a Continous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android). You can automate the testing and deployment of your apps with just a few clicks. When you trigger a build a Virtual Machine is assigned to host your build and your defined Workflow (series of Steps scripts) will be executed, step by step. On the other hand, fastlane is detailed as "Connect all iOS deployment tools into one streamlined workflow". fastlane lets you define and run your deployment pipelines for different environments. It helps you unify your appโs release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like CocoaPods.
Bitrise and fastlane can be categorized as "Mobile Continuous Integration" tools.
Some of the features offered by Bitrise are:
- Continuous Delivery
- Hosted Environment
- Customizable Workflows
On the other hand, fastlane provides the following key features:
- Connect all build tools together
- Define multiple lanes for different needs
- Jenkins Integration
"Easy setup" is the primary reason why developers consider Bitrise over the competitors, whereas "Easy to use" was stated as the key factor in picking fastlane.
fastlane is an open source tool with 26K GitHub stars and 3.96K GitHub forks. Here's a link to fastlane's open source repository on GitHub.
Intuit, Wongnai, and Zola are some of the popular companies that use fastlane, whereas Bitrise is used by Bitrise, ZeeMee, and Multunus. fastlane has a broader approval, being mentioned in 93 company stacks & 22 developers stacks; compared to Bitrise, which is listed in 29 company stacks and 14 developer stacks.
What is Bitrise?
What is fastlane?
Need advice about which tool to choose?Ask the StackShare community!
Why do developers choose Bitrise?
Why do developers choose fastlane?
Sign up to add, upvote and see more prosMake informed product decisions
What are the cons of using Bitrise?
What are the cons of using fastlane?
What companies use Bitrise?
What companies use fastlane?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with fastlane?
Sign up to get full access to all the tool integrationsMake informed product decisions
We are using React Native in #SmartHome to share the business logic between Android and iOS team and approach users with a unique brand experience. The drawback is that we require lots of native Android SDK and Objective-C modules, so a good part of the invested time is there. The gain for a app that relies less on native communication, sensors and OS tools should be even higher.
Also it helps us set different testing stages: we use Travis CI for the javascript (business logic), Bitrise to run build tests and @Detox for #end2end automated user tests.
We use a microservices structure on top of Zeit's @now that read from firebase. We use JWT auth to authenticate requests among services and from users, following GitHub philosophy of using the same infrastructure than its API consumers. Firebase is used mainly as a key-value store between services and as a backup database for users. We also use its authentication mechanisms.
You can be super locked-in if you also rely on it's analytics, but we use Amplitude for that, which offers us great insights. Intercom for communications with end-user and Mailjet for marketing.
Fastlane is a perfect tool for the build distributions. Its pretty simple settings allow composing the app builds just with one command. For Flutter it is set up for distributing Crashlytics and Test Flight builds.