Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu committed May 6, 2018
1 parent 3d7561f commit 827dad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For more information about Parse and its features, see [the website][parseplatfo
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.
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.
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.
```javascript
push: {
Expand Down

0 comments on commit 827dad2

Please sign in to comment.