Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How is firebase able to detect "app_remove"

In firebase analytics for Android apps, I can see app_remove events. But Android OS, does not provide any callback to detect if the app is getting uninstalled.

So does firebase actually get to know if "app_remove" event took place?

like image 629
Sam Avatar asked Jan 25 '17 06:01

Sam


People also ask

What is App_remove in firebase?

As per the firebase docs,the app_remove event occurs "when an application package is removed or "uninstalled" from an Android device."

What is App_remove?

The app_remove event counts the removal of application packages, regardless of the installation source, and the count changes depending on the date range you are using for the report.

How do I see logged events on Firebase?

You can access this data from the Events dashboard in the Firebase console. This dashboard shows the event reports that are automatically created for each distinct type of event logged by your app.


1 Answers

As per the firebase docs,the app_remove event occurs "when an application package is removed or "uninstalled" from an Android device."

For more details visit : https://support.google.com/firebase/answer/6317485?hl=en

like image 171
Sourabh soni Avatar answered Oct 21 '22 07:10

Sourabh soni