Firebase Hosting on own server

后端 未结 2 1381
轻奢々
轻奢々 2020-12-11 15:32

I am looking for a solution for developing iOS and Android chat to replace our current (unreliable, maybe poorly written by previous devs) XMPP/OpenFire chat. I came across

相关标签:
2条回答
  • 2020-12-11 16:18

    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.

    0 讨论(0)
  • 2020-12-11 16:35

    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.

    0 讨论(0)
提交回复
热议问题