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
If you change your token (for the case of changing accounts or adding multiple accounts, see #211), we still return data from the previous account.
The synced cache should compare the config token against that token stored in the sync storage. If no new one exists, we should still use the old sync, but if a new/different one is present, we should bust the cache and potentially call sync again.
The text was updated successfully, but these errors were encountered:
If you change your token (for the case of changing accounts or adding multiple accounts, see #211), we still return data from the previous account.
The synced cache should compare the config token against that token stored in the sync storage. If no new one exists, we should still use the old sync, but if a new/different one is present, we should bust the cache and potentially call sync again.
The text was updated successfully, but these errors were encountered: