For users without an account, their conversations are currently stored client side in the user's local storage. This is a problem because most browsers limit local storage to 5Mb.
As a result, we were thinking of moving user conversations to the indexeddb instead. It seems like a good plan, but we were wondering if anyone in the audience can give additional comments.
Are there any drawbacks to this plan? Should it work in most/all browsers? Let us know!
Login to reply