Firebase Analytics and advertising identifier access

<p>Android apps using just Firebase Analytics without any other firebase dependencies like Firebase Ads ends up declaring AD_ID permission in the final merged android manifest.</p> <pre> implementation platform(&#39;com.google.firebase:firebase-bom:32.4.0&#39;) implementation &#39;com.google.firebase:firebase-analytics&#39;</pre> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*cgcC-S8eEkiJ5m2lcirIqg.png" style="height:157px; width:700px" /></p> <p>The permission&nbsp;<strong><em>com.google.android.gms.permission.AD_ID</em></strong>&nbsp;can be traced back to&nbsp;<strong>com.google.android.gms:play-services-ads-identifier</strong></p> <p><a href="https://medium.com/@debuggingisfun/firebase-analytics-and-advertising-identifier-access-9737a03106d3"><strong>Learn More</strong></a></p>