Muhammad
Muhammad

Reputation: 2804

Is there any secure storage or secure local db for react-native?

I need a secure storage, or local db, or a best encryption library for react-native.

Because I want to store some keys, password inside my app. It should be store in a secure place, here already AsyncStorage is exists, but it is not secure to save keys or ids.

Upvotes: 0

Views: 239

Answers (2)

M.Chohan
M.Chohan

Reputation: 11

You can use mongodb Atlas for deployement as well as local

https://www.mongodb.com/cloud/atlas

Upvotes: 1

Adar Wallerstein
Adar Wallerstein

Reputation: 119

Firebase work's great with React Native and you can set your own security rules.

https://firebase.google.com/docs/rules

Upvotes: 1

Related Questions