samuk190 / localbase

A Firebase-Style Database ... Offline!
649 stars 83 forks source link

Feature request ... Can you add a feature to handle file storage as part of localbase? #36

Open inglesuniversal opened 3 years ago

inglesuniversal commented 3 years ago

Hi, I am getting familiar with localforage, but once I discovered your version, I immediately loved it... Awesome work!

Now, the only missing ingredient in my opinion would be to store images, videos, pdf and audio files inside IndexedDB

Would you consider adding it to your project?

Thanks and #STAYSAFE

bhumit070 commented 3 years ago

you can do that maybe by converting them into base64 string using file reader I have done this with images and whenever I want to send them to server I convert them into binary and send them to server

inglesuniversal commented 3 years ago

Have you used locaforage? It works fine in the browser but it has issues with the space amount per file on iOS.

bhumit070 commented 3 years ago

No i haven't , But if it is only issue with ios then i think nothing can be done from package maintainer