We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca8cdf commit f35b4e3Copy full SHA for f35b4e3
packages-exp/firebase-exp/messaging/sw/index.ts
@@ -15,4 +15,8 @@
15
* limitations under the License.
16
*/
17
18
-export { onBackgroundMessage, getMessaging } from '@firebase/messaging-exp/sw';
+export {
19
+ onBackgroundMessage,
20
+ getMessaging,
21
+ isSupported
22
+} from '@firebase/messaging-exp/sw';
0 commit comments