Search code examples
androidfirebasefirebase-analyticsfirebase-console

Firebase Analytics dotted lines


have integrated Firebase Analytics into my Android project, it was working last month, now it shows only dotted lines and users count is 0.

Not sure why it's happening, where am I wrong? Since it was working previously, I believe that I had setup everything correct as per development guide.


enter image description here


Solution

  • I got it working now. I double checked gradle file, the below line was commented out accidentally and thats what the reason for non-tracking in my case.

    compile 'com.google.firebase:firebase-core:9.4.0'
    

    I wonder how I get successful message while initializing the analytics and I dont receive any build issue. So strange.