Skip to content

Commit b20042d

Browse files
rogerhuJawnnypoo
authored andcommitted
Change README (#823)
1 parent 2da07fa commit b20042d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fcm/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

3029
Additional, 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

4240
After these services are registered in the Manifest, you then need to register your push broadcast receiver:
4341
```xml

0 commit comments

Comments
 (0)