has anyone successfully used FireBase 9.4.0 in an Android project? I don't get any events, any sessions, nothing when I updated.
Asked
Active
Viewed 93 times
0
-
http://stackoverflow.com/questions/39160638/firebase-not-getting-entry-on-console check this – h_patel Aug 30 '16 at 09:44
-
also check it - https://firebase.google.com/docs/android/setup – Md Imran Choudhury Aug 30 '16 at 10:26
-
I have already installed FireBase successfully with an earlier version... This is not my problem. – breakline Aug 30 '16 at 11:10
1 Answers
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
-
I've checked this, seems to be okay. But I don't see any events or sessions on the FireBase console. – breakline Aug 30 '16 at 09:53
-
-
It's been more than 24 hours and still nothing. I actually went back to 9.0.2 and I'm waiting for that to show up now. – breakline Aug 30 '16 at 10:00