dannyconnell / localbase

A Firebase-Style Database ... Offline!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

inglesuniversal opened this issue · comments

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

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

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

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