Skip to content

Commit c0db640

Browse files
BenjaminBenjamin
authored andcommitted
Added mention that Parse Server must be configured properly for Push to work
1 parent cdf6f32 commit c0db640

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)