Skip to content

Commit

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

0 comments on commit ec44e71

Please sign in to comment.