用于非实时应用的 Firebase

Firebase for non real-time app

我在想将 Firebase 用于非实时应用程序是否有意义。 是否有其他服务允许您存储 json 并将其作为 RESTful API 检索?

当然可以,只需使用 Firebase REST API https://www.firebase.com/docs/rest/api

作为替代方案,您可能需要查看实时云存储(我工作的公司)。它由 AWS DynamoDB 提供支持,并具有 REST API,您可以轻松地使用它来存储和检索 json 数据。

休息 API:http://storage-public.realtime.co/documentation/rest/1.0.0/realtime.storage.operations.html

网站:http://framework.realtime.co/storage/