Hi everyone,
I’ve created a push notification using a Firebase Cloud Function, but when I call the function, I receive the following error message:
{
"message": "Operation is not implemented, or supported, or enabled. Raw server response: \"{\"error\":{\"code\":501,\"message\":\"Operation is not implemented, or supported, or enabled.\",\"status\":\"UNIMPLEMENTED\"}}\""
}
Has anyone encountered this issue before? How can I fix it? Any help would be appreciated! Thanks in advance.