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"
}
}