简体   繁体   中英

Firebase Crashlytics role in Google Cloud Platform

Because of GDPR we are trying to limit access for the developers to production data, but the developers need access to Crashlytics. I have tried to add the roles specified in https://stackoverflow.com/a/50585767/328864 :

  • Firebase Crash Symbol Uploader
  • Error Reporting User
  • Error Reporting Viewer
  • Error Writer

..but it doesn't work, the page only says The project XXXX either does not exist, or XXXX doesn't have permission to view it. . I have also tried to add a bunch of other roles, like Error Reporting Admin , Monitoring Admin etc, but it doesn't make any difference. The only role that seems to work is Project - Viewer , but that also gives read access to the entire database.

Is there a role or combination of roles that gives access to only Firebase Crashlytics?

Have you tried adding one of the Firebase Quality predefined roles? Firebase质量角色

I followed the post you referenced to grant access for my Viewer members and it didn't work. Only after adding Firebase Quality Admin role did the users get access. I didn't try the Firebase Quality Viewer role because I wanted those members to be able to link app from Fabric.

I realize this may not be what you want as this will provide access to the other Quality services, but just want to throw it out there as an option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM