diff --git a/api/src/services/push-notifications.js b/api/src/services/push-notifications.js index 40f4fb885..a6f41c038 100644 --- a/api/src/services/push-notifications.js +++ b/api/src/services/push-notifications.js @@ -34,9 +34,9 @@ const firebaseConfig = getFirebaseConfig(); // console.log("firebaseConfig", firebaseConfig); const NotificationService = new PushNotifications({ - // gcm: { - // id: PUSH_NOTIFICATION_GCM_ID, - // }, + gcm: { + id: PUSH_NOTIFICATION_GCM_ID, + }, fcm: { appName: "OzEnsemble", // Replace with your actual app name serviceAccountKey: firebaseConfig,