I have a REST API written in Laravel. I'm using flutter as frontend and I'm using firebase to send notifications.
I'm trying to send firebase push notifications to my users when a POST request is called on the API. How can I do this with or without a cloud function?