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
It seems that SharedPreferences is deprecated in favor of SharedPreferencesAsync (and SharedPreferencesWithCache), see [1]. While this won't happen tomorrow, we should move the handful of places where we use them. The User provider already uses this, might be useful for tests