Search code examples
androidfirebasefirebase-crash-reporting

Firebase Crash report email


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"));


Solution

  • Yes, you can get error reports on your email, in 5 simple steps:

    1. Go to the subscriptions tab on the Firebase console.
    2. Select your project
    3. You'll see two options: one for new clusters and one for regressions.
    4. When you click on one of those, you'll see an email checkbox. Check it and click on save.
    5. Done, now you can get the reports on the email account that you used to sign up for Firebase.