Firebase alternative recommendation based on your experience?
from occultist8128@infosec.pub to programming@programming.dev on 29 Jan 06:59
https://infosec.pub/post/22999692

I need JSON-like database and it should also have a storage to store media like images or videos.

#programming

threaded - newest

VerPoilu@sopuli.xyz on 29 Jan 07:17 next collapse

I’d look into MongoDB Atlas for the database itself and Google Cloud Storage or AWS S3 for storing images and videos with the link to their sources stored in the database.

Tja@programming.dev on 29 Jan 20:35 collapse

+1 for mongodb. It has a 16MB limit but the GridFS API will chunk bigger files for you, so it’s transparent.

breakingcups@lemmy.world on 29 Jan 07:19 next collapse

Supabase is often mentioned. It’s open source and has a free tier, though it is VC driven so I’m sure it’ll enshittify at some point.

TxzK@lemmy.zip on 29 Jan 09:38 next collapse

You can selfhost supabase really easily with docker.

occultist8128@infosec.pub on 29 Jan 09:41 collapse

i’m avoiding to use SQL on my current project, since supabase is using postgresql, it’s a no no. i’ve tried it tho

GissaMittJobb@lemmy.ml on 01 Feb 15:22 collapse

Interesting constraint - what’s the motivation, if you don’t mind me asking?

ClemaX@lemm.ee on 29 Jan 11:36 next collapse

What are you missing on Firebase?

occultist8128@infosec.pub on 29 Jan 16:14 collapse

nothing, just looking for another alternatives

Cyberflunk@lemmy.world on 30 Jan 14:43 collapse

alternativeto.net/software/firebase/

occultist8128@infosec.pub on 30 Jan 15:04 collapse

any experience on those?