You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to store server data for all the accounts the user is logged in as, #5005, instead of just a single "active account".
As part of that, we'll need to arrange the data in a way that makes room for data from multiple accounts, both in Redux and in the store that persists between runs of the app.
This issue is for developing that new pair of schemas and migrating to it, without yet making any changes to what data we actually store.
I'll add in a comment some specific design thoughts we have so far on what that might look like.