Closed Zazo032 closed 2 years ago
It seems that this permission is added automatically by the firebase analytics SDK https://firebase.google.com/support/release-notes/android#analytics_v20-1-1
But I don't know about the firebase_config.
@Zazo032 Please check below links for further details and see if they help further:
https://developers.google.com/interactive-media-ads/docs/sdks/android/dai/android-12 https://support.google.com/googleplay/android-developer/answer/6048248
Those articles were not very helpful, since they always refer to the Google Mobile Ads SDK, but we're not using it. We're using the following Firebase plugins
firebase_analytics: ^9.3.0
firebase_core: ^1.20.0
firebase_crashlytics: ^2.8.6
firebase_performance: ^0.8.2+1
This most probably belongs upstream. See similar issue open : https://github.com/firebase/firebase-android-sdk/issues/2582 I suggest you to follow-up in that issue for further updates. Closing from here, as this doesn't seem to be actionable from Flutterfire.
Bug report
Describe the bug Some Firebase plugin is probably declaring this permission internally, and according to Manifest Merger:
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
We're not using any Advertising ID, so it shouldn't be added automatically
Additional context
This is a blocker to publish updates with an app targeting Android 13 and using Firebase plugins
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.0.5, on Microsoft Windows [Versi¢n 10.0.22000.832], locale es-ES) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.2) [✓] VS Code (version 1.68.1) [✓] Connected device (2 available) [✓] HTTP Host Availability • No issues found! ```