Firebase Hosting on own server

时光毁灭记忆、已成空白 提交于 2019-11-28 13:29:04

Firebase offers a few products:

  • the Firebase realtime database
  • Firebase hosting (for hosting static resources)
  • Firebase authentication

I think you are looking for the Firebase realtime database.

There is no way currently to host the Firebase realtime database on your own servers.

Probably to late to be of any help but an alternative is RethinkDb. It is an open source realtime database and can be installed on your own machines. Never used it myself just researching my options like you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!