Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Crashlytics permissions issue

I am unable access Crashlytics, it is showing the below message.

To manage Crashlytics, ask a project owner for the necessary permissions.

enter image description here

By default, every user will have viewing permission, but it is showing this error message asking the permissions. Please help me with this.

like image 220
Kartheek Avatar asked May 14 '26 01:05

Kartheek


1 Answers

Add this permission: Where the advanced settings needs to be added

And these guys:

Error permissions

Take note to not add the "Deprecated" version of the permission.

You can see that permission on the Advanced Permission Settings. (Project Overview -> Project Settings -> Users and Permissions -> Advanced Permission Settings)

like image 179
Pier Betos Avatar answered May 15 '26 15:05

Pier Betos