gpt4 book ai didi

javascript - 我应该设置服务器还是使用 Firebase?

转载 作者:行者123 更新时间:2023-11-28 17:28:03 24 4
gpt4 key购买 nike

我目前正在使用带有 PostgreSQL 数据库的 ExpressJS 服务器。我对此很满意,我喜欢使用它,但我读过有关 Firebase 的内容,并观看了类(class),我没有任何理由不切换到它。为什么不是每个人都使用 Firebase?在哪些用例中值得手动设置服务器、数据库、前端获取等?

我需要用用户填充数据库,用两个数组填充用户,用对象填充数组,并使用身份验证进行登录,然后将数据与 Redux 一起使用,所以它并不太复杂。在这种情况下值得切换到 Firebase 吗?如果不是的话又会怎样呢?

最佳答案

Why not everybody use Firebase?

  • Firebase 提供了 NoSql 数据库,有些人更喜欢创建自己的数据库,而不是使用此类数据库。

In which use cases is it worth to stay with manually setting up server, and database, fetch in the frontend etc.?

  • 在我看来,这太武断了,因为如果您已经设置了一个数据库并且它正在运行,我不明白为什么您需要移动,Firebase 确实非常结构化,而且使用起来非常好、简单并且可扩展,但如果您已经为您的应用程序提供了一个工作数据库,我不认为迁移的原因

What i need to fill a database with users, the users with two arrays, and arrays with objects, and to use an authentication for the login, then use the data with redux, so it isn't too complicated.

  • 这并不难,Firebase 使用 Json,因此构造您想要的内容只需要一些 Json 对象和一些 Json 数组,Firebase 附带 Google 登录、您自己的自定义电子邮件和密码登录、Facebook 和 Twitter 登录、GitHub 和电话验证

Is this a case where it is worth to switch to Firebase?

  • 如果您愿意开启,这将是您应用管理方面的重大改进,因为 Firebase 为您提供了很多工具供您使用,可以与您的用户合作,包括广告、静态、Crashlytics 等等在同一个圆顶下有很多很酷的功能。

Firebase 最酷的功能之一是函数,它是使用 JavaScript 完成的,请在此处查看 https://firebase.google.com/docs/functions/

关于javascript - 我应该设置服务器还是使用 Firebase?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51127247/

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