From cbb1b80c8018388f850cfdef8630d4588b3c980f Mon Sep 17 00:00:00 2001 From: Rodrigo de Souza Marques Date: Sun, 2 Sep 2018 07:10:09 -0300 Subject: [PATCH] Update README.md (#883) The service definition "com.parse.fcm.ParseFirebaseMessagingService" was missing the ">" character at the end, causing error in AndroidManifest.xmll --- fcm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fcm/README.md b/fcm/README.md index 518e9c704..51ce2beca 100644 --- a/fcm/README.md +++ b/fcm/README.md @@ -29,7 +29,7 @@ Additional, you will register: ```xml @@ -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. \ No newline at end of file + of patent rights can be found in the PATENTS file in the same directory.