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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -