Skip to content

Commit 827dad2

Browse files
committed
Fix grammar
1 parent 3d7561f commit 827dad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For more information about Parse and its features, see [the website][parseplatfo
7070
7171
Assuming these major steps are done, adding the `parse-fcm-android` package will automatically instantiate a [ParseFirebaseJobService](https://github.com/parse-community/Parse-SDK-Android/blob/master/fcm/src/main/java/com/parse/fcm/ParseFirebaseJobService.java) that will register for a FCM token when the app starts. See the setup instructions below to verify that FCM registration works.
7272
73-
One additional change you should make on the Parse server side [configuration](http://docs.parseplatform.org/parse-server/guide/#2-configure-parse-server) is to add an `fcm` key that matches your existing `android` senderId and apiKey. This will ensure full compatibility of FCM should the Firebase [HTTP v1](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages) in the future.
73+
One additional change you should make on the Parse server side [configuration](http://docs.parseplatform.org/parse-server/guide/#2-configure-parse-server) is to add an `fcm` key that matches your existing `android` senderId and apiKey. This will ensure full compatibility of FCM should the Firebase [HTTP v1](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages) be added in the future.
7474
7575
```javascript
7676
push: {

0 commit comments

Comments
 (0)