【问题标题】:Should I migrate my firebase database to firestore database?我应该将我的 firebase 数据库迁移到 firestore 数据库吗?
【发布时间】:2018-04-01 23:57:35
【问题描述】:

我有一个带有 firebase 数据库的项目,现在可以正常运行了。 我应该将我的 firebase 数据库迁移到 firestore 数据库吗? 优势是否值得努力建立一个新的数据库,因为据我所知,现在还没有自动迁移数据库的可用方法。

【问题讨论】:

标签: android firebase-realtime-database google-cloud-firestore


【解决方案1】:

Firestore 目前处于测试阶段(这意味着它的 API 可能会在您的脚下发生变化),所以我建议不要在它成熟之前进行迁移。

此外,在定价方面存在差异。在 Firestore 中,您需要为读/写/删除 + 存储付费。在 Firebase 中,您只需支付存储费用。

您可以找到更多detailed breakdown here。

【讨论】:

  • “在 Firebase 中,您只需为存储付费。”。如果这是真的……
猜你喜欢
  • 2018-03-16
  • 2018-03-15
  • 1970-01-01
  • 2018-07-19
  • 2016-05-10
  • 2019-11-03
  • 2019-06-09
相关资源
最近更新 更多