mogol / flutter_realm

Realm via Platform Channels
https://pub.dev/packages/flutter_realm
MIT License
115 stars 18 forks source link

Database security #12

Closed uc-apa closed 4 years ago

uc-apa commented 4 years ago

I would like to know how safe is it to use this package in a large scale app or in production. Will someone else be able to access the database/tables created in my app, like sqflite. The sqflite offers encryption for this case. Please tell me also that where the database file is saved like it was saved in document directory of the app in react native namely default.realm. I did not find any such file here. Thanks.

mogol commented 4 years ago

@uc-apa please check Realm documentation, forums or SO