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
Provide the ability for users to view previous conversations or continue where they left off.
Proposal: On-device chat history using local storage
We do not request users' information or have any sort of auth to tie a chat instance to a user therefore on-device chat history works fine for our use case.
Local storage does come with its downsides e.g sync across devices and limited storage. However, considering our current structure this looks like a good path.
The text was updated successfully, but these errors were encountered:
Provide the ability for users to view previous conversations or continue where they left off.
Proposal: On-device chat history using local storage
We do not request users' information or have any sort of auth to tie a chat instance to a user therefore on-device chat history works fine for our use case.
Local storage does come with its downsides e.g sync across devices and limited storage. However, considering our current structure this looks like a good path.
The text was updated successfully, but these errors were encountered: