GoogleChromeLabs / web-push-codelab

Other
557 stars 293 forks source link

MIsmatchsenderId #67

Open jsdev-amit opened 6 years ago

jsdev-amit commented 6 years ago

I have followed the docs and implemented the same in my application. but when i send a request to fcm to trigger push, i am getting mismatchSenderId error.

But, gcm_sender_id is same in firebase console and manifest.json file.

One more question applicationserverkey used to get subscription is webpush certificates keypair available in firebase console or something else.

Please help