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 t
Solution 1:
Yes, you can get error reports on your email, in 5 simple steps:
- Go to the subscriptions tab on the Firebase console.
- Select your project
- You'll see two options: one for new clusters and one for regressions.
- When you click on one of those, you'll see an email checkbox. Check it and click on save.
- Done, now you can get the reports on the email account that you used to sign up for Firebase.
Solution 2:
Go to firebase console
Click on bell icon at the top-right corner
- Select your project from the dropdown list
- Click on "Manage your alerts"
Select checkbox under email column to receive notifications.
Solution 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.
Post a Comment for "Firebase Crash Report Email"