How to create push notification using the Rest API in flutter?

Viewed 425

I am learning flutter. I want to create push notification in flutter app using the data from Rest API.

When any data come in API .there should i get push notification. Can i achieve without firebase and let me know the whole process?

1 Answers

If not using firebase, i dont think it will work smooth as using firebase

I think your option is to use local notification, but you must have some mechanism to keep listen to the data from API

But ... I would recommend to use firebase

Related