Sendbird push notification

[Problem/Question]
We are integrating sendbird to our new app. Its being injected as a script. Also we need it for both web and pwa mobile app(using outsytem cordova). As of now i’m using the same cdn for both web and mobile.
The cdn url i’m using is “https://cdn.jsdelivr.net/npm/@sendbird/chat@4.14.5/sendbird.min.js

The chat works fine. But the push notifications doesn’t seem to work. We already have firebase integrated. But it doesn’t get the messages from sendbird. How do i fix it? Or do I need separate ones for web and pwa?


[SDK Version]
(https://cdn.jsdelivr.net/npm/@sendbird/chat@4.14.5/sendbird.min.js)

[Current impact]
Push notifications not working