Firebase Hosting on own server

17,557

Solution 1

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.

Solution 2

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.

Share:
17,557
SleepNot
Author by

SleepNot

Just another IT Enthusiast :) SOreadytohelp

Updated on June 12, 2022

Comments

  • SleepNot
    SleepNot about 2 years

    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 Firebase which looks good. However, I don't quite get the setup for it.

    Can I host Firebase on my own server and not have to subscribe to any of Firebase's plans?

  • SleepNot
    SleepNot about 9 years
    Yes Im looking for the Firebase real time database. So I was wondering if I can host it via Firebase Hosting to avoid subscription. Your answer has made it clear that I cannot host the realtime database on my own server. But is the Firebase Hosting like any other website hosting services or does it offer any new technology or advantage?
  • Frank van Puffelen
    Frank van Puffelen about 9 years
    disclaimer: I work for Firebase, so this comment maybe somewhat tainted There is nothing about Firebase Hosting, that another web host can't also provide. You can definitely host your HTML/JS/CSS on any provider and access the data in Firebase's database from it. The biggest advantages of Firebase Hosting are probably that it's free and the simplicity of firebase deploy.
  • Norfeldt
    Norfeldt almost 8 years
    What about firebase.google.com/docs/server/setup ? Would this allow us to save the data on our own servers?
  • Splaktar
    Splaktar about 7 years
    Unfortunately, RethinkDB has been shut down: rethinkdb.com/blog/rethinkdb-shutdown
  • ptpaterson
    ptpaterson almost 7 years