Laravel and React Native Push Notification

2

I have a web application developed in Laravel, where I register customers, register the orders for each customer where an order code is generated and for each order I register the steps. This application also serves as an API for my application made in React Native, where the application consumes the data returned from the application. The client enters the App, places the request code, then the App makes a request in my api application and returns the steps of that request to the user.

My question is the following. How can I do so that when a new step or request is registered in the web application, a notification is sent to the user? Is it possible to do this using only Laravel and React Native?

Do you understand my question?

    
asked by anonymous 29.11.2018 / 14:38

1 answer

1
29.12.2018 / 17:05