UNPKG

@jigra/push-notifications

Version:

The Push Notifications API provides access to native push notifications.

10 lines (9 loc) 386 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <service android:name="app.jigrajs.plugins.pushnotifications.MessagingService" android:exported="false"> <intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT" /> </intent-filter> </service> </application> </manifest>