generating token but no notification
cmpDrone opened this issue · comments
Tokens are being generated successfully. Pushing notifications from firebase console using generated token and it shows as success. But not receiving any notification.
Hi. I run into the same issue. If you have fixed that could you explain how you did that please ?
I have just seen the explanation in the electron-fcm-demo description
With the app running, select View -> Toggle Developer Tools. You should see the client's FCM push token in the Chromium debug console. Copy this token and paste it into the postman_collection.json (replacing "FCM_CLIENT_PUSH_TOKEN" with it). You should now be able to send yourself (or any other client registered with your Sender ID) a push message using Postman