Reputation: 371
I have integrated a Firebase crash report inside the Android App and I am also getting a crash report for my account.
But I want to know that Is there any possibility to receive the same crash reports (Fatal or non-fatal, etc.) to multiple users?
Upvotes: 1
Views: 127
Reputation: 371
Yes, there is a way to achieve this.
Assign a proper role to the users:
Assign any below roles to that user
Now, The below steps need to be performed to that assigned users:
Upvotes: 2