From f9b38e9895d29d9793eacff742b2a93974c4725d Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Wed, 14 Jun 2023 22:31:15 +0200 Subject: [PATCH] docs(barcode-scanning): remove Firebase workaround --- packages/barcode-scanning/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/barcode-scanning/README.md b/packages/barcode-scanning/README.md index ae5a36d..b56957a 100644 --- a/packages/barcode-scanning/README.md +++ b/packages/barcode-scanning/README.md @@ -70,8 +70,6 @@ Add the `NSCameraUsageDescription` key to the `ios/App/App/Info.plist` file, whi + The app enables the scanning of various barcodes. ``` -If you also use a `@capacitor-firebase/*` dependency in your project, then implement [this workaround](https://github.com/capawesome-team/capacitor-mlkit/issues/23#issuecomment-1470739611) to avoid conflict with the Cocoapods dependencies. - ## Configuration No configuration required for this plugin.