I am using firebase messaging for web push notification with react. But browser show this message
Messaging: This browser doesn\'t support the API\'s
In addition to the above explanation you can check if the browser supports messaging by doing:
const messaging = firebase.messaging.isSupported() ? firebase.messaging() : null