I want to send a data that I get date information from the room database as a notification to the user
I am developing an Android application with Jetpack Compose. My application will be a reminder application. Since I want the application to be available offline, I store the data in the room database. But the problem is that I want to send a notification to the application for reminder, of course, the information about the time to send the notification is kept in the room database. That’s why I’m having trouble sending notifications when the app is closed. What do you think I should do?