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
Hello, when I’m connected/synced to the hoodie backend and do a signOut, all local items are removed from the indexedDb. Is there a way to keep them even after a signOut?
(I would like to keep them offline and just resync on next connection)
Thanks nad kind regards.
The text was updated successfully, but these errors were encountered:
I agree that it would be nice to keep the data locally after signOut, but it would need to be safely encrypted for security reasons and then decrypted on login. we have an open issue on that somewhere. It's currently not possible, because it's not trivial.
Hello, when I’m connected/synced to the hoodie backend and do a signOut, all local items are removed from the indexedDb. Is there a way to keep them even after a signOut?
(I would like to keep them offline and just resync on next connection)
Thanks nad kind regards.
The text was updated successfully, but these errors were encountered: