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

Persistence #277

Open
mobile-bungalow opened this issue Dec 24, 2024 · 1 comment
Open

Persistence #277

mobile-bungalow opened this issue Dec 24, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mobile-bungalow
Copy link
Contributor

Each platform needs to provide core with a writable interface to store app data, for cookies and similar data which persists between app launches. Specify a trait and expose it with uniffi. It should be similar in function to std::io::Write

@mobile-bungalow mobile-bungalow added enhancement New feature or request good first issue Good for newcomers labels Dec 24, 2024
@mobile-bungalow mobile-bungalow self-assigned this Dec 24, 2024
@mobile-bungalow
Copy link
Contributor Author

mobile-bungalow commented Dec 24, 2024

When this is complete it should be exposed to the LiveViewContext as set_persistence_provider, or should be provided in the intializer config, keep in mind the stored values and keys might be sensitive..

@mobile-bungalow mobile-bungalow removed their assignment Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant