Skip to content

Commit

Permalink
Update README.md (#883)
Browse files Browse the repository at this point in the history
The service definition "com.parse.fcm.ParseFirebaseMessagingService" was missing the ">" character at the end, causing error in AndroidManifest.xmll
  • Loading branch information
RodrigoSMarques authored and Jawnnypoo committed Sep 2, 2018
1 parent c475694 commit cbb1b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Additional, you will register:

```xml
<service
android:name="com.parse.fcm.ParseFirebaseMessagingService"
android:name="com.parse.fcm.ParseFirebaseMessagingService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
</intent-filter>
Expand Down Expand Up @@ -67,4 +67,4 @@ If you need to store the FCM token elsewhere outside of Parse, you can create yo

This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
of patent rights can be found in the PATENTS file in the same directory.

0 comments on commit cbb1b80

Please sign in to comment.