【问题标题】:Firebase hosting and db at the same timeFirebase 托管和数据库同时进行
【发布时间】:2020-09-19 05:25:21
【问题描述】:

我为我的 android 应用程序使用了 firebase firestore 和 firebase storage。我的网站可以使用相同的数据库和存储吗?如果是,那么我怎样才能轻松做到这一点?谢谢。

【问题讨论】:

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


【解决方案1】:

这当然是可能的。 Firebase 的官方文档包含guide 怎么做。

还有什么 Firestore 和 Storage 以及 Google Cloud Platform 产品。因此您可以通过GCP console 访问您的数据库和存储槽。因此,不仅可以通过 Firebase API 连接它们,还可以通过 Google Cloud API 连接它们。

我建议通过 GCP 的 Storage DocumentationFirestore Documentation,您可能会发现 API 参考、教程、最佳实践等非常多的东西。我相信您将能够找到您的 web 应用正在使用的技术的 API。

我希望这会有所帮助!

【讨论】:

    猜你喜欢
    • 2021-10-31
    • 2021-06-30
    • 2017-01-01
    • 2020-10-29
    • 2021-10-13
    • 2017-03-04
    • 2021-10-14
    • 2018-03-19
    • 2016-12-28
    相关资源
    最近更新 更多