I am trying to implement FCM push notification in my ReactJS application. It is working in chrome and firefox browser perfectly but facing in an issue in safari browser.
FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser).
I also gone through the documentation of firebase also found that it only supports on only 3 browsers.
Chrome
Firefox
Safari
Is there any method to supports in safari browser as well.