android - Enable Debug mode on your development device for Firebase -
i have user properties/tags want test in real-time in firebase console. have have piping set correctly see tags builds uploaded hours later.
i have read command adb shell setprop debug.firebase.analytics.app <package_name>
should take care of doesn't seem working me.
steps have taken:
ran build via android studio
opened terminal in android studio , ran
adb shell setprop debug.firebase.analytics.app com.x.y.android.qa.debug
(where x , y app identifiers, qa flavor , debug debug build)
i still see no devices available in firebase debugview dashboard.
am missing step? need build , deploy app command line?
thanks, otterman
Comments
Post a Comment