Reputation: 127
I'm working on a project to use the push notification function to users using the fcm service on the react native platform, and I've finished the test process to see if both the ios and Android environments are getting push notifications.
In the case of my project, I have implemented it to store and manage data only locally without a server.
It's a kind of diary application that uses a calendar, and when I record my diary on a specific date, I'm going to send a notification to users at 8 a.m. the next day
As for the format of simply sending fcm service without a server, I always want to send a regular notification at 8 o'clock, when the diary is recorded and then the next day. However, I want to use the method of sending it only on the next day when the diary is available.
Upvotes: 0
Views: 208