Alternative to Realtime Firebase?

Hi,

I’m aware that there are various FOSS and Enterprise alternatives. I’m looking for something that can be integrated similar to Firebase Realtime so when data is updated, it shows in the app.
Firebase can get expensive even with a small group of users changing/ `downloading data frequently.

I’ve looked at things like:

  • Hasura
  • Backendless
  • RethinkDB
  • Parse
    And others.

But there’s a lot to take in and a lot to be aware of.
I’m happy to setup a server and run a DB. I even thought of using WordPress with custom APIs, or that NocoDB Airtable Alterative, as well as PubNub which is a complete Enterprise solution that would need a lot more work but has a lot more features…

I’m just not sure what would be best to allow the ‘realtime’ functionality (and authentication) that I would like.

More importantly, can I even do this in Thunkable?

Thank you.

Fire fire base should be free until you start downloading 10 GB worth of data from your database a month. It also stored up to 1 GB of data for free.

Are you sure that you’re not allowing your users to download the least amount of information possible that’s resulting in lower data per call to the dB which would increase the total number ofpossuble dB calls per month before going over the 10 FB limit

2 Likes

And no. You won’t get real-time anything with any other service as we do t have the ability to add event listeners.

That is unless

You are using the webviewer and custom JavaScript. You can definitely use any real-time dB with listeners this way

1 Like

I know what the allowances are and I can already see that my app might use quite a bit of data as it stores (loyalty point) transactions. So yes, I’m sure :wink:

I don’t really need realtime, but I also can’t find anything that is as fast or simple to use (or integrated with Thunkable, and Airtable is too high level, I don’t need all that shiny interface calendar/kanban high-priced stuff).
As soon as one leaves the free version of Firebase it gets pricey and I was looking for advice on other API services that people are aware of that provide perhaps a more generous starter package, or similar JSON structure database type services.

Cheers

okay, thanks.