juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
BSD 3-Clause "New" or "Revised" License
907 stars 521 forks source link

Making unwanted HTTP Requests to Firebase logging #706

Open DarioCorno opened 1 year ago

DarioCorno commented 1 year ago

After installing this package I see unwanted requests to Firebase Logging. Is this package doing them or any dependency? Even if Firebase isn't installed on my machine.

Is there a way to get rid of them?

Debug output (after about 15 seconds from app start):

D/TransportRuntime.CctTransportBackend(32488): Making request to: https://firebaselogging.googleapis.com/v0cc/log/batch?format=json_proto3 I/TransportRuntime.CctTransportBackend(32488): Status Code: 200 I/TransportRuntime.CctTransportBackend(32488): Content-Type: application/json; charset=UTF-8 I/TransportRuntime.CctTransportBackend(32488): Content-Encoding: gzip

Flutter 3.10.* for an Android app, dev machine using VSCode on Windows 11.

MBulli commented 1 year ago

This package uses the Google ML Kit and that does trigger the requests. See #553.

FaPra2023 commented 1 year ago

__What steps are necessary to import mobile_scanner in apps that are used by people in Europe?__

DooMMasteR commented 3 months ago

So this makes stuff like mobile_scanner unusable in the EEA and also other parts of the world, but the issue has been unfixed for over a year now?