diff --git a/api/src/services/push-notifications.js b/api/src/services/push-notifications.js index c52a203d5..a6f41c038 100644 --- a/api/src/services/push-notifications.js +++ b/api/src/services/push-notifications.js @@ -37,11 +37,11 @@ const NotificationService = new PushNotifications({ gcm: { id: PUSH_NOTIFICATION_GCM_ID, }, - // fcm: { - // appName: "OzEnsemble", // Replace with your actual app name - // serviceAccountKey: firebaseConfig, - // credential: null, // 'firebase-admin' Credential interface - // }, + fcm: { + appName: "OzEnsemble", // Replace with your actual app name + serviceAccountKey: firebaseConfig, + credential: null, // 'firebase-admin' Credential interface + }, apn: { token: { key: PUSH_NOTIFICATION_APN_KEY,