-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I've tried with something like:
$data = [];
$data['id'] = 10;
$data['link'] = 'https://www.github.com';
$client -> build($recipient, $notification, $data);
But got this error: "Got error 'PHP message: PHP Fatal error: Uncaught TypeError: Argument 3 passed to phpFCMv1\Client::build() must be an instance of phpFCMv1\Data or null, array given"
...but $data is an array...
What's wrong?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels