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

Change AsyncStorage on client to mmkv storage #18

Open
J-467 opened this issue Feb 17, 2024 · 1 comment
Open

Change AsyncStorage on client to mmkv storage #18

J-467 opened this issue Feb 17, 2024 · 1 comment
Labels
fix good first issue Good for newcomers

Comments

@J-467
Copy link
Contributor

J-467 commented Feb 17, 2024

mmkv storage encrypts the data stored

mmkv: https://github.com/ammarahm-ed/react-native-mmkv-storage

@J-467 J-467 added good first issue Good for newcomers fix labels Feb 17, 2024
@J-467
Copy link
Contributor Author

J-467 commented Feb 20, 2024

Currently, we're are using AsyncStorage to store some user data on the client side. Think of user information, how many points they have etc. Think of it as caching on the client side, so they can retrieve it in instances of no connection to the database.

However AsyncStorage is deprecated and the data is unencrypted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant