I installed Firebase SDK and add below two lines to MainActivity.java
private FirebaseAnalytics mFirebaseAnalytics;
mFirebaseAnalytics = FirebaseAnalytics.getInstance(this);
I need uninstall stats (app_remove event) - like which device user uninstalled the app. Do I need to add more firebase api or is this setup enough?