Hi everyone!
I’m working on app at the moment and I need to send push notifications to a certain user when the user pushes the button. For example, user browses items in the app and orders one. Then, I will pass this order to the shop owner’s phone as a notification (I will probably need a second app for that or a simple user id for the owner).
How can I achieve that? Can you direct me to a tutorial or an example of that kind? Do I need some backend work to do that?
Thank you