DebugView allows you to view raw event data logged by your app on development devices in near real time. To use DebugView, you must enable debugging mode.
To enable it, you must execute this command in the console:
adb shell setprop debug.firebase.analytics.app <package_name>You must replace package_name with the name of the app you want to debug. This should be listed in your google-services.json file
- Go to your google firebase console
- Open the analytics tab
- Go to debugView