Is there a free storage service? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Is there a free storage service?

I want to share some code that reads and writes with a server or cloud service. This would be less than 100KB and doesn't need to be terribly quick. If I can read or write data and it takes a full second for each operation, that would be acceptable. To make the code work on Sololearn, all the connection details need to be public. This rules out some options like a Google Drive. I wondered if there was something like jsfiddle or https://justpaste.it/ that I could read/write with while it continues to use the same URL. Client-side storage will not satisfy the need. I'm aware of local storage in the browser and cookies but I want to create something like a chat service that actually works. Local storage is inaccessible by other users so it won't meet the need.

15th Jun 2019, 10:20 PM
Josh Greig
Josh Greig - avatar
3 Answers
+ 13
Yes firebaseDatabase is feet your needs this is safe and very lastic and produce realtime data. Here is explantion https://firebase.google.com/docs
16th Jun 2019, 3:40 AM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
15th Jun 2019, 10:49 PM
ODLNT
ODLNT - avatar
+ 6
Thanks. It looks like a free Firebase account would do the job I had in mind.
15th Jun 2019, 11:29 PM
Josh Greig
Josh Greig - avatar