Is store data of login in the room database a good...
# kotlin-native
s
Is store data of login in the room database a good idea? What I have to do for storing data securely in app. I need some light on this point...
t
This isn't the right channel for this question because Room is only for Android, but if you are storing tokens that represent the login it's relatively fine. If you're storing username and password it's not a very good solution
s
Is it not related to Android programming?
t
#android would be more appropriate. #kotlin-native is about https://kotlinlang.org/docs/native-overview.html
s
Can you suggest some good tutorials about learning kotlin coroutine