Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 firebase 通过 android 应用程序存储数据。我想为该应用程序绘制架构图,那么我可以将 firebase 称为服务器吗?我正在尝试使用客户端服务器架构,因此对于服务器,我将 firebase 编写为服务器。这个对吗?
根据您在应用程序中使用 Firebase 实时数据库的方式,我确实会将其可视化为服务器或数据库。
如果您仍想解释应用程序直接与云托管数据库对话的性质,我发现后者特别有用。将其可视化为服务器可以更容易地忽略它,因此在需要的情况下是一个不错的选择。