I have received email from google:
We recently announced that we’ll be deprecating the install_referrer intent broadcast mechanism. Because one or more of your apps uses this intent to track referrals, we wanted to ensure you make the switch before March 1, 2020. After this date, new versions of the Play Store app will no longer broadcast the install_referrer intent after app installs.
I am not using install_referrer
directly, but while browsing merged manifest i discovered that some firebase service named with package name com.google.firebase.measurement
use it.
My firebase dependencies updated to latest version.
Should I care about it?