Skip to content

Commit cbb1b80

Browse files
RodrigoSMarquesJawnnypoo
authored andcommitted
Update README.md (#883)
The service definition "com.parse.fcm.ParseFirebaseMessagingService" was missing the ">" character at the end, causing error in AndroidManifest.xmll
1 parent c475694 commit cbb1b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fcm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Additional, you will register:
2929

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

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

0 commit comments

Comments
 (0)