alternative for firebase
-
Best opensource alternative for firebase to use as live backend ?
-
Try out 8base. I’ve never used it, but it looks enticing. https://www.8base.com/
Scott
-
@king_of_leon said in alternative for firebase:
Best opensource alternative for firebase to use as live backend ?
Don’t know of best
but those are possible:
RethinkDB:
https://rethinkdb.com/PouchDB/couchdb/couchbase
https://pouchdb.com/BUT my best (whatever that means
) “stack of choice” would be: websockets on client and fastapi/postgresql on the backend.
https://fastapi.tiangolo.com/advanced/websockets/There was a time when I was fascinated by WebRTC but it is a rather “big guys” transport protocol. Quite simple at the beginning, nightmare in production.
-
I think he is looking for an APIaaS or BaaS. @qyloxe
Scott
-
@s-molinari said in alternative for firebase:
I think he is looking for an APIaaS or BaaS. @qyloxe
Scott
Thought of that, too, but he also used term “live backend”. Hoping he will tell us what he will choose and how it will be integrated with Quasar “at the end of the day”
-
Thank you all . Actually I need to create a PWA so I guess BaaS would help me, I am not very familiar with BaaS. As I know it will do things such as user authentication, database management etc. I found parse server and Back4App , but I am confused how I will enable both offline and online use when using a BaaS. It might be a very beginner level question as I very new to this.
Appreciate all your help. -
@king_of_leon Back4App looks interesting. The plan with more than 50 req/sec and more than 4GB DB costs $400 per month btw. With that kind of money one could have quite a fat dedicated server at OVH, for example. Just saying…