0

How do I make notifications for orders? I have an application that contains a customer and an employee, and when the customer requests a request, a notification must be sent to the employee, how can I do that Knowing that I have a card containing the order data, and when the customer clicks, I need to send a notification to the employee with this card that contains the order

1 Answers1

0

you need push notifications provider, i recommend Firebase cloud messaging.

check this links

firebase doc

freecodecamp blog

brook yonas
  • 436
  • 3
  • 14