Skip to content Skip to sidebar Skip to footer

Get 403 Response With The "new" Firebase Cloud Messaging Api

We are successfully using the Legacy HTTP Server Protocol on our server for FCM. I wanted to update to FCM HTTP v1 API today. I did it step by step and when the server calls the re

Solution 1:

I had this problem, and it seems you need to enable FCM API for your project at Google API console.

Solution 2:

I was having this issue of getting a 403 from the FCM HTTP v1 API. I had FCM Messaging API enabled, but my problem was that the service account I was using didn't have the correct role to make requests to the FCM API. You can try creating a new service account with the "project Owner" role to see if that helps.

Post a Comment for "Get 403 Response With The "new" Firebase Cloud Messaging Api"