upd: downgrade fcm
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
"elysia": "^1.3.1",
|
"elysia": "^1.3.1",
|
||||||
"embla-carousel-autoplay": "^7.1.0",
|
"embla-carousel-autoplay": "^7.1.0",
|
||||||
"embla-carousel-react": "^7.1.0",
|
"embla-carousel-react": "^7.1.0",
|
||||||
"firebase-admin": "^13.4.0",
|
"firebase-admin": "^11.10.1",
|
||||||
"from": "^0.1.7",
|
"from": "^0.1.7",
|
||||||
"import": "^0.0.6",
|
"import": "^0.0.6",
|
||||||
"iron-session": "^8.0.2",
|
"iron-session": "^8.0.2",
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ export async function sendFCMNotificationMany(token: string[]) {
|
|||||||
// Konfigurasi pesan
|
// Konfigurasi pesan
|
||||||
const message = {
|
const message = {
|
||||||
notification: {
|
notification: {
|
||||||
title: "Notifikasi Many Encrypted api",
|
title: "Notifikasi Many Encrypted api downgrade",
|
||||||
body: "Ini adalah isi notifikasi ke banyak device key diencrypt dan api",
|
body: "Isi notifikasi ke banyak device key diencrypt dan api downgrade",
|
||||||
},
|
},
|
||||||
token,
|
token,
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
Reference in New Issue
Block a user