Good day!
I am working on real-time push notification using Django.
Now, i have seen few documentation, on sending push notification that's fine.
But, i want to send the notification which will send to the user from server, for example
While we login and buy a product as like Udemy, coursera then, they send some notification as general for all new users, then if any one upgrade their packages then also get another
notification, which is pre defined.
My asking is,"How to write those logic so that i can cover everything?" If anybody has any good example or any link, i will be thankful to you .