Skip to content

Commit

Permalink
Add isSupported (#5313)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Aug 18, 2021
1 parent cca8cdf commit f35b4e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages-exp/firebase-exp/messaging/sw/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
* limitations under the License.
*/

export { onBackgroundMessage, getMessaging } from '@firebase/messaging-exp/sw';
export {
onBackgroundMessage,
getMessaging,
isSupported
} from '@firebase/messaging-exp/sw';

0 comments on commit f35b4e3

Please sign in to comment.