upd: coba fcm server
This commit is contained in:
4
xsend.ts
4
xsend.ts
@@ -19,8 +19,8 @@ export async function sendFCMNotification(token: string) {
|
||||
// Konfigurasi pesan
|
||||
const message = {
|
||||
notification: {
|
||||
title: "Judul Notifikasi pake encrypt",
|
||||
body: "Ini adalah isi notifikasi key diencrypt",
|
||||
title: "Notifikasi Encrypted api",
|
||||
body: "Ini adalah isi notifikasi key diencrypt dan api",
|
||||
},
|
||||
token,
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user