Error: FirebaseError: Messaging: This browser doesn't support the API's required to use the Firebase SDK. (messaging/unsupported-browser) #11952
Unanswered
NoTimeInnovations
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m encountering an issue with Firebase Messaging in my app. When trying to use Firebase Cloud Messaging (FCM), I get the following error in the browser console:
[Error] Unhandled Promise Rejection: FirebaseError: Messaging: This browser doesn't support the API's required to use the Firebase SDK. (messaging/unsupported-browser).
Steps to Reproduce:
Initialize Firebase in my project.
Try to send or receive push notifications using Firebase Messaging.
The error above is triggered in the console.
Thanks for any help or insights!
Beta Was this translation helpful? Give feedback.
All reactions