Hello,
You can do this by Firebase Cloud Messaging.
we want to add a functionality allowing the user to be notified when the reserved book is available.
You can add these users to a firebase notication group, when you want to send notification to them, you can use FCM to send messages to this group.
the application, even when closed, must be able to display the notification.
FCM send notification by the google play services, you can receive this notification when your application is closed.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.