21

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

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
dev
  • 301
  • 1
  • 4
  • 18

3 Answers3

45

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.
  • 11
    It'd be useful to be able to specify the email address where you want to receive these alerts. – Adam Mendoza Mar 20 '17 at 07:06
  • 1
    Hi, what if I want to send email notificaitons to other team members? I tried to add other users as viewers but they are receiving emails only if they have owner permissions – Rushi M Thakker Feb 18 '20 at 10:11
7
  1. Go to firebase console

  2. Click on bell icon at the top-right corner

  3. Select your project from the dropdown list
  4. Click on "Manage your alerts"

Select checkbox under email column to receive notifications.

3

Click on this link and Select project from Feature Alert Section. You will get settings for all features like Crashlytics, Crash Reporting, Authentication, Hosting, Database etc.

https://console.firebase.google.com/subscriptions/overview

Ashish Saini
  • 2,328
  • 25
  • 21