Skip to content

Commit

Permalink
fix: back to gcm also
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Jul 29, 2024
1 parent bbdec20 commit 6d5a1b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/services/push-notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d5a1b8

Please sign in to comment.