Orange Push and Native React notification

Asked

Viewed 367 times

1

I have a web application developed in Laravel, where I register clients, register orders for each client 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, puts the order code, then the App makes a request in my application/api and returns the steps of that request to the user.

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

They understood my doubt?

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.