I wrote an app some time ago, and now I need to use push notifications. I used Firebase
to receive notifications; so far, so good.
Now, I need the admin version of my app to be able to create those notifications, instead of sending them via the console. This documentation says that I should create a POST
request, but it doesn't explain what URL I sould POST to.
What is the URL to use?