I am working on a flutter project. When the user install the app and open it for the first time than he is asked to choose one option from the four option provided. I want the app to send notification DAILY at a SPECIFIC TIME. The notification should show the option as text in the notification and when the user click on that notification than the screen of that particular selected option should open on the app.
I want to use firebase for the same.
How to implement it??