简体   繁体   English

firebase中创建的云函数是否可以在不同的google开发者账户中使用?

[英]Can the cloud functions created in firebase be used in different google developer accounts?

We created google smart home action, and now we have an idea, if we use google developer account A to deploy cloud functions on firebase. Create a google smart home action in google developer account B, then can account A deploy cloud functions on firebase to provide services for the google smart home action project created by account B?我们创建了google smart home action,现在我们有一个想法,如果我们使用google开发者账号A在firebase上部署云函数。在google开发者账号B中创建一个google smart home action,那么账号A可以在firebase上部署云函数到为B账号创建的google smart home action项目提供服务? If so, what do we need to do?如果是这样,我们需要做什么? thank you very much!非常感谢!

In order to do that, you will probably want a single Google Cloud Project.为此,您可能需要一个 Google Cloud 项目。 In the user (IAM) settings , you can add developer B to the project and give them access in a variety of levels (Owner would be the least restrictive, but there are more fine-grained permissions).用户 (IAM) 设置中,您可以将开发人员 B 添加到项目中,并为他们提供各种级别的访问权限(所有者限制最少,但权限更细)。

Once this is set up, you can have more than one user account able to modify settings and parts of the project.设置完成后,您可以拥有多个用户帐户来修改项目的设置和部分内容。

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

相关问题 Firebase 和 Google Cloud 免费使用配额是否与不同的事物相关联? 项目或计费帐户? - Are Firebase and Google Cloud free-usage quotas tied to different things? Projects or billing accounts? 将文件上传到 firebase 存储和云 firebase 时创建 2 个不同的 url - 2 different urls created while uploading files to firebase storage and cloud firebase Google Cloud Functions Firebase 错误 默认的 Firebase 应用已经存在 - Google Cloud Functions Firebase Error The default Firebase app already exists Firebase RemoteConfig 是否可以从云功能访问 - Can Firebase RemoteConfig be accessed from cloud functions 运行 Firebase Cloud Functions 时使用哪个服务帐户? - Which service account is used when running Firebase Cloud Functions? Firebase/谷歌云功能基于时间的触发器防止并发执行 - Firebase/google cloud functions time based trigger prevent concurrent executions Cloud Functions for Firebase 超时 - Cloud Functions for Firebase timeout 我们不能在 Firebase Cloud Functions 中写入多个文件吗 - Can't we Write multiple files in Firebase Cloud Functions 如何从 Cloud Functions 访问和操作 Firebase 数据库? - How can I reach and manipulate Firebase Database from Cloud Functions? 如何将 Firebase 参数化配置与 Typescript 一起用于 Cloud Functions? - How can I use Firebase Parameterized configuration with Typescript for Cloud Functions?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM