Added role to navigate to notification screen

This commit is contained in:
Sharon Dcruz 2025-08-14 12:47:03 +05:30
parent 5527e882b3
commit e1822f9257
2 changed files with 3 additions and 2 deletions

View File

@ -588,6 +588,7 @@ async function sendTrainerNotifications(
gymName,
assignmentId: assignment.id,
formattedExpiryDate: formattedDate,
role: 'Trainer',
expiryDate: expiryDate
? admin.firestore.Timestamp.fromDate(expiryDate)
: admin.firestore.Timestamp.fromDate(new Date()),

View File

@ -181,8 +181,8 @@ function prepareNotificationMessage(
title =
notification.data?.title ||
(notification.data?.status === "accepted"
? "Trainer Request Accepted"
: "Trainer Request Update");
? "Trainer Invitation Accepted"
: "Trainer Invitation Update");
body =
notification.data?.message ||
`${