-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Use DataStore
Problem
https://developer.android.com/training/data-storage/shared-preferences mentions:
Caution: DataStore is a modern data storage solution that you should use instead of SharedPreferences. It builds on Kotlin coroutines and Flow, and overcomes many of the drawbacks of SharedPreferences.
Solution
Read the DataStore guide for more information.
Alternatives/workarounds
tbd
Additional context
Since there are multiple Storage implementations, should this implementation be added and used by default?
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.