Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.