Hello, the notification I triggered manually is as follows.
The test page here is as follows.
When I send a manual notification in this way and when I touch the incoming notification, it redirects to the home page by default, not the test page. What is the reason, am I missing any settings? In fact, my main goal is to send the page and page parameter to go to when this notification is touched when sending a notification in the firebase cloud function I coded myself.(as seen below)
For this, I looked at the codes from the cloud function(sendPushNotificationsTrigger) source that flutterflow creates automatically and I could not see a difference. Both manually and with the code I wrote myself, the notifications I send are not processed although I cannot send parameters to the page when touched.