Firebase Push Notifications are not received in Django template but working in other external applications

I have a major problem with Firebase push notifications. I have a Django application with a configured function to send notifications. The function works for sending notifications to a mobile app and a separate React app. However, recently there has been a need for notifications to also reach the same application in Django - meaning the server sends a notification, and the template receives and displays an alert. I configured everything as per the documentation, and notifications are received when they originate from the Firebase console, but those sent from my server are completely ignored and not received. Where should I start looking for the issue? Let me add that sending notifications does not throw any errors. I’m out of ideas on what to do.

Вернуться на верх