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.
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.