# Fastlane

Published articles for Fastlane.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Automating App Store Screenshots

DevFeed: [Automating App Store Screenshots](<https://devfeed.tech/articles/automating-app-store-screenshots-27367.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/automating-app-store-screenshots.htm>)

Author: Khan Academy

Published: 2017-03-27T22:00:00Z

Content type: tutorial

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [ui-testing](<https://devfeed.tech/topics/ui-testing.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>), [Sketch](<https://devfeed.tech/topics/sketch.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [app-store](<https://devfeed.tech/tags/app-store.md>), [design](<https://devfeed.tech/tags/design.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [ios](<https://devfeed.tech/tags/ios.md>), [iphone](<https://devfeed.tech/tags/iphone.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [news](<https://devfeed.tech/tags/news.md>), [screenshots](<https://devfeed.tech/tags/screenshots.md>), [testing](<https://devfeed.tech/tags/testing.md>), [ui-testing](<https://devfeed.tech/tags/ui-testing.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

### AI overview

A tutorial describing how Khan Academy automated App Store and Play Store screenshots with Xcode UI tests, Fastlane, a Snapfile, and a homegrown Sketch file. The team reduced screenshot update time from about a week to about an hour.

### Source excerpt

By Bryan Clark One of the more tedious design tasks is keeping your App Store promo images up-to-date. ... Read more

## Fastlane in Kotlin Multiplatform projects - Gustavo Fão Valvassori

DevFeed: [Fastlane in Kotlin Multiplatform projects - Gustavo Fão Valvassori](<https://devfeed.tech/articles/fastlane-in-kotlin-multiplatform-projects-gustavo-fao-valvassori-38203.md>)

Original publisher: [Read original article](<https://touchlab.co/fastlane-kmp>)

Published: 2025-03-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Development](<https://devfeed.tech/topics/development.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Android Library](<https://devfeed.tech/topics/android-library.md>), [cocoapods](<https://devfeed.tech/topics/cocoapods.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [rubygems](<https://devfeed.tech/topics/rubygems.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [android-library](<https://devfeed.tech/tags/android-library.md>), [cocoapods](<https://devfeed.tech/tags/cocoapods.md>), [community](<https://devfeed.tech/tags/community.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [rubygems](<https://devfeed.tech/tags/rubygems.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

A tutorial on using Fastlane to automate build, testing, and deployment tasks in Kotlin Multiplatform projects. It explains differences between Android and iOS setups, including projects using CocoaPods, Xcode Build Phases, or KMMBridge, and introduces Fastfile lanes and command-line execution.

### Source excerpt

Fastlane is a great tool for automating your mobile app tasks. In this post, we will show how to use Fastlane in a Kotlin Multiplatform project.

## Automating beautiful Screenshots using Jetpack compose

DevFeed: [Automating beautiful Screenshots using Jetpack compose](<https://devfeed.tech/articles/automating-beautiful-screenshots-using-jetpack-compose-25766.md>)

Original publisher: [Read original article](<https://www.sinasamaki.com/automating-beautiful-screenshots-using-jetpack-compose/>)

Author: sinasamaki

Published: 2022-04-20T04:52:00Z

Content type: tutorial

Language: en

Sources: [sinasamaki](<https://devfeed.tech/sources/sinasamaki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [automated](<https://devfeed.tech/tags/automated.md>), [design](<https://devfeed.tech/tags/design.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [play-store](<https://devfeed.tech/tags/play-store.md>), [screenshots](<https://devfeed.tech/tags/screenshots.md>), [testing](<https://devfeed.tech/tags/testing.md>), [ui](<https://devfeed.tech/tags/ui.md>), [ui-testing](<https://devfeed.tech/tags/ui-testing.md>)

### AI overview

This tutorial explains how to use Jetpack Compose and UI testing to design distinctive app screenshots and capture them automatically with fastlane across app variants and localizations.

### Source excerpt

Screenshots are the first impression of the user on our app. Therefore, to put our best foot forward, we need the best designed screenshots to be presented. But graphically designing screenshots is time-consuming. After coming up with a unique design, you still need to apply it to apply to

## Simplify the Process of Uploading iOS dSYM Files to Crashlytics with Fastlane

DevFeed: [Simplify the Process of Uploading iOS dSYM Files to Crashlytics with Fastlane](<https://devfeed.tech/articles/simplify-the-process-of-uploading-ios-dsym-files-to-crashlytics-with-fastlane-16409.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/09/uploading-dsym-files-to-crashlytics-with-fastlane>)

Author: Elena Doty

Published: 2021-09-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Crashlytics](<https://devfeed.tech/topics/crashlytics.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>)

Tags: [app-store](<https://devfeed.tech/tags/app-store.md>), [apple](<https://devfeed.tech/tags/apple.md>), [automated](<https://devfeed.tech/tags/automated.md>), [build](<https://devfeed.tech/tags/build.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [ios](<https://devfeed.tech/tags/ios.md>), [release-workflow](<https://devfeed.tech/tags/release-workflow.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial explains how to automate downloading bitcode dSYMs from Apple and uploading them to Crashlytics with fastlane. It describes the different workflow for apps with and without bitcode and outlines the fastlane setup and lane configuration.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## New Improvements to App Distribution since Beta Launch

DevFeed: [New Improvements to App Distribution since Beta Launch](<https://devfeed.tech/articles/new-improvements-to-app-distribution-since-beta-launch-16370.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/11/new-improvements-to-app-distribution-since-beta-launch>)

Author: Alex Singer

Published: 2020-11-10T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [ci](<https://devfeed.tech/topics/ci.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app-distribution](<https://devfeed.tech/tags/app-distribution.md>), [backend](<https://devfeed.tech/tags/backend.md>), [ci](<https://devfeed.tech/tags/ci.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [ios](<https://devfeed.tech/tags/ios.md>), [news](<https://devfeed.tech/tags/news.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase describes updates to App Distribution since its beta launch, including release search, iOS in-app build alerts, faster downloads, and a rewritten fastlane plugin for easier CI setup.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Automating Android App Distribution with Firebase App Distribution, GitHub Actions, and Fastlane

DevFeed: [Automating Android App Distribution with Firebase App Distribution, GitHub Actions, and Fastlane](<https://devfeed.tech/articles/quickly-distribute-your-app-with-firebase-app-distribution-using-github-actions-fastlane-25743.md>)

Original publisher: [Read original article](<https://blog.shreyaspatil.dev/quickly-distribute-your-app-with-firebase-app-distribution-using-github-actions-fastlane/>)

Author: Shreyas Patil

Published: 2020-10-21T05:33:17Z

Content type: tutorial

Language: en

Sources: [Shreyas Patil's Blog](<https://devfeed.tech/sources/shreyas-patil-s-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Android](<https://devfeed.tech/topics/android.md>), [Application Development](<https://devfeed.tech/topics/application-development.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app-distribution](<https://devfeed.tech/tags/app-distribution.md>), [ci](<https://devfeed.tech/tags/ci.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

A step-by-step tutorial for automating distribution of Android pre-release builds to testers or QA teams using Firebase App Distribution, GitHub Actions CI, and Fastlane.

### Source excerpt

Step-by-step guide to automating Android app distribution with Firebase App Distribution, GitHub Actions, and Fastlane for faster QA cycles.

## Automate publishing app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃

DevFeed: [Automate publishing app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃](<https://devfeed.tech/articles/automate-publishing-app-to-the-google-play-store-with-github-actions-fastlane-25702.md>)

Original publisher: [Read original article](<https://blog.shreyaspatil.dev/automate-publishing-app-to-the-google-play-store-with-github-actions-fastlane-ac9104712486/>)

Author: Shreyas Patil

Published: 2020-10-09T12:33:39Z

Content type: tutorial

Language: en

Sources: [Shreyas Patil's Blog](<https://devfeed.tech/sources/shreyas-patil-s-blog.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Android](<https://devfeed.tech/topics/android.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Google Play](<https://devfeed.tech/topics/google-play.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-app-development](<https://devfeed.tech/tags/android-app-development.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [google-play](<https://devfeed.tech/tags/google-play.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

### AI overview

A tutorial on automating Android app deployment to the Google Play Store with GitHub Actions and Fastlane. It covers creating Google Play service-account credentials, configuring Fastlane, and using a GitHub-based workflow for releases.

### Source excerpt

Automate your Android app deployment to Google Play Store using GitHub Actions and Fastlane. Implement a 'Code, Push, and Chill' workflow for your projects.

## Automating mobile app releases for iOS and Android at Badoo

DevFeed: [Automating mobile app releases for iOS and Android at Badoo](<https://devfeed.tech/articles/article-23614.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/badoo/articles/509238/>)

Author: saliery (Badoo)

Published: 2020-07-02T13:36:17Z

Content type: tutorial

Language: ru

Sources: [Badoo EN](<https://devfeed.tech/sources/badoo-en.md>), [Badoo RU](<https://devfeed.tech/sources/badoo-ru.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [App](<https://devfeed.tech/topics/app.md>), [Google Play](<https://devfeed.tech/topics/google-play.md>), [LineageOS](<https://devfeed.tech/topics/lineageos.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [app-store](<https://devfeed.tech/tags/app-store.md>), [badoo](<https://devfeed.tech/tags/badoo.md>), [devops](<https://devfeed.tech/tags/devops.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [google-play](<https://devfeed.tech/tags/google-play.md>), [ios](<https://devfeed.tech/tags/ios.md>), [re](<https://devfeed.tech/tags/re.md>), [release](<https://devfeed.tech/tags/release.md>), [release-engineering](<https://devfeed.tech/tags/release-engineering.md>), [teamcity](<https://devfeed.tech/tags/teamcity.md>)

### AI overview

A Badoo release engineer describes the company's automation of iOS and Android app releases. The process automates app-store metadata uploads and enables employees involved in the process to release applications in a few clicks; the release-engineering team reported saving about 830 hours in 2019.

### Source excerpt

Всем привет! Меня зовут Михаил Булгаков (нет, не родственник), я работаю релиз-инженером в Badoo. Пять лет назад я занялся автоматизацией релизов iOS-приложений, о чём подробно рассказывал в этой статье. А после взялся и за Android-приложения. Сегодня я подведу некоторые итоги: расскажу, к чему мы пришли за это время. Long story short: любой причастный к процессу сотрудник может зарелизить хоть все наши приложения на обеих платформах в несколько кликов -- без головной боли, больших затрат времени, регистрации и СМС. Так, наш отдел релиз-инженеров за 2019 год сэкономил около 830 часов. За подробностями -- добро пожаловать под кат! Читать дальше ->

## What's new at Firebase Summit 2019

DevFeed: [What's new at Firebase Summit 2019](<https://devfeed.tech/articles/what-s-new-at-firebase-summit-2019-16328.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2019/09/whats-new-at-firebase-summit-2019>)

Author: Francis Ma

Published: 2019-09-26T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Web](<https://devfeed.tech/topics/web.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app-distribution](<https://devfeed.tech/tags/app-distribution.md>), [app-quality](<https://devfeed.tech/tags/app-quality.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [community](<https://devfeed.tech/tags/community.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [fabric](<https://devfeed.tech/tags/fabric.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-cli](<https://devfeed.tech/tags/firebase-cli.md>), [firebase-summit](<https://devfeed.tech/tags/firebase-summit.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [ios](<https://devfeed.tech/tags/ios.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [news](<https://devfeed.tech/tags/news.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [react](<https://devfeed.tech/tags/react.md>), [react-native](<https://devfeed.tech/tags/react-native.md>), [realtime-database](<https://devfeed.tech/tags/realtime-database.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [security-rules](<https://devfeed.tech/tags/security-rules.md>), [test-lab](<https://devfeed.tech/tags/test-lab.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase Summit 2019 updates introduced Firebase Extensions, open-source bundles that automate common app development tasks, and expanded the Firebase Emulator Suite with hot reloading for Security Rules and broader client and server-side SDK support.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## 5 talks you can't miss at Firebase Dev Summit

DevFeed: [5 talks you can't miss at Firebase Dev Summit](<https://devfeed.tech/articles/5-talks-you-can-t-miss-at-firebase-dev-summit-16229.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2017/10/5-talks-you-cant-miss-at-firebase-dev>)

Author: Frank van Puffelen

Published: 2017-10-26T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [BigQuery](<https://devfeed.tech/topics/bigquery.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [bigquery](<https://devfeed.tech/tags/bigquery.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-summit](<https://devfeed.tech/tags/firebase-summit.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [news](<https://devfeed.tech/tags/news.md>), [summit](<https://devfeed.tech/tags/summit.md>), [talks](<https://devfeed.tech/tags/talks.md>)

### AI overview

The Firebase team previews selected presentations for the upcoming Firebase Dev Summit in Amsterdam, including Firebase announcements, fastlane app-release automation, and BigQuery analytics with Google Analytics for Firebase. The event talks will be livestreamed and recorded.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Faster automated screenshots: fastlane's snapshot now supports multiple concurrent simulators

DevFeed: [Faster automated screenshots: fastlane's snapshot now supports multiple concurrent simulators](<https://devfeed.tech/articles/faster-automated-screenshots-fastlane-s-snapshot-now-supports-multiple-concurrent-simulators-16215.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2017/08/faster-automated-screenshots-fastlanes>)

Author: David Ohayon

Published: 2017-08-29T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [concurrent](<https://devfeed.tech/tags/concurrent.md>), [fabric](<https://devfeed.tech/tags/fabric.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [ios](<https://devfeed.tech/tags/ios.md>), [launch](<https://devfeed.tech/tags/launch.md>), [news](<https://devfeed.tech/tags/news.md>), [screenshots](<https://devfeed.tech/tags/screenshots.md>), [updates](<https://devfeed.tech/tags/updates.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

### AI overview

The article announces that fastlane's snapshot tool supports multiple concurrent iOS simulators in Xcode 9, allowing screenshots for specified devices to be generated simultaneously.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Introducing fastlane precheck: Submit your app to the app store with confidence

DevFeed: [Introducing fastlane precheck: Submit your app to the app store with confidence](<https://devfeed.tech/articles/introducing-fastlane-precheck-submit-your-app-to-the-app-store-with-confidence-16202.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2017/06/introducing-fastlane-precheck-submit>)

Author: Joshua Liebowitz

Published: 2017-06-22T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [app-store](<https://devfeed.tech/tags/app-store.md>), [automation](<https://devfeed.tech/tags/automation.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google](<https://devfeed.tech/tags/google.md>), [ios](<https://devfeed.tech/tags/ios.md>), [launch](<https://devfeed.tech/tags/launch.md>), [news](<https://devfeed.tech/tags/news.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

Firebase introduces fastlane precheck, a tool for iOS apps that checks app-store metadata for common causes of rejection before submission. It flags issues such as mentions of other platforms, curse words, placeholder text, and broken URLs.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Welcoming Fabric to Google

DevFeed: [Welcoming Fabric to Google](<https://devfeed.tech/articles/welcoming-fabric-to-google-16167.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2017/01/fabricjoinsgoogle17>)

Author: Francis Ma

Published: 2017-01-18T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Google](<https://devfeed.tech/topics/google.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [mobile-app-development](<https://devfeed.tech/topics/mobile-app-development.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [crash-reporting](<https://devfeed.tech/tags/crash-reporting.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [fabric](<https://devfeed.tech/tags/fabric.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google](<https://devfeed.tech/tags/google.md>), [ios](<https://devfeed.tech/tags/ios.md>), [mobile-app-development](<https://devfeed.tech/tags/mobile-app-development.md>), [news](<https://devfeed.tech/tags/news.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Google announced an agreement to acquire Fabric from Twitter and said Fabric would join Google's Developer Product Group and work with the Firebase team. The article states that Crashlytics was expected to become Firebase's main crash reporting offering, while Digits would remain maintained by Twitter during the transition.

### Source excerpt

News, tutorials, and updates from the Firebase team.