--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1e178dfa-a795-48e7-bbbe-00340d127ea7n%40googlegroups.com.
Crash report is not Showing in Firebase console : I have tried many ways
Follow the crashlytics latest instruction. Always showing :- Add the Firebase Android SDK (17.1.1 or higher) or Unity Plugin (6.15.0 or higher), then build, run and crash your app
Added firebase-crashlytics:17.1.0
implementation 'com.google.firebase:firebase-analytics:17.5.0'
implementation 'com.google.firebase:firebase-crashlytics:17.1.0'
Issue no 1: In 2 sample app I can see few report but when i purposily crash same app then I can't see report.
Issue no 2: Created new app but this time Always showing :- Add the Firebase Android SDK (17.1.1 or higher) or Unity Plugin (6.15.0 or higher), then build, run and crash your app
Any Solution Please :)