The isSupported
function is not exported from the Cloud messaging module for service worker in modular V9 SDK
#5309
Labels
Describe your environment
Describe the problem
In firebase modular Web SDK(V9), the
isSupported
function is not exported from the firebase/messaging/sw module.The documentation already has this function.
https://firebase.google.com/docs/reference/js/v9/messaging_sw.md#issupported
Steps to reproduce:
Relevant Code:
It is not that the type is missing, but it seems that the function does not actually exist.
When I bundle it using
esbuild
I get the following error.The text was updated successfully, but these errors were encountered: