Skip to content

Commit

Permalink
Rename firebase sendPushNotification scope
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Jan 21, 2025
1 parent 56ff4ca commit 983fb6d
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 983fb6d

Please sign in to comment.