Firebase_Implementation #135

Merged
ashutosh.nehete merged 62 commits from Firebase_Implementation into main 2025-09-20 12:11:54 +00:00
Showing only changes of commit 7f4f266dd0 - Show all commits

View File

@ -261,8 +261,8 @@ namespace MarcoBMS.Services.Controllers
Token = loginDto.DeviceToken,
Notification = new Notification
{
Title = "Hello from .NET",
Body = "This is a test message"
Title = "Hello from AuthController",
Body = "This is a test with not increased response time message"
}
};