When I send any notification from Firebase console, I can monitor my notification status (how many device received or how many opened it) from Firebase console.
Now I developed a PHP backend and using curl
I can send notification to my users. I need to monitor How many devices are received my notification and how many devices opened it? for each notification.
Is it possible? Please let me know about best practice. Thank you.