I have implemented Firebase crash report basic setup for my project and it worked perfectly without any problem. Is it possible to get those error report on my email? I am unable to find email sending feature for non fatal or fatal error on crash report dashboard.
FirebaseCrash.report(new Exception("My first Firebase non-fatal error on Android"));