Sending Push Notifications from NodeJS backend App to Flutter Android App
Published in
6 min readAug 27, 2020
--
Notifications about new articles, price changes, product offers are expanding interactivity scope of mobile applications.
A notification is a message that pops up on the user’s device. Notifications can be triggered locally by an open application, or they can be “pushed” from the server to the user even when the app is not running. They…