feat: implement Firebase Admin SDK push notification logic in server.js with fallback support

This commit is contained in:
Hamza-Ayed
2026-05-18 18:22:27 +03:00
parent 92d59b0f30
commit 79ba52cb7d
2 changed files with 82 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"firebase-admin": "^11.11.1",
"puppeteer": "^21.0.0",
"qrcode": "^1.5.3",
"whatsapp-web.js": "^1.26.0",