IO-3000 update firebase js version, and add back testing route.

This commit is contained in:
Patrick Fic
2024-11-28 11:39:17 -08:00
parent 90f4977924
commit 43bf1fc8cf
4 changed files with 9 additions and 11 deletions

View File

@@ -253,7 +253,7 @@ const sendNotification = async (req, res) => {
admin
.messaging()
.send({
topic: "PRD_PATRICK-messaging",
topic: req.body.topic,
notification: {
title: `ImEX Online Message - `,
body: "Test Noti."