Which store engine to use to be able to persist notifications received

Hi! just a question, I’m planning to send notifications to my apps, and somehow I need to persist store them, also having in mind each received notification should have a state of read (true or false). I actually use Zustand for application wide state.

Which is the best way to store the list of notifications sent, having in mind that a user can delete them from that list. Also that no sensitive data will be sent to that notifications, mainly promos and so on.

Thanks in advise!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.