gpt4 book ai didi

android - 我可以在同一帐户的 Firebase 控制台中使用当前数据将应用程序从当前项目移动到另一个项目吗

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:03:12 25 4
gpt4 key购买 nike

我在 firebase 控制台中有一个项目,这个项目有两个应用程序,都是 android.我只集成了 Analytics、Notifications 和 Crashlytics。我曾想过删除应用程序并将其重新添加到我为它创建的 firebase 中的新项目,但我不知道安装了应用程序的当前用户会发生什么。无论如何我可以将这个应用程序迁移到新项目,而不是删除它并将其重新添加到新项目。我试图通过谷歌搜索并寻找解决方案,但所有解决方案都指示我将应用程序迁移到另一个帐户,而不是同一帐户中的另一个项目。如果您有任何想法或建议,请帮助我。谢谢。

最佳答案

我有同样的问题,我联系了支持 channel ,这是他们的回复:

将应用程序从项目 A 转移到项目 B 是不可能的。我们无法在 UI 中跨项目传输应用程序,但可以通过删除项目 A 中的应用程序并在项目 B 中重新创建它来手动完成。删除应用程序不会删除 API key 或 OAuth与之关联的客户。但它确实将基础 Analytics 数据标记为删除。如果您使用的是 Firebase Auth,则可以通过 Auth UI 将项目 B 的 OAuth 客户端列入白名单。

但是您可以执行以下操作:

  1. 实时数据库

    You'll have to manually export and import your data through Firebase Console or using REST API. Both options need to chunk uploads so that it will fit within the 256 MB limit.

  2. Firestore

    Exporting or importing through Firebase Console is not currently available. However, you may develop your own import/export process for your Firestore instance as an alternative by using our SDKs or REST API. You can view this StackOveflow post and this thread for more information.

  3. Firebase 云存储

    Since Firebase Storage is backed by Google Cloud Storage, you can use the gsutil tool. You can use the copy ( cp ) or move (mv) command. You may also look at this (stackoverflow answer) for the GCloud Node option.

  4. Firebase 云函数

    You’ll have to manually deploy your Functions code to the other projects.

  5. 身份验证

    You could use Firebase CLI to import and export user accounts.

关于android - 我可以在同一帐户的 Firebase 控制台中使用当前数据将应用程序从当前项目移动到另一个项目吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48547485/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com