You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after iphone ask permission to push notification, I got error browser not supported.
but I use https://webpushtest.com/,it displays the message normally
Could you clarify if the problem you're encountering is that:
isSupported() returns false, or
isSupported() returns true but then later Messaging doesn't work correctly?
I believe that WebPushTest tests only for a subset of features that Firebase Messaging requires.
Beyond push notifications, Firebase Messaging also requires cookie and IndexedDB support. If either of these features are denied by the user, or if they're disabled due to private browsing or executing within Safari iFrames, then the Firebase Messaging client will not be able to run.
Messaging also requires the browser window to have a fetch implementation, for instance. A full list of isSupported checks can be found here in our public sources.
Could you tell us more about your browser and its current privacy configuration? Are you running in an iFrame in Safari? Do any of the linked checks stand out as something that might not be available in your environment?
Operating System
IOS lastest
Environment (if applicable)
N/A
Firebase SDK Version
10.14
Firebase SDK Product(s)
Messaging
Project Tooling
react app and webpack
Detailed Problem Description
after iphone ask permission to push notification, I got error browser not supported.
but I use https://webpushtest.com/,it displays the message normally
Steps and code to reproduce issue
here is my code:
The text was updated successfully, but these errors were encountered: