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:

  1. ran build via android studio

  2. 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

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -