简体   繁体   English

Google Cloud Platform中的Firebase Crashlytics角色

[英]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. 由于GDPR的原因,我们试图限制开发人员对生产数据的访问,但是开发人员需要访问Crashlytics。 I have tried to add the roles specified in https://stackoverflow.com/a/50585767/328864 : 我试图添加在https://stackoverflow.com/a/50585767/328864中指定的角色:

  • Firebase Crash Symbol Uploader Firebase崩溃符号上传器
  • 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. ..但不起作用,页面仅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. 似乎起作用的唯一角色是Project-Viewer ,但它也提供了对整个数据库的读取访问权限。

Is there a role or combination of roles that gives access to only Firebase Crashlytics? 是否存在只允许访问Firebase Crashlytics的角色或角色组合?

Have you tried adding one of the Firebase Quality predefined roles? 您是否尝试过添加Firebase Quality预定义角色之一? Firebase质量角色

I followed the post you referenced to grant access for my Viewer members and it didn't work. 我按照您引用的帖子授予了我的Viewer成员的访问权限,但此操作无效。 Only after adding Firebase Quality Admin role did the users get access. 只有添加了Firebase Quality Admin角色后,用户才可以访问。 I didn't try the Firebase Quality Viewer role because I wanted those members to be able to link app from Fabric. 我没有尝试过Firebase Quality Viewer角色,因为我希望这些成员能够从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. 我意识到这可能不是您想要的,因为这将提供对其他Quality服务的访问,而只是想把它丢掉。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有Firebase的Google Cloud Platform - Google Cloud Platform with Firebase 如何为Google Cloud Platform中的用户授予Firebase Specific或Firebase Admin角色? - How to grant Firebase Specific or Firebase Admin role to a user in Google Cloud Platform? Google Cloud Platform & Firebase - Cloud Scheduler 未经身份验证 - Google Cloud Platform & Firebase - Cloud Scheduler Unauthenticated 是否有身份验证,例如在Google Firebase中,甚至在Google Cloud平台中? - Is there authentication, as in Google Firebase even in the Google Cloud platform? Google Cloud Platform 中的 Firebase 实时数据库 - Firebase Realtime Database in Google Cloud Platform Firebase crashlytics 的云函数未触发 - Firebase cloud functions for crashlytics are not triggering Google Cloud“Cloud Identity”、“Firebase Auth”、“Identity Platform”之间的区别 - Difference between Google Cloud "Cloud Identity", "Firebase Auth", "Identity Platform" 通过 Firebase Crashlytics 平台添加测试人员 - Add testers via Firebase Crashlytics platform 谷歌云平台:“找不到模块firebase-admin” - google cloud platform: “Can't find module firebase-admin” 如何将 Firebase Admin SDK 添加到 Google Cloud Platform 并与应用程序通信? - How to add Firebase Admin SDK to a Google Cloud Platform and communicate with an app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM