Firebase alternative recommendation based on your experience?
-
I need JSON-like database and it should also have a storage to store media like images or videos.
-
-
[email protected]replied to [email protected] last edited by
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.
-
[email protected]replied to [email protected] last edited by
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.
-
[email protected]replied to [email protected] last edited by
You can selfhost supabase really easily with docker.
-
[email protected]replied to [email protected] last edited by
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
-
[email protected]replied to [email protected] last edited by
What are you missing on Firebase?
-
[email protected]replied to [email protected] last edited by
nothing, just looking for another alternatives
-
[email protected]replied to [email protected] last edited by
+1 for mongodb. It has a 16MB limit but the GridFS API will chunk bigger files for you, so it's transparent.
-
[email protected]replied to [email protected] last edited by
any experience on those?