Open Vivecstel opened 4 months ago
Sometimes i see the same thing happening on my app, however some events do seem to work. Im looking into it so i will let you know what my findings are.
Any updates about this?
It happened to me when I disabled Firebase's content-provider in Manifest by:
<provider
android:authorities="${applicationId}.firebaseperfprovider"
android:name="com.google.firebase.perf.provider.FirebasePerfProvider"
tools:node="remove" />
And initialized Firebase with Firebase.initialize(this, options)
in the Application class.
But when I deleted Firebase initialization from the Application class and reenabled Firebase's content-provider (removed the code above from Manifest), analytics started to work correctly.
I added analytics sdk recently and I am not seeing any events in firebase console (both on events and debug view). For crashlytics I see the fatal and not fatal exceptions correctly in firebase console.