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 514e4a0 commit 06f37e5Copy full SHA for 06f37e5
android/app/src/main/AndroidManifest.xml
@@ -101,14 +101,6 @@
101
android:name="com.google.android.gms.ads.APPLICATION_ID"
102
android:value="ca-app-pub-4589701606972085~9689235640"/>
103
104
- <service
105
- android:name=".java.MyFirebaseMessagingService"
106
- android:exported="false">
107
- <intent-filter>
108
- <action android:name="com.google.firebase.MESSAGING_EVENT" />
109
- </intent-filter>
110
- </service>
111
-
112
<!-- Set custom default icon. This is used when no icon is set for incoming notification messages. -->
113
<meta-data
114
android:name="com.google.firebase.messaging.default_notification_icon"
0 commit comments