I'm using FCM (Firebase cloud messaging) to receive push notifications.
Everything is working for me.
But from my server side they will send notifications continuously to my app with time as body up to some time.
Now I have to push notification only once where the time I am getting from server reaches current time.
Before current time and after current time notifications should not be shown.
I don't have any idea how to do this.
Can any one explain if is there any way to get this.