Hi everyone,
I’m currently trying to enable push notifications in my self-hosted ERPNext instance running with frappe_docker. I’ve read many official and community docs, and the common instruction is to use the Legacy Firebase Cloud Messaging (FCM) Server Key from the Firebase Console as the API key in ERPNext’s Push Notification Settings.
However, Google has deprecated this legacy server key and the old FCM API, which means this method no longer works or will stop working very soon. The new Firebase FCM API (HTTP v1) requires OAuth 2.0 authentication using a Service Account JSON key, which is significantly more complex to implement. But i tried to implement it but the css got broken and iam resciving these errors like internal server error iam new to this erp thing please help me