Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
163 views
in Technique[技术] by (71.8m points)

node.js - Push notification from Node backend

I have a NodeJs backend and a MySQL Database. I also have a flutter mobile app.

I want to notify the user using the app, whenever a certain change happens in the database.

For example, someone follows the user and the 'followers_count' for the user increases by one. So, I want to notify the user that it has a new follower.

What is an efficient way to implement this. I am guessing Firebase can be used, but I am not sure how to implement it.

question from:https://stackoverflow.com/questions/65870463/push-notification-from-node-backend

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...