【问题标题】:What is the standard way to store images and data with Firebase?使用 Firebase 存储图像和数据的标准方法是什么?
【发布时间】:2019-12-12 17:28:56
【问题描述】:

我们需要将用户数据存储在数据库中。我们还需要存储内容/信息数据和图像,以便通过 PWA 动态地提供给用户。

当我尝试为用户创建 Firestore 数据库时,Firebase 警告我:

“启用 Cloud Firestore 将阻止您在此项目中使用 Cloud Datastore,尤其是在关联的 App Engine 应用中”

如果这意味着我们不能同时使用 Firestore 和 Storage,那么使用 Firebase 向用户提供数据库和图像内容的标准方法是什么?

【问题讨论】:

    标签: firebase google-cloud-firestore google-cloud-storage


    【解决方案1】:

    云数据存储不是云存储。它们是不同的 Google Cloud 产品。如果启用 Firestore,您仍然可以正常使用 Storage。

    【讨论】:

      猜你喜欢
      • 2021-05-03
      • 2019-10-26
      • 2012-01-21
      • 2013-05-23
      • 2012-07-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-05
      相关资源
      最近更新 更多