Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chafik HADJ ABDOU RAZACK authored Mar 28, 2019
1 parent 2932b82 commit a2084d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ $firebase->setField('User_Token');
$firebase->execute();
```
-For multiple device:
```php
<?php

$firebase = new \VyconsultingGroup\PushNotification('API_KEY');
$firebase->setMessage('test','Hello wolrd',1,1);
$firebase->setFields('Users_Token');//Users_token should be an json
$firebase->execute();
```

0 comments on commit a2084d1

Please sign in to comment.