occultist8128@infosec.pub to Programming@programming.devEnglish · 1 day agoFirebase alternative recommendation based on your experience?message-squaremessage-square9fedilinkarrow-up115arrow-down12file-text
arrow-up113arrow-down1message-squareFirebase alternative recommendation based on your experience?occultist8128@infosec.pub to Programming@programming.devEnglish · 1 day agomessage-square9fedilinkfile-text
minus-squareVerPoilu@sopuli.xyzlinkfedilinkarrow-up5·1 day agoI’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.
minus-squareTja@programming.devlinkfedilinkarrow-up1·21 hours ago+1 for mongodb. It has a 16MB limit but the GridFS API will chunk bigger files for you, so it’s transparent.
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.
+1 for mongodb. It has a 16MB limit but the GridFS API will chunk bigger files for you, so it’s transparent.