我的个人firebase帐户下有一些应用程序用于测试,但现在需要将应用程序转移到客户的帐户以进行计费。这可能吗?
谢谢!
答案 0 :(得分:165)
我最近将我的一个项目的所有权转移到另一个帐户。你现在要做的就是:
希望这有帮助。
答案 1 :(得分:17)
请注意,这是一个陈旧的答案,下面可能有更多最新的解决方案。
<小时/> 这是在2014年底gogle收购firebase之后,通过电子邮件发送到firebase-support@google.com
,这是官方firebase支持电子邮件后收到的回复。
来自:firebase-support@google.com
为了转移Firebase实例的所有权,我们需要您 做两件事:将新所有者添加为协作者;然后,填写 在下面填写表格并通过电子邮件发送给我们这一定是 从拥有Firebase实例的电子邮件地址发送。
-----------------
REQUEST TO TRANSFER OWNERSHIP
I authorize the Firebase team to make **<new owner’s email>** the owner of https://**<firebase instance>**.firebaseio.com effective immediately. I have added **<new owner’s email>** as a collaborator to verify the email address is correct and to certify that I am the current owner. I understand that I am effectively granting **<new owner’s email>** full read and write access to all stored data for this instance.
-----------------
答案 2 :(得分:7)
@SergeyKopanev
在 Firebase控制台中删除第一个用户后,请使用新用户登录到您的 Google Cloud Platform 控制台。 转到结算>帐户管理
点击刚转移的项目ID旁边的三个点,然后选择更改帐单。 点击设置帐户进行确认,您就完成了!
答案 3 :(得分:5)
按照以下步骤操作: - 选择你的项目 - 从左侧菜单中选择enter image description here
设置图标中的(用户和权限) - 单击顶部的+添加按钮。 - 输入要将项目转移到的acc的电子邮件ID。 - 在下拉列表中,选择一个角色&gt;项目&gt;所有者。单击添加 - 检查上面添加的电子邮件中的邮件。 - 接受邀请,然后转到IAM&amp;已传输项目的管理员页面。 - 使用删除按钮删除以前的用户
答案 4 :(得分:4)
For projects on the new Firebase Console (at https://console.firebase.google.com), this is now a self-service process. See the answer to this question: How to add collaborators to a Firebase app? for a step-by-step guide.
答案 5 :(得分:3)
我发送了一封电子邮件到支持电子邮件地址,机器人回答说:
----------转发的消息---------
来自:&lt; support@firebase.com>
收件人:&lt;删除&gt;
转移Firebase帐户的所有权
嘿那里,
为了更有效地处理您的问题,我们现在只接受 新的支持请求通过我们的支持门户网站 https://firebase.google.com/support/
请在那里提交您的询问。提前谢谢!
干杯,Firebase支持
要发送转帐请求,我在帐户服务https://firebase.google.com/support/contact/account-services/
下创建了一张票答案 6 :(得分:2)
答案 7 :(得分:1)
答案 8 :(得分:0)
答案 9 :(得分:0)
如果FirebaseDatabase.instance.reference()
从已经删除的旧数据库中为您提供引用,请尝试以下操作:
在所有情况下都将“ package_name”的名称更改为“ com.old.appname ”。
com.old.appname
,并将所有出现的位置更改为com.new.appname