The persistence is for stuff like session manageme...
# android
a
The persistence is for stuff like session management, listing experiences (events), card tokens, bank tokens, friends, etc
k
This all sounds like stuff that goes into a regular DB FWIW... Session refresh tokens are usually stored in shared prefs on most of the apps I've worked on. Once saw it in a Realm DB so it can be stored in a DB as well. Bank tokens sounds like should be in an encrypted DB.
a
bank tokens are from stripe, we only allow payments too, and all bank info is encrypted through them anyway, same with cards
k
In that case, probably doesn't matter where you store them...