diff --git a/src/lib/firebase.ts b/src/lib/firebase.ts index 926ae10..3c516f6 100644 --- a/src/lib/firebase.ts +++ b/src/lib/firebase.ts @@ -31,7 +31,7 @@ const sendPushNotification = async (fcm_token, title, body) => { body, }, data: { - scope: '/notifications/' + scope: '/firebase-cloud-messaging-push-scope' }, apns: { payload: {