---
description: Capacitor 6.0 is here! Find out what breaking changes have been made to the Capawesome plugins and how to update your code.
title: Updating to Capacitor 6.0 - Capawesome
image: https://capawesome.io/docs/assets/images/social/blog/updating-to-capacitor-6.png
---

[ Skip to content](#updating-to-capacitor-60) 

[ 🎉 Introducing **Capawesome Platform** — one platform for Live Updates, Native Builds, App Store Publishing, and Insider SDKs.](https://capawesome.io) 

* [  Formbricks ](/docs/plugins/formbricks/)
* [  Geocoder ](/docs/plugins/geocoder/)
* [  Google Sign-In ](/docs/plugins/google-sign-in/)
* [  libSQL ](/docs/plugins/libsql/)
* [  Live Update ](/docs/plugins/live-update/)
* [  Managed Configurations ](/docs/plugins/managed-configurations/)
* [  Media Session ](/docs/plugins/media-session/)
* [  ML Kit ](/docs/plugins/mlkit/)
* [  NFC ](/docs/plugins/nfc/)
* [  OAuth ](/docs/plugins/oauth/)
* [  Pedometer ](/docs/plugins/pedometer/)
* [  Photo Editor ](/docs/plugins/photo-editor/)
* [  PostHog ](/docs/plugins/posthog/)
* [  Printer ](/docs/plugins/printer/)
* [  Purchases ](/docs/plugins/purchases/)
* [  RealtimeKit ](/docs/plugins/realtimekit/)
* [  Screen Orientation ](/docs/plugins/screen-orientation/)
* [  Screenshot ](/docs/plugins/screenshot/)
* [  Secure Preferences ](/docs/plugins/secure-preferences/)
* [  Speech Recognition ](/docs/plugins/speech-recognition/)
* [  Speech Synthesis ](/docs/plugins/speech-synthesis/)
* [  Share Target ](/docs/plugins/share-target/)
* [  Square Mobile Payments ](/docs/plugins/square-mobile-payments/)
* [  SQLite ](/docs/plugins/sqlite/)
* [  Superwall ](/docs/plugins/superwall/)
* [  Torch ](/docs/plugins/torch/)
* [  Wifi ](/docs/plugins/wifi/)
* [  Zip ](/docs/plugins/zip/)
* [  Cloud ](/docs/cloud/)
* [  Live Updates ](/docs/cloud/live-updates/)
* Advanced
* Integrations
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Configuration ](/docs/cloud/native-builds/configuration/)
* [  Environments ](/docs/cloud/native-builds/environments/)
* Guides
* [  Sample Projects ](/docs/cloud/native-builds/sample-projects/)
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  Automations ](/docs/cloud/automations/)
* [  Assist ](/docs/cloud/assist/)
* Account
* Organizations
* [  Organization and User Management ](/docs/cloud/organizations/memberships/)
* [  Single Sign-On (SSO) ](/docs/cloud/organizations/sso/)
* [  Teams ](/docs/cloud/organizations/teams/)
* [  Two-Factor Authentication ](/docs/cloud/organizations/two-factor-authentication/)
* [  Integrations ](/docs/cloud/integrations/)
* [  License Keys ](/docs/cloud/license-keys/)
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Pricing ](https://capawesome.io/pricing/)
* [  FAQ ](/docs/cloud/faq/)
* [  Support ](/docs/cloud/support/)
* [  Contributing ](/docs/contributing/)
* [  LLMs ](/docs/llms/)
* [  Insiders ](/docs/insiders/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/insiders/support/)
* [  FAQ ](/docs/insiders/faq/)
* [  Blog ](/blog/)
* Categories

# Updating to Capacitor 6.0[¶](#updating-to-capacitor-60 "Permanent link")

Capacitor 6.0 is finally here and brings a lot of improvements! Make sure to check out the [official announcement post](https://ionic.io/blog/announcing-capacitor-6-0) from the Ionic team. In this article, you can find out what breaking changes have been made to the Capawesome plugins.

AI-Assisted Upgrade

For a more guided experience, add the [Capawesome skills](https://github.com/capawesome-team/skills) to your project with `npx skills add capawesome-team/skills --skill capacitor-app-upgrades` and use the following prompt with your preferred AI coding assistant:

`` [](#%5F%5Fcodelineno-0-1)Use the `capacitor-app-upgrades` skill from `capawesome-team/skills` to help me upgrade my Capacitor app to Capacitor 6.
 ``

## Plugins[¶](#plugins "Permanent link")

The following plugin functionality has been modified or removed. Update your code accordingly. More information can be found in the respective `BREAKING.md` file of each plugin.

### Android Foreground Service[¶](#android-foreground-service "Permanent link")

* You must specify appropriate foreground service types in your `AndroidManifest.xml` (see [Declare foreground services in your manifest](https://developer.android.com/develop/background-work/services/foreground-services#types) and [Request the foreground service permissions](https://developer.android.com/develop/background-work/services/foreground-services#request-foreground-service-permissions)).

### App Update[¶](#app-update "Permanent link")

* The `currentVersion` property has been replaced by the `currentVersionCode` and `currentVersionName` properties in the `AppUpdateInfo` interface.
* The `availableVersion` property has been replaced by the `availableVersionCode` and `availableVersionName` properties in the `AppUpdateInfo` interface.

### File Picker[¶](#file-picker "Permanent link")

* The `multiple` property has been replaced by a new `limit` property in the `PickFilesOptions` and `PickMediaOptions` interfaces.
* The `File` interface has been replaced by the `PickedFile` interface.
* The default value of the `skipTranscoding` property has been changed to `true`.

### Firebase Analytics[¶](#firebase-analytics "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Analytics component of the Firebase Android SDK has been updated to `20.5.1`.

### Firebase App[¶](#firebase-app "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebaseCommonVersion` variable has been updated to `20.4.2`.

### Firebase App Check[¶](#firebase-app-check "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebaseAppCheckPlayIntegrityVersion` variable has been updated to `17.1.2`.
* On Android, the `firebaseAppCheckDebugVersion` variable has been updated to `17.1.2`.

### Firebase Authentication[¶](#firebase-authentication "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebaseAuthVersion` variable has been updated to `22.3.1`.
* On Android, the `playServicesAuthVersion` variable has been updated to `21.0.0`.
* On Android, the `facebookLoginVersion` variable has been updated to `16.3.0`.

### Firebase Crashlytics[¶](#firebase-crashlytics "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebaseCrashlyticsVersion` variable has been updated to `18.6.2`.

### Firebase Cloud Firestore[¶](#firebase-cloud-firestore "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* The `QueryDocumentSnapshot` interface has been replaced with the `DocumentSnapshot` interface.
* On Android, the `firebaseFirestoreVersion` variable has been updated to `24.10.3`.

### Firebase Cloud Messaging[¶](#firebase-cloud-messaging "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebaseMessagingVersion` variable has been updated to `23.4.1`.

### Firebase Cloud Storage[¶](#firebase-cloud-storage "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebaseStorageVersion` variable has been updated to `20.3.0`.

### Firebase Performance Monitoring[¶](#firebase-performance-monitoring "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebasePerfVersion` variable has been updated to `20.5.2`.

### Firebase Remote Config[¶](#firebase-remote-config "Permanent link")

* The Firebase Javascript SDK has been updated to `10.9.0`.
* The Firebase iOS SDK has been updated to `10.24.0`.
* On Android, the `firebaseConfigVersion` variable has been updated to `21.6.3`.

### ML Kit Barcode Scanning[¶](#ml-kit-barcode-scanning "Permanent link")

* On Android, the `mlkitBarcodeScanningVersion` variable has been updated to `17.2.0`.
* On Android, the `playServicesCodeScannerVersion` variable has been updated to `16.1.0`.

### ML Kit Face Detection[¶](#ml-kit-face-detection "Permanent link")

* On Android, the `mlkitFaceDetectionVersion` variable has been updated to `16.1.6`.

### ML Kit Face Mesh Detection[¶](#ml-kit-face-mesh-detection "Permanent link")

* On Android, the `mlkitFaceMeshDetectionVersion` variable has been updated to `16.0.0-beta2`.

### ML Kit Selfie Segmentation[¶](#ml-kit-selfie-segmentation "Permanent link")

* On Android, the `mlkitSelfieSegmentationVersion` variable has been updated to `16.0.0-beta5`.

### ML Kit Translation[¶](#ml-kit-translation "Permanent link")

* On Android, the `mlkitTranslateVersion` variable has been updated to `17.0.2`.

### NFC[¶](#nfc "Permanent link")

* The `techType` property of the `TransceiveOptions` interface is now only available for iOS. On Android, the `connect(...)` method must first be called to establish the connection to an NFC tag. The `transceive(...)` method can then be used to send and receive data. Finally, the `close(...)` method must be called to terminate the connection.

March 23, 2026 

 Back to top 