I need to remove Firebase-Analytics from our Android app because their install referrer receiver prevents my Third party application to track installs. Only one is allowed.
Did anyone ever faced that issue? How would you do?
I tried this, but this the broadcastreceiver/install receiver is present
compile ('com.google.firebase:firebase-core:11.2.2'){
exclude group: 'com.google.firebase', module: 'firebase-analytics'
}