0

has anyone successfully used FireBase 9.4.0 in an Android project? I don't get any events, any sessions, nothing when I updated.

Daniel Albert
  • 757
  • 5
  • 22
breakline
  • 5,776
  • 8
  • 45
  • 84

1 Answers1

1

try this to get events :

adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC
h_patel
  • 744
  • 5
  • 16