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
Microsoft Edge browser extension wtih React Redux Webpack Jest
Describe the problem
This is a follow-up of the issue #8042 for Edge browser.
When we try to set the value of the property userVisibleOnly to false, “NotAllowedError: Registration failed - permission denied” error is thrown.
Till fcm-js-sdk provides an interface to set userVisibleOnly property, can we please allow setting the property in Microsoft Edge browser as well?
Steps and code to reproduce issue
Change userVisibleOnly property value to false in the package @firebase/messaging -
return swRegistration.pushManager.subscribe({ userVisibleOnly: false,
// Chrome <= 75 doesn't support base64-encoded VAPID key. For backward compatibility, VAPID key
// submitted to pushManager#subscribe must be of type Uint8Array.
applicationServerKey: base64ToArray(vapidKey)
});
Build and load the extension in Microsoft Edge browser (from version 121).
We can see the error in the console:
The text was updated successfully, but these errors were encountered:
Operating System
macOS Sonoma 14.5
Browser Version
Microsoft Edge 125.0.2535.51
Firebase SDK Version
10.8.0
Firebase SDK Product:
Messaging
Describe your project's tooling
Microsoft Edge browser extension wtih React Redux Webpack Jest
Describe the problem
This is a follow-up of the issue #8042 for Edge browser.
When we try to set the value of the property userVisibleOnly to false, “NotAllowedError: Registration failed - permission denied” error is thrown.
Till fcm-js-sdk provides an interface to set userVisibleOnly property, can we please allow setting the property in Microsoft Edge browser as well?
Steps and code to reproduce issue
Change userVisibleOnly property value to false in the package @firebase/messaging -
return swRegistration.pushManager.subscribe({
userVisibleOnly: false,
// Chrome <= 75 doesn't support base64-encoded VAPID key. For backward compatibility, VAPID key
// submitted to pushManager#subscribe must be of type Uint8Array.
applicationServerKey: base64ToArray(vapidKey)
});
Build and load the extension in Microsoft Edge browser (from version 121).
We can see the error in the console:
The text was updated successfully, but these errors were encountered: