Skip to content

Commit

Permalink
Merge pull request #77 from wwWallet/rename/firebase-notification-scope
Browse files Browse the repository at this point in the history
Rename firebase sendPushNotification scope
  • Loading branch information
gkatrakazas authored Jan 23, 2025
2 parents 56ff4ca + 983fb6d commit 3c7c28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const sendPushNotification = async (fcm_token, title, body) => {
body,
},
data: {
scope: '/notifications/'
scope: '/firebase-cloud-messaging-push-scope'
},
apns: {
payload: {
Expand Down

0 comments on commit 3c7c28f

Please sign in to comment.