· Developer at nine99 Innovation

Firebase Cloud Function Push Notification Error: "Operation is not implemented, or supported, or enabled"

Custom Code

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.

What have you tried so far?
  • I double-checked my Firebase setup to ensure that Cloud Functions and Cloud Messaging are correctly enabled.

  • I verified that my Firebase project has the necessary billing plan and permissions for Cloud Functions.

  • I reviewed my Cloud Function code to confirm that it's structured correctly and using the appropriate APIs for push notifications.

  • I searched for any issues related to this error but haven’t found a solution that works for my case.

Despite these steps, I’m still seeing the same error. Any guidance would be appreciated!

Did you check FlutterFlow's Documentation for this topic?
Yes
1
3 replies