occultist8128@infosec.pub to ProgrammingEnglish · 9 days agoFirebase alternative recommendation based on your experience?message-squaremessage-square10fedilinkarrow-up115arrow-down12file-text
arrow-up113arrow-down1message-squareFirebase alternative recommendation based on your experience?occultist8128@infosec.pub to ProgrammingEnglish · 9 days agomessage-square10fedilinkfile-text
minus-squareVerPoilu@sopuli.xyzlinkfedilinkarrow-up5·9 days 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-squareTjalinkfedilinkarrow-up1·9 days 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.