-
Hi, In my ionic app I use cordova fcm plugin for sending push notifications. I have decided to switch to capacitor's built in push notification functionality moving forward. However, I get Do I need to set the sender id somewhere in a config file may be for it to work fine in Production cases? Please see the request I use to send push notifications ` ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi again, Just forget this question. Thanks for you time. |
Beta Was this translation helpful? Give feedback.
Hi again,
Just forget this question.
I had been using an incorrect server key.
Basically I had been using the same curl command to send push notifications to both dev and prod and I had forgotten to change the server key when sending push notifications to Prod.
Thanks for you time.