Skip to content

Commit

Permalink
Merge pull request #287 from montymxb/readme-fix
Browse files Browse the repository at this point in the history
Added mention that Parse Server must be configured to use Push
  • Loading branch information
Benjamin Wilson Friedman committed Feb 22, 2017
2 parents 12d583a + c0db640 commit 90bfe2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -210,6 +210,8 @@ $file = ParseFile::createFromData($contents, "Parse.txt", "text/plain");

Push:

In order to use Push you must first configure a [working push configuration](https://parseplatform.github.io/docs/parse-server/guide/#push-notifications) in your parse server instance.

```php
$data = array("alert" => "Hi!");

Expand Down

0 comments on commit 90bfe2e

Please sign in to comment.