Firebase: In-app messaging showing "Error saving campaign" in console with "The caller does not have permission" in the network inspector

Viewed 1159

I am trying to create an in-app messaging campaign in Firebase. I am allowed to fill all the details and review it but I am not able to publish it.

The account I am using to create campaign has Owner access that should possibly have permission to perform this task.

I looked up in a network console and found this error:-

{
    "error": {
        "code": 403,
        "message": "The caller does not have permission",
        "status": "PERMISSION_DENIED"
    }
}

Error screens:

  1. enter image description here
  2. enter image description here
  3. enter image description here
0 Answers
Related