Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to use only local storage #33

Open
MichalMaminski opened this issue Sep 12, 2024 · 1 comment
Open

Add support to use only local storage #33

MichalMaminski opened this issue Sep 12, 2024 · 1 comment

Comments

@MichalMaminski
Copy link

Hi,

Are you open to allow to add implement that will allow to use SQlite db. To run project you need have Firebase, it would be nice to have possibilities to run just with local storage option. If yes I can work on it and prepare solution for it.

Let me know what do you think.

Regards

@russssl
Copy link

russssl commented Sep 13, 2024

Haven't seem internal structure of the proeject but sqlite could be used with exporting data to archive / saving to google drive or other cloud storage provider (for self-hosting solutions for example) and when downloading app you could restore your data from archive. the downside here is that we lose syncronisation. For privacy nerds self-hosting database option could be nice (with your oun server accounts (for family or friends) and your own sync. The downside here is that it could bemuch work to implement for not so many people using it. For myself it would be an amazing option. but creating two separate database providers could be a lot to do (it could be potentially divided e.g firebase - postgres as a self hosting option or firebase - sqlite as local only option). I think it is for @Kennygunderman to decide but if the idea would be outlined and planned properly implementation of thi could be pretty fun.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants