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
248 views
in Technique[技术] by (71.8m points)

firebase - React native push notification getting data from API

I'm new to react native and I need some help.

I need to implement a feature that the application informs the client if it has an appointment on the day and if it does, notify him, if not, not notify.

However, I believe that the application needs to check in the API if it has any scheduling and if it has to check if it is on the scheduling day and if it is, send a notification to the client

Correct me if I'm wrong

I'm using react-native-push-notification

But I can't make the logic for this to happen, I can offer my code so they can help me

question from:https://stackoverflow.com/questions/66055802/react-native-push-notification-getting-data-from-api

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

1 Answer

0 votes
by (71.8m points)

Suggestion: You can opt to go with the react-native-push-notification with firebase so that You can able to send the push notification whenever you want through the blackened. Firebase documentation:Cloud Messaging


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

...