Hi guys, I want to know what is the modern approach for storing tokens in compose? Is the Jetpack Da...
k
Hi guys, I want to know what is the modern approach for storing tokens in compose? Is the Jetpack Datastore library efficient?
x
I’m not aware of any metrics, but in this episode of the Android Developers Backstage podcast they explain how it was really well thought from the ground up. I’d be assuming for it to be more robust and efficient
k
Thank you so much. I'll listen to this episode.
c
tokens, like auth tokens?
k
Yes auth tokens
c
datastore is fine. sharedprefs is also fine if your app still uses it.