File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,17 @@ You will then need to register some things in your manifest, specifically:
2525 </intent-filter >
2626</service >
2727```
28- where ` MyFirebaseInstanceIdService ` is your own custom class which extends ` ParseFirebaseInstanceIdService ` .
2928
3029Additional, you will register:
3130
3231``` xml
3332<service
34- android : name =" .MyFirebaseMessagingService " >
33+ android : name =" com.parse.fcm.ParseFirebaseMessagingService "
3534 <intent-filter>
3635 <action android : name =" com.google.firebase.MESSAGING_EVENT" />
3736 </intent-filter >
3837</service >
3938```
40- where ` MyFirebaseMessagingService ` extends ` ParseFirebaseMessagingService `
4139
4240After these services are registered in the Manifest, you then need to register your push broadcast receiver:
4341``` xml
You can’t perform that action at this time.
0 commit comments