I need help. After I send notifications to my application, and after the notifications reach the application, I want the notifications to be stored within the application, and I can view the notifications that have arrived in the application from within the application in the form of a list.
If you are only going to keep a local history, use TinyDB for storage, if you want to keep a permanent and synchronizable history, then you can use an online DB, such as Mysql, MongoDB, Firebase, among others.
can you show me the blocks for use TinyDB for storage the notification