Skip to content

Commit f35b4e3

Browse files
authored
Add isSupported (#5313)
1 parent cca8cdf commit f35b4e3

File tree

1 file changed

+5
-1
lines changed
  • packages-exp/firebase-exp/messaging/sw

1 file changed

+5
-1
lines changed

packages-exp/firebase-exp/messaging/sw/index.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
export { onBackgroundMessage, getMessaging } from '@firebase/messaging-exp/sw';
18+
export {
19+
onBackgroundMessage,
20+
getMessaging,
21+
isSupported
22+
} from '@firebase/messaging-exp/sw';

0 commit comments

Comments
 (0)