nazrinharris / pecunia

Massively ambitious personal finance app.
1 stars 0 forks source link

Add methods to store info on logged in accounts. #139

Closed nazrinharris closed 7 months ago

nazrinharris commented 7 months ago

This would be in auth, and will use shared preferences. Basically, whenever the user logs in, it'll append a map of logged_in_accounts which has the uid as the key and username as the value.

nazrinharris commented 7 months ago

Should be completed with 8748c7e

nazrinharris commented 6 months ago

Quick question old me, why would I store only the uid and username? Why not just store the user's whole profile? Or at the very least, store their email? Because I've committed to using the uid and email for identification purposes, and storing username seems, at best, redundant.