TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deep Soni
NA
134
22.2k
How to make Firebase Api for the scheduled notification usin
Aug 19 2019 5:16 AM
I am creating an application in that I need to implement scheduled push notification in an application. Currently, I am sending notification currently and that is working fine. Now I need to use API for sending a scheduled notification.
I try with below code for scheduled notification:
var obj =
new
{
to = Id,
data =
new
{
title = Title,
text = Message,
icon = Icon,
schedule =
new
{
startTime =
new
{
date =
new
{
day = 19,
month = 8,
year = 2019
},
time =
new
{
hours = 11,
minutes = 07,
},
timeZone =
"Asia/Calcutta"
},
}
},
};
Through the above code, notification is sent but not as per a particular time period.
Can anyone look into this and suggest me what should I have to do in that?
Reply
Answers (
1
)
i am getting The remote server returned an error: (415)
Can't Access To wcf Service placed in defferent LAN