I am able to send push notification using Firebase Console.
But I want to send notification from my app (which is the admin app) without using any backend services .
I figured that I can send it using HTTP POST Rquest ,but I have to save the Authorization key in the device.
Please help me if there is any way around ? I am unable to find relevant documentation.
Thanks.