I’m using FCM to send push notifications to android devices but I’m experiencing this error:
FCMServerError: FCM server is temporarily unavailable
The metrics dashboard shows that no notifications have been sent since September 4, 2024; and I haven’t changed anything in the code.
Has anyone else experienced this error or know what it is due to?
PD: I’m using pyFCM to send this push notifications.
Any advice? Do you recommend some other service to send push notification to android devices?
I searched for any deprecation or something like that but I didn’t find anything.
1