Skip to content

Commit 90bfe2e

Browse files
author
Benjamin Wilson Friedman
authored
Merge pull request #287 from montymxb/readme-fix
Added mention that Parse Server must be configured to use Push
2 parents 12d583a + c0db640 commit 90bfe2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ $file = ParseFile::createFromData($contents, "Parse.txt", "text/plain");
210210

211211
Push:
212212

213+
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.
214+
213215
```php
214216
$data = array("alert" => "Hi!");
215217

0 commit comments

Comments
 (0)